#FDF4DF

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

Shades of Early Dawn #FDF4DF

Tints of Early Dawn #FDF4DF

Color information

#FDF4DF (or 0xFDF4DF) is unknown color: approx Early Dawn. HEX triplet: FD, F4 and DF. RGB value is (253,244,223). Sum of RGB (Red+Green+Blue) = 253+244+223=720 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.14% from 720); Green value is 244 (95.70% from 255 or 33.89% from 720); Blue value is 223 (87.5% from 255 or 30.97% from 720); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF4DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF4DF is #020B20. Grayscale: #F4F4F4. Windows color (decimal): -133921 or 14677245. OLE color: 14677245.

HSL color Cylindrical-coordinate representation of color #FDF4DF: hue angle of 42º degrees, saturation: 0.88, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FDF4DF is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB253244223-
CMYK00.040.120.01
HSL42º88.24%93.33%-
HSV(B)42º11.86%99.22%-
XYZ86.1890.9182.82-
YUV244.3115.98134.21-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.14%
GREEN value IS 244 (95.70% from 255) = 33.89%
BLUE value IS 223 (87.5% from 255) = 30.97%
R=35.14%
G=33.89%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324422300.040.120.014288.2493.33
HexFDF4DF04C12a585d
Octal3753643370414152130135
Binary11111101111101001101111101001100110101010110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF4DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF4DF; }

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

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

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

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

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

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

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

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