#FDF4DD

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

Shades of Early Dawn #FDF4DD

Tints of Early Dawn #FDF4DD

Color information

#FDF4DD (or 0xFDF4DD) is unknown color: approx Early Dawn. HEX triplet: FD, F4 and DD. RGB value is (253,244,221). Sum of RGB (Red+Green+Blue) = 253+244+221=718 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.24% from 718); Green value is 244 (95.70% from 255 or 33.98% from 718); Blue value is 221 (86.72% from 255 or 30.78% from 718); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF4DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF4DD is #020B22. Grayscale: #F4F4F4. Windows color (decimal): -133923 or 14546173. OLE color: 14546173.

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

Color convert

RGB253244221-
CMYK00.040.130.01
HSL43.12º88.89%92.94%-
HSV(B)43.12º12.65%99.22%-
XYZ85.9190.881.41-
YUV244.07114.98134.37-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.24%
GREEN value IS 244 (95.70% from 255) = 33.98%
BLUE value IS 221 (86.72% from 255) = 30.78%
R=35.24%
G=33.98%
B=30.78%

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
Decimal25324422100.040.130.0143.1288.8992.94
HexFDF4DD04D12b595d
Octal3753643350415153131135
Binary11111101111101001101110101001101110101110110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF4DD; }

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

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

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

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

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

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

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

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