#FDF3DD

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

Shades of Early Dawn #FDF3DD

Tints of Early Dawn #FDF3DD

Color information

#FDF3DD (or 0xFDF3DD) is unknown color: approx Early Dawn. HEX triplet: FD, F3 and DD. RGB value is (253,243,221). Sum of RGB (Red+Green+Blue) = 253+243+221=717 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.29% from 717); Green value is 243 (95.31% from 255 or 33.89% from 717); Blue value is 221 (86.72% from 255 or 30.82% from 717); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF3DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF3DD is #020C22. Grayscale: #F3F3F3. Windows color (decimal): -134179 or 14545917. OLE color: 14545917.

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

Color convert

RGB253243221-
CMYK00.040.130.01
HSL41.25º88.89%92.94%-
HSV(B)41.25º12.65%99.22%-
XYZ85.6190.281.31-
YUV243.48115.31134.79-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.29%
GREEN value IS 243 (95.31% from 255) = 33.89%
BLUE value IS 221 (86.72% from 255) = 30.82%
R=35.29%
G=33.89%
B=30.82%

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
Decimal25324322100.040.130.0141.2588.8992.94
HexFDF3DD04D129595d
Octal3753633350415151131135
Binary11111101111100111101110101001101110100110110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF3DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF3DD; }

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

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

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

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

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

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

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

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