#FDF4DC

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

Shades of Early Dawn #FDF4DC

Tints of Early Dawn #FDF4DC

Color information

#FDF4DC (or 0xFDF4DC) is unknown color: approx Early Dawn. HEX triplet: FD, F4 and DC. RGB value is (253,244,220). Sum of RGB (Red+Green+Blue) = 253+244+220=717 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.29% from 717); Green value is 244 (95.70% from 255 or 34.03% from 717); Blue value is 220 (86.33% from 255 or 30.68% from 717); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF4DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF4DC is #020B23. Grayscale: #F4F4F4. Windows color (decimal): -133924 or 14480637. OLE color: 14480637.

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

Color convert

RGB253244220-
CMYK00.040.130.01
HSL43.64º89.19%92.75%-
HSV(B)43.64º13.04%99.22%-
XYZ85.7890.7580.71-
YUV243.96114.48134.45-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.29%
GREEN value IS 244 (95.70% from 255) = 34.03%
BLUE value IS 220 (86.33% from 255) = 30.68%
R=35.29%
G=34.03%
B=30.68%

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
Decimal25324422000.040.130.0143.6489.1992.75
HexFDF4DC04D12c595d
Octal3753643340415154131135
Binary11111101111101001101110001001101110110010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF4DC; }

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

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

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

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

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

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

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

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