Shades of Chantilly #F0BBC5
Tints of Chantilly #F0BBC5
RGB
CMYK
RGB Variations
Color information
#F0BBC5 (or 0xF0BBC5) is known color: Chantilly. HEX triplet: F0, BB and C5. RGB value is (240,187,197). Sum of RGB (Red+Green+Blue) = 240+187+197=624 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.46% from 624); Green value is 187 (73.44% from 255 or 29.97% from 624); Blue value is 197 (77.34% from 255 or 31.57% from 624); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BBC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BBC5 is #0F443A. Grayscale: #CCCCCC. Windows color (decimal): -1000507 or 12958704. OLE color: 12958704.
HSL color Cylindrical-coordinate representation of color #F0BBC5: hue angle of 348.68º 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 #F0BBC5 is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 187 | 197 | - |
| CMYK | 0 | 0.22 | 0.18 | 0.06 |
| HSL | 348.68º | 0.64% | 0.84% | - |
| HSV(B) | 348.68º | 0.22% | 0.94% | - |
| XYZ | 63.78 | 58.1 | 60.68 | - |
| YUV | 203.99 | 124.06 | 153.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 187 | 197 | 0 | 0.22 | 0.18 | 0.06 | 348.68 | 0.64 | 0.84 |
| Hex | F0 | BB | C5 | 0 | 16 | 12 | 6 | 15D | 40 | 54 |
| Octal | 360 | 273 | 305 | 0 | 26 | 22 | 6 | 535 | 100 | 124 |
| Binary | 11110000 | 10111011 | 11000101 | 0 | 10110 | 10010 | 110 | 101011101 | 1000000 | 1010100 |
Color Harmonies of #F0BBC5
Complementary color
Monochromatic Colors of #F0BBC5
Black with #F0BBC5
Text Example
Text Example
White with #F0BBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BBC5; }
p { color: rgb(240,187,197); }
H1.HeaderClassName
{
color: #F0BBC5;
}
.AnyTagClassName
{
color: #F0BBC5;
}
</style>
background-color css
<style>
a { background-color: #F0BBC5; }
a { background-color: rgb(240,187,197); }
div.DivClassName
{
background-color: #F0BBC5;
}
.BgClassName
{
background-color: #F0BBC5;
}
</style>
border-color css
<style>
span { border-color: #F0BBC5; }
span { border-color: rgb(240,187,197); }
td.TdClassName
{
border-color: #F0BBC5;
}
.TagClassName
{
border-color: #F0BBC5;
}
</style>