#FCF2DD

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

Shades of Early Dawn #FCF2DD

Tints of Early Dawn #FCF2DD

Color information

#FCF2DD (or 0xFCF2DD) is unknown color: approx Early Dawn. HEX triplet: FC, F2 and DD. RGB value is (252,242,221). Sum of RGB (Red+Green+Blue) = 252+242+221=715 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.24% from 715); Green value is 242 (94.92% from 255 or 33.85% from 715); Blue value is 221 (86.72% from 255 or 30.91% from 715); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF2DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF2DD is #030D22. Grayscale: #F2F2F2. Windows color (decimal): -199971 or 14545660. OLE color: 14545660.

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

Color convert

RGB252242221-
CMYK00.040.120.01
HSL40.65º83.78%92.75%-
HSV(B)40.65º12.3%98.82%-
XYZ84.9589.4281.19-
YUV242.6115.81134.71-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.24%
GREEN value IS 242 (94.92% from 255) = 33.85%
BLUE value IS 221 (86.72% from 255) = 30.91%
R=35.24%
G=33.85%
B=30.91%

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
Decimal25224222100.040.120.0140.6583.7892.75
HexFCF2DD04C129545d
Octal3743623350414151124135
Binary11111100111100101101110101001100110100110101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF2DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF2DD; }

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

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

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

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

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

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

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

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