Shades of Chilean Heath #FBFADF
Tints of Chilean Heath #FBFADF
RGB
CMYK
RGB Variations
Color information
#FBFADF (or 0xFBFADF) is known color: Chilean Heath. HEX triplet: FB, FA and DF. RGB value is (251,250,223). Sum of RGB (Red+Green+Blue) = 251+250+223=724 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.67% from 724); Green value is 250 (98.05% from 255 or 34.53% from 724); Blue value is 223 (87.5% from 255 or 30.80% from 724); Max value from RGB is 251 - color contains mainly: red. Hex color #FBFADF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBFADF is #040520. Grayscale: #F7F7F7. Windows color (decimal): -263457 or 14678779. OLE color: 14678779.
HSL color Cylindrical-coordinate representation of color #FBFADF: hue angle of 57.86º 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 #FBFADF is Cyan = 0, Magento = 0.00, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 250 | 223 | - |
| CMYK | 0 | 0.00 | 0.11 | 0.02 |
| HSL | 57.86º | 0.78% | 0.93% | - |
| HSV(B) | 57.86º | 0.11% | 0.98% | - |
| XYZ | 87.29 | 94.21 | 83.4 | - |
| YUV | 247.22 | 114.33 | 130.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 250 | 223 | 0 | 0.00 | 0.11 | 0.02 | 57.86 | 0.78 | 0.93 |
| Hex | FB | FA | DF | 0 | 0 | B | 2 | 3A | 4E | 5D |
| Octal | 373 | 372 | 337 | 0 | 0 | 13 | 2 | 72 | 116 | 135 |
| Binary | 11111011 | 11111010 | 11011111 | 0 | 0 | 1011 | 10 | 111010 | 1001110 | 1011101 |
Color Harmonies of #FBFADF
Complementary color
Monochromatic Colors of #FBFADF
Black with #FBFADF
Text Example
Text Example
White with #FBFADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFADF; }
p { color: rgb(251,250,223); }
H1.HeaderClassName
{
color: #FBFADF;
}
.AnyTagClassName
{
color: #FBFADF;
}
</style>
background-color css
<style>
a { background-color: #FBFADF; }
a { background-color: rgb(251,250,223); }
div.DivClassName
{
background-color: #FBFADF;
}
.BgClassName
{
background-color: #FBFADF;
}
</style>
border-color css
<style>
span { border-color: #FBFADF; }
span { border-color: rgb(251,250,223); }
td.TdClassName
{
border-color: #FBFADF;
}
.TagClassName
{
border-color: #FBFADF;
}
</style>