Shades of Chantilly #F0BBC9
Tints of Chantilly #F0BBC9
RGB
CMYK
RGB Variations
Color information
#F0BBC9 (or 0xF0BBC9) is known color: Chantilly. HEX triplet: F0, BB and C9. RGB value is (240,187,201). Sum of RGB (Red+Green+Blue) = 240+187+201=628 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.22% from 628); Green value is 187 (73.44% from 255 or 29.78% from 628); Blue value is 201 (78.91% from 255 or 32.01% from 628); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BBC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BBC9 is #0F4436. Grayscale: #CCCCCC. Windows color (decimal): -1000503 or 13220848. OLE color: 13220848.
HSL color Cylindrical-coordinate representation of color #F0BBC9: hue angle of 344.15º 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 #F0BBC9 is Cyan = 0, Magento = 0.22, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 187 | 201 | - |
| CMYK | 0 | 0.22 | 0.16 | 0.06 |
| HSL | 344.15º | 0.64% | 0.84% | - |
| HSV(B) | 344.15º | 0.22% | 0.94% | - |
| XYZ | 64.25 | 58.28 | 63.12 | - |
| YUV | 204.44 | 126.06 | 153.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 187 | 201 | 0 | 0.22 | 0.16 | 0.06 | 344.15 | 0.64 | 0.84 |
| Hex | F0 | BB | C9 | 0 | 16 | 10 | 6 | 158 | 40 | 54 |
| Octal | 360 | 273 | 311 | 0 | 26 | 20 | 6 | 530 | 100 | 124 |
| Binary | 11110000 | 10111011 | 11001001 | 0 | 10110 | 10000 | 110 | 101011000 | 1000000 | 1010100 |
Color Harmonies of #F0BBC9
Complementary color
Monochromatic Colors of #F0BBC9
Black with #F0BBC9
Text Example
Text Example
White with #F0BBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BBC9; }
p { color: rgb(240,187,201); }
H1.HeaderClassName
{
color: #F0BBC9;
}
.AnyTagClassName
{
color: #F0BBC9;
}
</style>
background-color css
<style>
a { background-color: #F0BBC9; }
a { background-color: rgb(240,187,201); }
div.DivClassName
{
background-color: #F0BBC9;
}
.BgClassName
{
background-color: #F0BBC9;
}
</style>
border-color css
<style>
span { border-color: #F0BBC9; }
span { border-color: rgb(240,187,201); }
td.TdClassName
{
border-color: #F0BBC9;
}
.TagClassName
{
border-color: #F0BBC9;
}
</style>