#FCF2DC

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

Shades of Early Dawn #FCF2DC

Tints of Early Dawn #FCF2DC

Color information

#FCF2DC (or 0xFCF2DC) is unknown color: approx Early Dawn. HEX triplet: FC, F2 and DC. RGB value is (252,242,220). Sum of RGB (Red+Green+Blue) = 252+242+220=714 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.29% from 714); Green value is 242 (94.92% from 255 or 33.89% from 714); Blue value is 220 (86.33% from 255 or 30.81% from 714); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF2DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF2DC is #030D23. Grayscale: #F2F2F2. Windows color (decimal): -199972 or 14480124. OLE color: 14480124.

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

Color convert

RGB252242220-
CMYK00.040.130.01
HSL41.25º84.21%92.55%-
HSV(B)41.25º12.7%98.82%-
XYZ84.8289.3780.49-
YUV242.48115.31134.79-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.29%
GREEN value IS 242 (94.92% from 255) = 33.89%
BLUE value IS 220 (86.33% from 255) = 30.81%
R=35.29%
G=33.89%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224222000.040.130.0141.2584.2192.55
HexFCF2DC04D129545d
Octal3743623340415151124135
Binary11111100111100101101110001001101110100110101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF2DC; }

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

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

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

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

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

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

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

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