Html Css Color HEX #FDF2DD Early Dawn

📋 copy color: '#FDF2DD'

red 253 ◦ green 242 ◦ blue 221

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

Shades of Early Dawn #FDF2DD

Tints of Early Dawn #FDF2DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 30.87%

R = 35.34%
G = 33.8%
B = 30.87%

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

#FDF2DD (or 0xFDF2DD) is known color: Early Dawn. HEX triplet: FD, F2 and DD. RGB value is (253,242,221). Sum of RGB (Red+Green+Blue) = 253+242+221=716 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.34% from 716); Green value is 242 (94.92% from 255 or 33.80% from 716); Blue value is 221 (86.72% from 255 or 30.87% from 716); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF2DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF2DD is #020D22. Grayscale: #F2F2F2. Windows color (decimal): -134435 or 14545661. OLE color: 14545661.

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

Color convert

RGB 253 242 221 -
CMYK 0 0.04 0.13 0.01
HSL 39.38º 0.89% 0.93% -
HSV(B) 39.38º 0.13% 0.99% -
XYZ 85.31 89.61 81.21 -
YUV 242.9 115.64 135.21 -
System Red Green Blue C M Y K H S L
Decimal 253 242 221 0 0.04 0.13 0.01 39.38 0.89 0.93
Hex FD F2 DD 0 4 D 1 27 59 5D
Octal 375 362 335 0 4 15 1 47 131 135
Binary 11111101 11110010 11011101 0 100 1101 1 100111 1011001 1011101

Color Harmonies of #FDF2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF2DD

Black with #FDF2DD

Text Example


Text Example

White with #FDF2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF2DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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