Shades of Chilean Heath #FBF7DB
Tints of Chilean Heath #FBF7DB
RGB
CMYK
RGB Variations
Color information
#FBF7DB (or 0xFBF7DB) is known color: Chilean Heath. HEX triplet: FB, F7 and DB. RGB value is (251,247,219). Sum of RGB (Red+Green+Blue) = 251+247+219=717 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.01% from 717); Green value is 247 (96.88% from 255 or 34.45% from 717); Blue value is 219 (85.94% from 255 or 30.54% from 717); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF7DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF7DB is #040824. Grayscale: #F5F5F5. Windows color (decimal): -264229 or 14415867. OLE color: 14415867.
HSL color Cylindrical-coordinate representation of color #FBF7DB: hue angle of 52.5º 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 #FBF7DB is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 247 | 219 | - |
| CMYK | 0 | 0.02 | 0.13 | 0.02 |
| HSL | 52.5º | 0.8% | 0.92% | - |
| HSV(B) | 52.5º | 0.13% | 0.98% | - |
| XYZ | 85.83 | 92.15 | 80.28 | - |
| YUV | 245 | 113.33 | 132.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 247 | 219 | 0 | 0.02 | 0.13 | 0.02 | 52.5 | 0.8 | 0.92 |
| Hex | FB | F7 | DB | 0 | 2 | D | 2 | 34 | 50 | 5C |
| Octal | 373 | 367 | 333 | 0 | 2 | 15 | 2 | 64 | 120 | 134 |
| Binary | 11111011 | 11110111 | 11011011 | 0 | 10 | 1101 | 10 | 110100 | 1010000 | 1011100 |
Color Harmonies of #FBF7DB
Complementary color
Monochromatic Colors of #FBF7DB
Black with #FBF7DB
Text Example
Text Example
White with #FBF7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF7DB; }
p { color: rgb(251,247,219); }
H1.HeaderClassName
{
color: #FBF7DB;
}
.AnyTagClassName
{
color: #FBF7DB;
}
</style>
background-color css
<style>
a { background-color: #FBF7DB; }
a { background-color: rgb(251,247,219); }
div.DivClassName
{
background-color: #FBF7DB;
}
.BgClassName
{
background-color: #FBF7DB;
}
</style>
border-color css
<style>
span { border-color: #FBF7DB; }
span { border-color: rgb(251,247,219); }
td.TdClassName
{
border-color: #FBF7DB;
}
.TagClassName
{
border-color: #FBF7DB;
}
</style>