Shades of Early Dawn #FBF2DF
Tints of Early Dawn #FBF2DF
RGB
CMYK
RGB Variations
Color information
#FBF2DF (or 0xFBF2DF) is known color: Early Dawn. HEX triplet: FB, F2 and DF. RGB value is (251,242,223). Sum of RGB (Red+Green+Blue) = 251+242+223=716 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.06% from 716); Green value is 242 (94.92% from 255 or 33.80% from 716); Blue value is 223 (87.5% from 255 or 31.15% from 716); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF2DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF2DF is #040D20. Grayscale: #F2F2F2. Windows color (decimal): -265505 or 14676731. OLE color: 14676731.
HSL color Cylindrical-coordinate representation of color #FBF2DF: hue angle of 40.71º degrees, saturation: 0.78, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FBF2DF is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 242 | 223 | - |
| CMYK | 0 | 0.04 | 0.11 | 0.02 |
| HSL | 40.71º | 0.78% | 0.93% | - |
| HSV(B) | 40.71º | 0.11% | 0.98% | - |
| XYZ | 84.86 | 89.34 | 82.58 | - |
| YUV | 242.53 | 116.98 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 242 | 223 | 0 | 0.04 | 0.11 | 0.02 | 40.71 | 0.78 | 0.93 |
| Hex | FB | F2 | DF | 0 | 4 | B | 2 | 29 | 4E | 5D |
| Octal | 373 | 362 | 337 | 0 | 4 | 13 | 2 | 51 | 116 | 135 |
| Binary | 11111011 | 11110010 | 11011111 | 0 | 100 | 1011 | 10 | 101001 | 1001110 | 1011101 |
Color Harmonies of #FBF2DF
Complementary color
Monochromatic Colors of #FBF2DF
Black with #FBF2DF
Text Example
Text Example
White with #FBF2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF2DF; }
p { color: rgb(251,242,223); }
H1.HeaderClassName
{
color: #FBF2DF;
}
.AnyTagClassName
{
color: #FBF2DF;
}
</style>
background-color css
<style>
a { background-color: #FBF2DF; }
a { background-color: rgb(251,242,223); }
div.DivClassName
{
background-color: #FBF2DF;
}
.BgClassName
{
background-color: #FBF2DF;
}
</style>
border-color css
<style>
span { border-color: #FBF2DF; }
span { border-color: rgb(251,242,223); }
td.TdClassName
{
border-color: #FBF2DF;
}
.TagClassName
{
border-color: #FBF2DF;
}
</style>