#FCF4DF

Color #FCF4DF Early Dawn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Early Dawn #FCF4DF

Tints of Early Dawn #FCF4DF

Color information

#FCF4DF (or 0xFCF4DF) is unknown color: approx Early Dawn. HEX triplet: FC, F4 and DF. RGB value is (252,244,223). Sum of RGB (Red+Green+Blue) = 252+244+223=719 (95% of max value = 765). Red value is 252 (98.83% from 255 or 35.05% from 719); Green value is 244 (95.70% from 255 or 33.94% from 719); Blue value is 223 (87.5% from 255 or 31.02% from 719); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF4DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF4DF is #030B20. Grayscale: #F4F4F4. Windows color (decimal): -199457 or 14677244. OLE color: 14677244.

HSL color Cylindrical-coordinate representation of color #FCF4DF: hue angle of 43.45º degrees, saturation: 0.83, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FCF4DF is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB252244223-
CMYK00.030.120.01
HSL43.45º82.86%93.14%-
HSV(B)43.45º11.51%98.82%-
XYZ85.8190.7282.8-
YUV244116.15133.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 252 (98.83% from 255) = 35.05%
GREEN value IS 244 (95.70% from 255) = 33.94%
BLUE value IS 223 (87.5% from 255) = 31.02%
R=35.05%
G=33.94%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224422300.030.120.0143.4582.8693.14
HexFCF4DF03C12b535d
Octal3743643370314153123135
Binary1111110011110100110111110111100110101110100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF4DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF4DF; }

 p { color: rgb(252,244,223); }

 H1.HeaderClassName
 {
   color: #FCF4DF;
 }
 .AnyTagClassName
 {
   color: #FCF4DF;
 }
</style>
background-color css

<style>
 a { background-color: #FCF4DF; }

 a { background-color: rgb(252,244,223); }

 div.DivClassName
 {
   background-color: #FCF4DF;
 }
 .BgClassName
 {
   background-color: #FCF4DF;
 }
</style>
border-color css

<style>
 span { border-color: #FCF4DF; }

 span { border-color: rgb(252,244,223); }

 td.TdClassName
 {
   border-color: #FCF4DF;
 }
 .TagClassName
 {
   border-color: #FCF4DF;
 }
</style>