Html Css Color HEX #FCF2DF Early Dawn

📋 copy color: '#FCF2DF'

red 252 ◦ green 242 ◦ blue 223

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

Shades of Early Dawn #FCF2DF

Tints of Early Dawn #FCF2DF

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.1%

R = 35.15%
G = 33.75%
B = 31.1%

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

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

RGB 252 242 223 -
CMYK 0 0.04 0.12 0.01
HSL 39.31º 0.83% 0.93% -
HSV(B) 39.31º 0.12% 0.99% -
XYZ 85.22 89.53 82.6 -
YUV 242.82 116.81 134.54 -
System Red Green Blue C M Y K H S L
Decimal 252 242 223 0 0.04 0.12 0.01 39.31 0.83 0.93
Hex FC F2 DF 0 4 C 1 27 53 5D
Octal 374 362 337 0 4 14 1 47 123 135
Binary 11111100 11110010 11011111 0 100 1100 1 100111 1010011 1011101

Color Harmonies of #FCF2DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF2DF

Black with #FCF2DF

Text Example


Text Example

White with #FCF2DF

Text Example


Text Example

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