#FDF2DB

Color #FDF2DB Early Dawn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Early Dawn #FDF2DB

Tints of Early Dawn #FDF2DB

Color information

#FDF2DB (or 0xFDF2DB) is unknown color: approx 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

RGB253242219-
CMYK00.040.130.01
HSL40.59º89.47%92.55%-
HSV(B)40.59º13.44%99.22%-
XYZ85.0589.579.81-
YUV242.67114.64135.37-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324221900.040.130.0140.5989.4792.55
HexFDF2DB04D129595d
Octal3753623330415151131135
Binary11111101111100101101101101001101110100110110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF2DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>