COLOR #FCF6FB

HEX: #FCF6FB
RGB: (252,246,251)

Renk bilgisi

#FCF6FB contains red, green and blue colors in about the same proportion. #FCF6FB ‘ nin web güvenlik rengi #FFFFFF (ya da #FFF) dir.

RGB renk modeli

#FCF6FB color RGB value is (252,246,251).

  • kırmız ton 252;
  • yeşil ton 246;
  • mavi ton 251.
RGB:
(252,246,251)
(99%,96%,98%)

RGB bağlantıları ve doygunluk

R 252 of 255 = 99%
G 246 of 255 = 96%
B 251 of 255 = 98%

252
246
251

R + G + B ~ 98%. #FCF6FB is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
252 + 246 + 251 = 749 (100%)
R 252 of 749 ~ 33.64%
G 246 of 749 ~ 32.84%
B 251 of 749 ~ 33.51%

%33.64
%32.84
%33.51

CMYK RENK MODELİ

#FCF6FB rengi CMYK tonu (0,2,0,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 2.38%
  • sarı tonu 0.40%
  • ana renk tonu 1.18%
CMYK:
(0,2,0,1)
C0M2Y0K1 
(0%,2%,0%,1%)
(0.00/0.02/0.00/0.01)	

CMYK yüzdeleri

%0
%2.38
%0.4
%1.18

Codes

Color #FCF6FB in popluar color models

FCF6FB
RGB252246251
HSL310°50.00%97.65%
HSB/HSV310°2.38%98.82%
CMYK0.00%2.38%0.40%
1.18%

Color #FCF6FB in popluar number systems.

HEXFCF6FB
Decimal252246251
Binary111111001111011011111011
Octal374366373

Shades and tints

Shades of #FCF6FB

#FCF6FB
(252,246,251)
#E6E0E5
(230,224,229)
#D0CACF
(208,202,207)
#BAB4B9
(186,180,185)
#A49EA3
(164,158,163)
#8E888D
(142,136,141)
#787277
(120,114,119)
#625C61
(98,92,97)
#4C464B
(76,70,75)
#363035
(54,48,53)
#201A1F
(32,26,31)
#000000
(0,0,0)

CSS3 styles

Examples of css and html codes for elements with #FCF6FB color. Also use rgb(252,246,251) instead hex code.

Text Font Color

.myTextColor { color: #FCF6FB; }

<p style="color:#FCF6FB">This sample text font color is #FCF6FB.</p>

This text font color is #FCF6FB.


Background Color

.myBgColor { background-color: #FCF6FB; }

<div style="background-color:#FCF6FB">Inner text</div>

This div background color is #FCF6FB.


Border color

.myBorderColor { border: 1px solid #FCF6FB; }

<div style="border:3px solid #FCF6FB">Div</div>

This div border color is #FCF6FB.


Opacity

.myOpacity80 { color: #FCF6FB; opacity: 0.8; }

<p style="color:#FCF6FB;opacity:0.8;">80%</p>

Text with #FCF6FB color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #FCF6FB;}

<p style="text-shadow: 3px 3px 1px #FCF6FB">Text here.</p>

This text has shadow with #FCF6FB color.

.textShadow {text-shadow: 3px 3px 1px #FCF6FB, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #FCF6FB, 5px 5px 20px red">Text here.</p>

This text has shadow with #FCF6FB primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FCF6FB, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#FCF6FB, Direction=45, Strength=4)">Text</p>

This text has shadow with #FCF6FB and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #FCF6FB;
  -webkit-box-shadow:	1px 1px 3px 2px #FCF6FB;
  box-shadow:		1px 1px 3px 2px #FCF6FB;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FCF6FB;
-webkit-box-shadow: 1px 1px 3px 2px #FCF6FB;
box-shadow:1px 1px 3px 2px #FCF6FB;">
Div content here</div>
This div box has shadow with color #FCF6FB.

Preview

Color preview on black background

This text has color #FCF6FB on black background.


Color preview on white background

This text has color #FCF6FB on white background.



Black color preview on #FCF6FB background

This text has black color on #FCF6FB background.


White color preview on #FCF6FB background

This text has white color on #FCF6FB background.