COLOR #FCF0C4

HEX: #FCF0C4
RGB: (252,240,196)

Renk bilgisi

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

RGB renk modeli

#FCF0C4 color RGB value is (252,240,196).

  • kırmız ton 252;
  • yeşil ton 240;
  • mavi ton 196.
RGB:
(252,240,196)
(99%,94%,77%)

RGB bağlantıları ve doygunluk

R 252 of 255 = 99%
G 240 of 255 = 94%
B 196 of 255 = 77%

252
240
196

R + G + B ~ 90%. #FCF0C4 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
252 + 240 + 196 = 688 (100%)
R 252 of 688 ~ 36.63%
G 240 of 688 ~ 34.88%
B 196 of 688 ~ 28.49%

%36.63
%34.88
%28.49

CMYK RENK MODELİ

#FCF0C4 rengi CMYK tonu (0,5,22,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 4.76%
  • sarı tonu 22.22%
  • ana renk tonu 1.18%
CMYK:
(0,5,22,1)
C0M5Y22K1 
(0%,5%,22%,1%)
(0.00/0.05/0.22/0.01)	

CMYK yüzdeleri

%0
%4.76
%22.22
%1.18

Codes

Color #FCF0C4 in popluar color models

FCF0C4
RGB252240196
HSL47°90.32%87.84%
HSB/HSV47°22.22%98.82%
CMYK0.00%4.76%22.22%
1.18%

Color #FCF0C4 in popluar number systems.

HEXFCF0C4
Decimal252240196
Binary111111001111000011000100
Octal374360304

Shades and tints

Shades of #FCF0C4

#FCF0C4
(252,240,196)
#E6DBB3
(230,219,179)
#D0C6A2
(208,198,162)
#BAB191
(186,177,145)
#A49C80
(164,156,128)
#8E876F
(142,135,111)
#78725E
(120,114,94)
#625D4D
(98,93,77)
#4C483C
(76,72,60)
#36332B
(54,51,43)
#201E1A
(32,30,26)
#000000
(0,0,0)

Tints of #FCF0C4

#FCF0C4
(252,240,196)
#FCF1C9
(252,241,201)
#FCF2CE
(252,242,206)
#FCF3D3
(252,243,211)
#FCF4D8
(252,244,216)
#FCF5DD
(252,245,221)
#FCF6E2
(252,246,226)
#FCF7E7
(252,247,231)
#FCF8EC
(252,248,236)
#FCF9F1
(252,249,241)
#FCFAF6
(252,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCF0C4 color. Also use rgb(252,240,196) instead hex code.

Text Font Color

.myTextColor { color: #FCF0C4; }

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

This text font color is #FCF0C4.


Background Color

.myBgColor { background-color: #FCF0C4; }

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

This div background color is #FCF0C4.


Border color

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

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

This div border color is #FCF0C4.


Opacity

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

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

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

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

This text has shadow with #FCF0C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCF0C4 on black background.


Color preview on white background

This text has color #FCF0C4 on white background.



Black color preview on #FCF0C4 background

This text has black color on #FCF0C4 background.


White color preview on #FCF0C4 background

This text has white color on #FCF0C4 background.