Html Css Color HEX #FDF2DB Early Dawn

📋 copy color: '#FDF2DB'

red 253 ◦ green 242 ◦ blue 219

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

Shades of Early Dawn #FDF2DB

Tints of Early Dawn #FDF2DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 30.67%

R = 35.43%
G = 33.89%
B = 30.67%

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

#FDF2DB (or 0xFDF2DB) is known color: Early Dawn. HEX triplet: FD, F2 and DB. RGB value is (253,242,219). Sum of RGB (Red+Green+Blue) = 253+242+219=714 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.43% from 714); Green value is 242 (94.92% from 255 or 33.89% from 714); Blue value is 219 (85.94% from 255 or 30.67% from 714); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF2DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF2DB is #020D24. Grayscale: #F2F2F2. Windows color (decimal): -134437 or 14414589. OLE color: 14414589.

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

Color convert

RGB 253 242 219 -
CMYK 0 0.04 0.13 0.01
HSL 40.59º 0.89% 0.93% -
HSV(B) 40.59º 0.13% 0.99% -
XYZ 85.05 89.5 79.81 -
YUV 242.67 114.64 135.37 -
System Red Green Blue C M Y K H S L
Decimal 253 242 219 0 0.04 0.13 0.01 40.59 0.89 0.93
Hex FD F2 DB 0 4 D 1 29 59 5D
Octal 375 362 333 0 4 15 1 51 131 135
Binary 11111101 11110010 11011011 0 100 1101 1 101001 1011001 1011101

Color Harmonies of #FDF2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF2DB

Black with #FDF2DB

Text Example


Text Example

White with #FDF2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF2DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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