Html Css Color HEX #FDF2DC Early Dawn

📋 copy color: '#FDF2DC'

red 253 ◦ green 242 ◦ blue 220

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

Shades of Early Dawn #FDF2DC

Tints of Early Dawn #FDF2DC

RGB

 RED value IS 253 (99.22% from 255) = 35.38%

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

 BLUE value IS 220 (86.33% from 255) = 30.77%

R = 35.38%
G = 33.85%
B = 30.77%

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

#FDF2DC (or 0xFDF2DC) is known color: Early Dawn. HEX triplet: FD, F2 and DC. RGB value is (253,242,220). Sum of RGB (Red+Green+Blue) = 253+242+220=715 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.38% from 715); Green value is 242 (94.92% from 255 or 33.85% from 715); Blue value is 220 (86.33% from 255 or 30.77% from 715); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF2DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF2DC is #020D23. Grayscale: #F2F2F2. Windows color (decimal): -134436 or 14480125. OLE color: 14480125.

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

Color convert

RGB 253 242 220 -
CMYK 0 0.04 0.13 0.01
HSL 40º 0.89% 0.93% -
HSV(B) 40º 0.13% 0.99% -
XYZ 85.18 89.55 80.51 -
YUV 242.78 115.14 135.29 -
System Red Green Blue C M Y K H S L
Decimal 253 242 220 0 0.04 0.13 0.01 40 0.89 0.93
Hex FD F2 DC 0 4 D 1 28 59 5D
Octal 375 362 334 0 4 15 1 50 131 135
Binary 11111101 11110010 11011100 0 100 1101 1 101000 1011001 1011101

Color Harmonies of #FDF2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF2DC

Black with #FDF2DC

Text Example


Text Example

White with #FDF2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF2DC; }

 p { color: rgb(253,242,220); }

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

background-color css

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

 a { background-color: rgb(253,242,220); }

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

border-color css

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

 span { border-color: rgb(253,242,220); }

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