Shades of Early Dawn #FDF1DA
Tints of Early Dawn #FDF1DA
RGB
CMYK
RGB Variations
Color information
#FDF1DA (or 0xFDF1DA) is known color: 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
RGB | 253 | 241 | 218 | - |
CMYK | 0 | 0.05 | 0.14 | 0.01 |
HSL | 39.43º | 0.9% | 0.92% | - |
HSV(B) | 39.43º | 0.14% | 0.99% | - |
XYZ | 84.62 | 88.86 | 79.02 | - |
YUV | 241.97 | 114.48 | 135.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 241 | 218 | 0 | 0.05 | 0.14 | 0.01 | 39.43 | 0.9 | 0.92 |
Hex | FD | F1 | DA | 0 | 5 | E | 1 | 27 | 5A | 5C |
Octal | 375 | 361 | 332 | 0 | 5 | 16 | 1 | 47 | 132 | 134 |
Binary | 11111101 | 11110001 | 11011010 | 0 | 101 | 1110 | 1 | 100111 | 1011010 | 1011100 |
Color Harmonies of #FDF1DA
Complementary color
Monochromatic Colors of #FDF1DA
Black with #FDF1DA
Text Example
Text Example
White with #FDF1DA
Text Example
Text Example
HTML Codes & Css Web 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>