Html Css Color HEX #FDF2DA Early Dawn

📋 copy color: '#FDF2DA'

red 253 ◦ green 242 ◦ blue 218

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

Shades of Early Dawn #FDF2DA

Tints of Early Dawn #FDF2DA

RGB

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

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

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

R = 35.48%
G = 33.94%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.14

 K value IS 0.01

RGB Variations

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

Color information

#FDF2DA (or 0xFDF2DA) is known color: Early Dawn. HEX triplet: FD, F2 and DA. RGB value is (253,242,218). Sum of RGB (Red+Green+Blue) = 253+242+218=713 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.48% from 713); Green value is 242 (94.92% from 255 or 33.94% from 713); Blue value is 218 (85.55% from 255 or 30.58% from 713); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF2DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF2DA is #020D25. Grayscale: #F2F2F2. Windows color (decimal): -134438 or 14349053. OLE color: 14349053.

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

Color convert

RGB 253 242 218 -
CMYK 0 0.04 0.14 0.01
HSL 41.14º 0.9% 0.92% -
HSV(B) 41.14º 0.14% 0.99% -
XYZ 84.92 89.45 79.12 -
YUV 242.55 114.14 135.45 -
System Red Green Blue C M Y K H S L
Decimal 253 242 218 0 0.04 0.14 0.01 41.14 0.9 0.92
Hex FD F2 DA 0 4 E 1 29 5A 5C
Octal 375 362 332 0 4 16 1 51 132 134
Binary 11111101 11110010 11011010 0 100 1110 1 101001 1011010 1011100

Color Harmonies of #FDF2DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF2DA

Black with #FDF2DA

Text Example


Text Example

White with #FDF2DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF2DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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