#FCF2DF

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

Shades of Early Dawn #FCF2DF

Tints of Early Dawn #FCF2DF

Color information

#FCF2DF (or 0xFCF2DF) is unknown color: approx Early Dawn. HEX triplet: FC, F2 and DF. RGB value is (252,242,223). Sum of RGB (Red+Green+Blue) = 252+242+223=717 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.15% from 717); Green value is 242 (94.92% from 255 or 33.75% from 717); Blue value is 223 (87.5% from 255 or 31.10% from 717); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF2DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF2DF is #030D20. Grayscale: #F2F2F2. Windows color (decimal): -199969 or 14676732. OLE color: 14676732.

HSL color Cylindrical-coordinate representation of color #FCF2DF: hue angle of 39.31º 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 #FCF2DF is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB252242223-
CMYK00.040.120.01
HSL39.31º82.86%93.14%-
HSV(B)39.31º11.51%98.82%-
XYZ85.2289.5382.6-
YUV242.82116.81134.54-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.15%
GREEN value IS 242 (94.92% from 255) = 33.75%
BLUE value IS 223 (87.5% from 255) = 31.10%
R=35.15%
G=33.75%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224222300.040.120.0139.3182.8693.14
HexFCF2DF04C127535d
Octal3743623370414147123135
Binary11111100111100101101111101001100110011110100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF2DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF2DF; }

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

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

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

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

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

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

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

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