Html Css Color HEX #FCF2DE Early Dawn

📋 copy color: '#FCF2DE'

red 252 ◦ green 242 ◦ blue 222

#FCF2DE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Early Dawn #FCF2DE

Tints of Early Dawn #FCF2DE

RGB

 RED value IS 252 (98.83% from 255) = 35.2%

 GREEN value IS 242 (94.92% from 255) = 33.8%

 BLUE value IS 222 (87.11% from 255) = 31.01%

R = 35.2%
G = 33.8%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FCF2DE (or 0xFCF2DE) is known color: Early Dawn. HEX triplet: FC, F2 and DE. RGB value is (252,242,222). Sum of RGB (Red+Green+Blue) = 252+242+222=716 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.20% from 716); Green value is 242 (94.92% from 255 or 33.80% from 716); Blue value is 222 (87.11% from 255 or 31.01% from 716); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF2DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF2DE is #030D21. Grayscale: #F2F2F2. Windows color (decimal): -199970 or 14611196. OLE color: 14611196.

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

Color convert

RGB 252 242 222 -
CMYK 0 0.04 0.12 0.01
HSL 40º 0.83% 0.93% -
HSV(B) 40º 0.12% 0.99% -
XYZ 85.08 89.47 81.89 -
YUV 242.71 116.31 134.63 -
System Red Green Blue C M Y K H S L
Decimal 252 242 222 0 0.04 0.12 0.01 40 0.83 0.93
Hex FC F2 DE 0 4 C 1 28 53 5D
Octal 374 362 336 0 4 14 1 50 123 135
Binary 11111100 11110010 11011110 0 100 1100 1 101000 1010011 1011101

Color Harmonies of #FCF2DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF2DE

Black with #FCF2DE

Text Example


Text Example

White with #FCF2DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF2DE; }

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

 H1.HeaderClassName
 {
   color: #FCF2DE;
 }
 .AnyTagClassName
 {
   color: #FCF2DE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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