Html Css Color HEX #FCF2DA Early Dawn

📋 copy color: '#FCF2DA'

red 252 ◦ green 242 ◦ blue 218

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

Shades of Early Dawn #FCF2DA

Tints of Early Dawn #FCF2DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 30.62%

R = 35.39%
G = 33.99%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FCF2DA (or 0xFCF2DA) is known color: Early Dawn. HEX triplet: FC, F2 and DA. RGB value is (252,242,218). Sum of RGB (Red+Green+Blue) = 252+242+218=712 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.39% from 712); Green value is 242 (94.92% from 255 or 33.99% from 712); Blue value is 218 (85.55% from 255 or 30.62% from 712); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF2DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF2DA is #030D25. Grayscale: #F2F2F2. Windows color (decimal): -199974 or 14349052. OLE color: 14349052.

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

Color convert

RGB 252 242 218 -
CMYK 0 0.04 0.13 0.01
HSL 42.35º 0.85% 0.92% -
HSV(B) 42.35º 0.13% 0.99% -
XYZ 84.55 89.26 79.1 -
YUV 242.25 114.31 134.95 -
System Red Green Blue C M Y K H S L
Decimal 252 242 218 0 0.04 0.13 0.01 42.35 0.85 0.92
Hex FC F2 DA 0 4 D 1 2A 55 5C
Octal 374 362 332 0 4 15 1 52 125 134
Binary 11111100 11110010 11011010 0 100 1101 1 101010 1010101 1011100

Color Harmonies of #FCF2DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF2DA

Black with #FCF2DA

Text Example


Text Example

White with #FCF2DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF2DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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