Shades of Chantilly #F0BCC9
Tints of Chantilly #F0BCC9
RGB
CMYK
RGB Variations
Color information
#F0BCC9 (or 0xF0BCC9) is known color: Chantilly. HEX triplet: F0, BC and C9. RGB value is (240,188,201). Sum of RGB (Red+Green+Blue) = 240+188+201=629 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.16% from 629); Green value is 188 (73.83% from 255 or 29.89% from 629); Blue value is 201 (78.91% from 255 or 31.96% from 629); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BCC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BCC9 is #0F4336. Grayscale: #CDCDCD. Windows color (decimal): -1000247 or 13221104. OLE color: 13221104.
HSL color Cylindrical-coordinate representation of color #F0BCC9: hue angle of 345º degrees, saturation: 0.63, 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 #F0BCC9 is Cyan = 0, Magento = 0.22, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 188 | 201 | - |
| CMYK | 0 | 0.22 | 0.16 | 0.06 |
| HSL | 345º | 0.63% | 0.84% | - |
| HSV(B) | 345º | 0.22% | 0.94% | - |
| XYZ | 64.46 | 58.71 | 63.19 | - |
| YUV | 205.03 | 125.73 | 152.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 188 | 201 | 0 | 0.22 | 0.16 | 0.06 | 345 | 0.63 | 0.84 |
| Hex | F0 | BC | C9 | 0 | 16 | 10 | 6 | 159 | 3F | 54 |
| Octal | 360 | 274 | 311 | 0 | 26 | 20 | 6 | 531 | 77 | 124 |
| Binary | 11110000 | 10111100 | 11001001 | 0 | 10110 | 10000 | 110 | 101011001 | 111111 | 1010100 |
Color Harmonies of #F0BCC9
Complementary color
Monochromatic Colors of #F0BCC9
Black with #F0BCC9
Text Example
Text Example
White with #F0BCC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BCC9; }
p { color: rgb(240,188,201); }
H1.HeaderClassName
{
color: #F0BCC9;
}
.AnyTagClassName
{
color: #F0BCC9;
}
</style>
background-color css
<style>
a { background-color: #F0BCC9; }
a { background-color: rgb(240,188,201); }
div.DivClassName
{
background-color: #F0BCC9;
}
.BgClassName
{
background-color: #F0BCC9;
}
</style>
border-color css
<style>
span { border-color: #F0BCC9; }
span { border-color: rgb(240,188,201); }
td.TdClassName
{
border-color: #F0BCC9;
}
.TagClassName
{
border-color: #F0BCC9;
}
</style>