Html Css Color HEX #FCF2DD Early Dawn

📋 copy color: '#FCF2DD'

red 252 ◦ green 242 ◦ blue 221

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

Shades of Early Dawn #FCF2DD

Tints of Early Dawn #FCF2DD

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 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

#FCF2DD (or 0xFCF2DD) is known color: 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

RGB 252 242 221 -
CMYK 0 0.04 0.12 0.01
HSL 40.65º 0.84% 0.93% -
HSV(B) 40.65º 0.12% 0.99% -
XYZ 84.95 89.42 81.19 -
YUV 242.6 115.81 134.71 -
System Red Green Blue C M Y K H S L
Decimal 252 242 221 0 0.04 0.12 0.01 40.65 0.84 0.93
Hex FC F2 DD 0 4 C 1 29 54 5D
Octal 374 362 335 0 4 14 1 51 124 135
Binary 11111100 11110010 11011101 0 100 1100 1 101001 1010100 1011101

Color Harmonies of #FCF2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF2DD

Black with #FCF2DD

Text Example


Text Example

White with #FCF2DD

Text Example


Text Example

HTML Codes & Css Web 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>