#FDF3DE

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

Shades of Early Dawn #FDF3DE

Tints of Early Dawn #FDF3DE

Color information

#FDF3DE (or 0xFDF3DE) is unknown color: approx Early Dawn. HEX triplet: FD, F3 and DE. RGB value is (253,243,222). Sum of RGB (Red+Green+Blue) = 253+243+222=718 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.24% from 718); Green value is 243 (95.31% from 255 or 33.84% from 718); Blue value is 222 (87.11% from 255 or 30.92% from 718); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF3DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF3DE is #020C21. Grayscale: #F3F3F3. Windows color (decimal): -134178 or 14611453. OLE color: 14611453.

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

Color convert

RGB253243222-
CMYK00.040.120.01
HSL40.65º88.57%93.14%-
HSV(B)40.65º12.25%99.22%-
XYZ85.7490.2682.01-
YUV243.6115.81134.71-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.24%
GREEN value IS 243 (95.31% from 255) = 33.84%
BLUE value IS 222 (87.11% from 255) = 30.92%
R=35.24%
G=33.84%
B=30.92%

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
Decimal25324322200.040.120.0140.6588.5793.14
HexFDF3DE04C129595d
Octal3753633360414151131135
Binary11111101111100111101111001001100110100110110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF3DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF3DE; }

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

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

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

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

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

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

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

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