Shades of Early Dawn #FDF3DF
Tints of Early Dawn #FDF3DF
RGB
CMYK
RGB Variations
Color information
#FDF3DF (or 0xFDF3DF) is known color: Early Dawn. HEX triplet: FD, F3 and DF. RGB value is (253,243,223). Sum of RGB (Red+Green+Blue) = 253+243+223=719 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.19% from 719); Green value is 243 (95.31% from 255 or 33.80% from 719); Blue value is 223 (87.5% from 255 or 31.02% from 719); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF3DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF3DF is #020C20. Grayscale: #F3F3F3. Windows color (decimal): -134177 or 14676989. OLE color: 14676989.
HSL color Cylindrical-coordinate representation of color #FDF3DF: hue angle of 40º 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 #FDF3DF is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 243 | 223 | - |
CMYK | 0 | 0.04 | 0.12 | 0.01 |
HSL | 40º | 0.88% | 0.93% | - |
HSV(B) | 40º | 0.12% | 0.99% | - |
XYZ | 85.88 | 90.31 | 82.72 | - |
YUV | 243.71 | 116.31 | 134.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 243 | 223 | 0 | 0.04 | 0.12 | 0.01 | 40 | 0.88 | 0.93 |
Hex | FD | F3 | DF | 0 | 4 | C | 1 | 28 | 58 | 5D |
Octal | 375 | 363 | 337 | 0 | 4 | 14 | 1 | 50 | 130 | 135 |
Binary | 11111101 | 11110011 | 11011111 | 0 | 100 | 1100 | 1 | 101000 | 1011000 | 1011101 |
Color Harmonies of #FDF3DF
Complementary color
Monochromatic Colors of #FDF3DF
Black with #FDF3DF
Text Example
Text Example
White with #FDF3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF3DF; }
p { color: rgb(253,243,223); }
H1.HeaderClassName
{
color: #FDF3DF;
}
.AnyTagClassName
{
color: #FDF3DF;
}
</style>
background-color css
<style>
a { background-color: #FDF3DF; }
a { background-color: rgb(253,243,223); }
div.DivClassName
{
background-color: #FDF3DF;
}
.BgClassName
{
background-color: #FDF3DF;
}
</style>
border-color css
<style>
span { border-color: #FDF3DF; }
span { border-color: rgb(253,243,223); }
td.TdClassName
{
border-color: #FDF3DF;
}
.TagClassName
{
border-color: #FDF3DF;
}
</style>