Shades of Chantilly #F0BBC8
Tints of Chantilly #F0BBC8
RGB
CMYK
RGB Variations
Color information
#F0BBC8 (or 0xF0BBC8) is known color: Chantilly. HEX triplet: F0, BB and C8. RGB value is (240,187,200). Sum of RGB (Red+Green+Blue) = 240+187+200=627 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.28% from 627); Green value is 187 (73.44% from 255 or 29.82% from 627); Blue value is 200 (78.52% from 255 or 31.90% from 627); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BBC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BBC8 is #0F4437. Grayscale: #CCCCCC. Windows color (decimal): -1000504 or 13155312. OLE color: 13155312.
HSL color Cylindrical-coordinate representation of color #F0BBC8: hue angle of 345.28º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F0BBC8 is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 187 | 200 | - |
| CMYK | 0 | 0.22 | 0.17 | 0.06 |
| HSL | 345.28º | 0.64% | 0.84% | - |
| HSV(B) | 345.28º | 0.22% | 0.94% | - |
| XYZ | 64.13 | 58.24 | 62.5 | - |
| YUV | 204.33 | 125.56 | 153.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 187 | 200 | 0 | 0.22 | 0.17 | 0.06 | 345.28 | 0.64 | 0.84 |
| Hex | F0 | BB | C8 | 0 | 16 | 11 | 6 | 159 | 40 | 54 |
| Octal | 360 | 273 | 310 | 0 | 26 | 21 | 6 | 531 | 100 | 124 |
| Binary | 11110000 | 10111011 | 11001000 | 0 | 10110 | 10001 | 110 | 101011001 | 1000000 | 1010100 |
Color Harmonies of #F0BBC8
Complementary color
Monochromatic Colors of #F0BBC8
Black with #F0BBC8
Text Example
Text Example
White with #F0BBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BBC8; }
p { color: rgb(240,187,200); }
H1.HeaderClassName
{
color: #F0BBC8;
}
.AnyTagClassName
{
color: #F0BBC8;
}
</style>
background-color css
<style>
a { background-color: #F0BBC8; }
a { background-color: rgb(240,187,200); }
div.DivClassName
{
background-color: #F0BBC8;
}
.BgClassName
{
background-color: #F0BBC8;
}
</style>
border-color css
<style>
span { border-color: #F0BBC8; }
span { border-color: rgb(240,187,200); }
td.TdClassName
{
border-color: #F0BBC8;
}
.TagClassName
{
border-color: #F0BBC8;
}
</style>