COLOR #FCF6CA

HEX: #FCF6CA
RGB: (252,246,202)

Renk bilgisi

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

RGB renk modeli

#FCF6CA color RGB value is (252,246,202).

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

RGB bağlantıları ve doygunluk

R 252 of 255 = 99%
G 246 of 255 = 96%
B 202 of 255 = 79%

252
246
202

R + G + B ~ 91%. #FCF6CA is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
252 + 246 + 202 = 700 (100%)
R 252 of 700 ~ 36%
G 246 of 700 ~ 35.14%
B 202 of 700 ~ 28.86%

%36
%35.14
%28.86

CMYK RENK MODELİ

#FCF6CA rengi CMYK tonu (0,2,20,1).

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

CMYK yüzdeleri

%0
%2.38
%19.84
%1.18

Codes

Color #FCF6CA in popluar color models

FCF6CA
RGB252246202
HSL53°89.29%89.02%
HSB/HSV53°19.84%98.82%
CMYK0.00%2.38%19.84%
1.18%

Color #FCF6CA in popluar number systems.

HEXFCF6CA
Decimal252246202
Binary111111001111011011001010
Octal374366312

Shades and tints

Shades of #FCF6CA

#FCF6CA
(252,246,202)
#E6E0B8
(230,224,184)
#D0CAA6
(208,202,166)
#BAB494
(186,180,148)
#A49E82
(164,158,130)
#8E8870
(142,136,112)
#78725E
(120,114,94)
#625C4C
(98,92,76)
#4C463A
(76,70,58)
#363028
(54,48,40)
#201A16
(32,26,22)
#000000
(0,0,0)

Tints of #FCF6CA

#FCF6CA
(252,246,202)
#FCF6CE
(252,246,206)
#FCF6D2
(252,246,210)
#FCF6D6
(252,246,214)
#FCF6DA
(252,246,218)
#FCF6DE
(252,246,222)
#FCF6E2
(252,246,226)
#FCF6E6
(252,246,230)
#FCF6EA
(252,246,234)
#FCF6EE
(252,246,238)
#FCF6F2
(252,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCF6CA; }

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

This text font color is #FCF6CA.


Background Color

.myBgColor { background-color: #FCF6CA; }

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

This div background color is #FCF6CA.


Border color

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

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

This div border color is #FCF6CA.


Opacity

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

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

Text with #FCF6CA 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 #FCF6CA;}

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

This text has shadow with #FCF6CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCF6CA on black background.


Color preview on white background

This text has color #FCF6CA on white background.



Black color preview on #FCF6CA background

This text has black color on #FCF6CA background.


White color preview on #FCF6CA background

This text has white color on #FCF6CA background.