Shades of Early Dawn #FBF1DB
Tints of Early Dawn #FBF1DB
RGB
CMYK
RGB Variations
Color information
#FBF1DB (or 0xFBF1DB) is known color: Early Dawn. HEX triplet: FB, F1 and DB. RGB value is (251,241,219). Sum of RGB (Red+Green+Blue) = 251+241+219=711 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.30% from 711); Green value is 241 (94.53% from 255 or 33.90% from 711); Blue value is 219 (85.94% from 255 or 30.80% from 711); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF1DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF1DB is #040E24. Grayscale: #F1F1F1. Windows color (decimal): -265765 or 14414331. OLE color: 14414331.
HSL color Cylindrical-coordinate representation of color #FBF1DB: hue angle of 41.25º 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 #FBF1DB is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 241 | 219 | - |
| CMYK | 0 | 0.04 | 0.13 | 0.02 |
| HSL | 41.25º | 0.8% | 0.92% | - |
| HSV(B) | 41.25º | 0.13% | 0.98% | - |
| XYZ | 84.03 | 88.53 | 79.68 | - |
| YUV | 241.48 | 115.31 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 241 | 219 | 0 | 0.04 | 0.13 | 0.02 | 41.25 | 0.8 | 0.92 |
| Hex | FB | F1 | DB | 0 | 4 | D | 2 | 29 | 50 | 5C |
| Octal | 373 | 361 | 333 | 0 | 4 | 15 | 2 | 51 | 120 | 134 |
| Binary | 11111011 | 11110001 | 11011011 | 0 | 100 | 1101 | 10 | 101001 | 1010000 | 1011100 |
Color Harmonies of #FBF1DB
Complementary color
Monochromatic Colors of #FBF1DB
Black with #FBF1DB
Text Example
Text Example
White with #FBF1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF1DB; }
p { color: rgb(251,241,219); }
H1.HeaderClassName
{
color: #FBF1DB;
}
.AnyTagClassName
{
color: #FBF1DB;
}
</style>
background-color css
<style>
a { background-color: #FBF1DB; }
a { background-color: rgb(251,241,219); }
div.DivClassName
{
background-color: #FBF1DB;
}
.BgClassName
{
background-color: #FBF1DB;
}
</style>
border-color css
<style>
span { border-color: #FBF1DB; }
span { border-color: rgb(251,241,219); }
td.TdClassName
{
border-color: #FBF1DB;
}
.TagClassName
{
border-color: #FBF1DB;
}
</style>