Shades of Early Dawn #FBF2DB
Tints of Early Dawn #FBF2DB
RGB
CMYK
RGB Variations
Color information
#FBF2DB (or 0xFBF2DB) is known color: Early Dawn. HEX triplet: FB, F2 and DB. RGB value is (251,242,219). Sum of RGB (Red+Green+Blue) = 251+242+219=712 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.25% from 712); Green value is 242 (94.92% from 255 or 33.99% from 712); Blue value is 219 (85.94% from 255 or 30.76% from 712); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF2DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF2DB is #040D24. Grayscale: #F2F2F2. Windows color (decimal): -265509 or 14414587. OLE color: 14414587.
HSL color Cylindrical-coordinate representation of color #FBF2DB: hue angle of 43.12º degrees, saturation: 0.8, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FBF2DB is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 242 | 219 | - |
CMYK | 0 | 0.04 | 0.13 | 0.02 |
HSL | 43.13º | 0.8% | 0.92% | - |
HSV(B) | 43.13º | 0.13% | 0.98% | - |
XYZ | 84.32 | 89.13 | 79.78 | - |
YUV | 242.07 | 114.98 | 134.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 242 | 219 | 0 | 0.04 | 0.13 | 0.02 | 43.13 | 0.8 | 0.92 |
Hex | FB | F2 | DB | 0 | 4 | D | 2 | 2B | 50 | 5C |
Octal | 373 | 362 | 333 | 0 | 4 | 15 | 2 | 53 | 120 | 134 |
Binary | 11111011 | 11110010 | 11011011 | 0 | 100 | 1101 | 10 | 101011 | 1010000 | 1011100 |
Color Harmonies of #FBF2DB
Complementary color
Monochromatic Colors of #FBF2DB
Black with #FBF2DB
Text Example
Text Example
White with #FBF2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF2DB; }
p { color: rgb(251,242,219); }
H1.HeaderClassName
{
color: #FBF2DB;
}
.AnyTagClassName
{
color: #FBF2DB;
}
</style>
background-color css
<style>
a { background-color: #FBF2DB; }
a { background-color: rgb(251,242,219); }
div.DivClassName
{
background-color: #FBF2DB;
}
.BgClassName
{
background-color: #FBF2DB;
}
</style>
border-color css
<style>
span { border-color: #FBF2DB; }
span { border-color: rgb(251,242,219); }
td.TdClassName
{
border-color: #FBF2DB;
}
.TagClassName
{
border-color: #FBF2DB;
}
</style>