Shades of Early Dawn #FBF2DD
Tints of Early Dawn #FBF2DD
RGB
CMYK
RGB Variations
Color information
#FBF2DD (or 0xFBF2DD) is known color: Early Dawn. HEX triplet: FB, F2 and DD. RGB value is (251,242,221). Sum of RGB (Red+Green+Blue) = 251+242+221=714 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.15% from 714); Green value is 242 (94.92% from 255 or 33.89% from 714); Blue value is 221 (86.72% from 255 or 30.95% from 714); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF2DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF2DD is #040D22. Grayscale: #F2F2F2. Windows color (decimal): -265507 or 14545659. OLE color: 14545659.
HSL color Cylindrical-coordinate representation of color #FBF2DD: hue angle of 42º degrees, saturation: 0.79, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FBF2DD is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 242 | 221 | - |
| CMYK | 0 | 0.04 | 0.12 | 0.02 |
| HSL | 42º | 0.79% | 0.93% | - |
| HSV(B) | 42º | 0.12% | 0.98% | - |
| XYZ | 84.59 | 89.23 | 81.17 | - |
| YUV | 242.3 | 115.98 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 242 | 221 | 0 | 0.04 | 0.12 | 0.02 | 42 | 0.79 | 0.93 |
| Hex | FB | F2 | DD | 0 | 4 | C | 2 | 2A | 4F | 5D |
| Octal | 373 | 362 | 335 | 0 | 4 | 14 | 2 | 52 | 117 | 135 |
| Binary | 11111011 | 11110010 | 11011101 | 0 | 100 | 1100 | 10 | 101010 | 1001111 | 1011101 |
Color Harmonies of #FBF2DD
Complementary color
Monochromatic Colors of #FBF2DD
Black with #FBF2DD
Text Example
Text Example
White with #FBF2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF2DD; }
p { color: rgb(251,242,221); }
H1.HeaderClassName
{
color: #FBF2DD;
}
.AnyTagClassName
{
color: #FBF2DD;
}
</style>
background-color css
<style>
a { background-color: #FBF2DD; }
a { background-color: rgb(251,242,221); }
div.DivClassName
{
background-color: #FBF2DD;
}
.BgClassName
{
background-color: #FBF2DD;
}
</style>
border-color css
<style>
span { border-color: #FBF2DD; }
span { border-color: rgb(251,242,221); }
td.TdClassName
{
border-color: #FBF2DD;
}
.TagClassName
{
border-color: #FBF2DD;
}
</style>