#FDF3DB

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

Shades of Early Dawn #FDF3DB

Tints of Early Dawn #FDF3DB

Color information

#FDF3DB (or 0xFDF3DB) is unknown color: approx Early Dawn. HEX triplet: FD, F3 and DB. RGB value is (253,243,219). Sum of RGB (Red+Green+Blue) = 253+243+219=715 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.38% from 715); Green value is 243 (95.31% from 255 or 33.99% from 715); Blue value is 219 (85.94% from 255 or 30.63% from 715); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF3DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF3DB is #020C24. Grayscale: #F3F3F3. Windows color (decimal): -134181 or 14414845. OLE color: 14414845.

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

Color convert

RGB253243219-
CMYK00.040.130.01
HSL42.35º89.47%92.55%-
HSV(B)42.35º13.44%99.22%-
XYZ85.3490.179.91-
YUV243.25114.31134.95-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.38%
GREEN value IS 243 (95.31% from 255) = 33.99%
BLUE value IS 219 (85.94% from 255) = 30.63%
R=35.38%
G=33.99%
B=30.63%

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
Decimal25324321900.040.130.0142.3589.4792.55
HexFDF3DB04D12a595d
Octal3753633330415152131135
Binary11111101111100111101101101001101110101010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF3DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF3DB; }

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

 H1.HeaderClassName
 {
   color: #FDF3DB;
 }
 .AnyTagClassName
 {
   color: #FDF3DB;
 }
</style>
background-color css

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

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

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

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

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

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