#FDF1DA

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

Shades of Early Dawn #FDF1DA

Tints of Early Dawn #FDF1DA

Color information

#FDF1DA (or 0xFDF1DA) is unknown color: approx Early Dawn. HEX triplet: FD, F1 and DA. RGB value is (253,241,218). Sum of RGB (Red+Green+Blue) = 253+241+218=712 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.53% from 712); Green value is 241 (94.53% from 255 or 33.85% from 712); Blue value is 218 (85.55% from 255 or 30.62% from 712); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF1DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF1DA is #020E25. Grayscale: #F2F2F2. Windows color (decimal): -134694 or 14348797. OLE color: 14348797.

HSL color Cylindrical-coordinate representation of color #FDF1DA: hue angle of 39.43º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FDF1DA is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.01.

Color convert

RGB253241218-
CMYK00.050.140.01
HSL39.43º89.74%92.35%-
HSV(B)39.43º13.83%99.22%-
XYZ84.6288.8679.02-
YUV241.97114.48135.87-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.53%
GREEN value IS 241 (94.53% from 255) = 33.85%
BLUE value IS 218 (85.55% from 255) = 30.62%
R=35.53%
G=33.85%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.14
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324121800.050.140.0139.4389.7492.35
HexFDF1DA05E1275a5c
Octal3753613320516147132134
Binary11111101111100011101101001011110110011110110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF1DA; }

 p { color: rgb(253,241,218); }

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

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

 a { background-color: rgb(253,241,218); }

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

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

 span { border-color: rgb(253,241,218); }

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