Shades of Chantilly #F0BCCE
Tints of Chantilly #F0BCCE
RGB
CMYK
RGB Variations
Color information
#F0BCCE (or 0xF0BCCE) is known color: Chantilly. HEX triplet: F0, BC and CE. RGB value is (240,188,206). Sum of RGB (Red+Green+Blue) = 240+188+206=634 (83% of max value = 765). Red value is 240 (94.14% from 255 or 37.85% from 634); Green value is 188 (73.83% from 255 or 29.65% from 634); Blue value is 206 (80.86% from 255 or 32.49% from 634); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BCCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BCCE is #0F4331. Grayscale: #CDCDCD. Windows color (decimal): -1000242 or 13548784. OLE color: 13548784.
HSL color Cylindrical-coordinate representation of color #F0BCCE: hue angle of 339.23º 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 #F0BCCE is Cyan = 0, Magento = 0.22, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 188 | 206 | - |
| CMYK | 0 | 0.22 | 0.14 | 0.06 |
| HSL | 339.23º | 0.63% | 0.84% | - |
| HSV(B) | 339.23º | 0.22% | 0.94% | - |
| XYZ | 65.06 | 58.95 | 66.34 | - |
| YUV | 205.6 | 128.23 | 152.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 188 | 206 | 0 | 0.22 | 0.14 | 0.06 | 339.23 | 0.63 | 0.84 |
| Hex | F0 | BC | CE | 0 | 16 | E | 6 | 153 | 3F | 54 |
| Octal | 360 | 274 | 316 | 0 | 26 | 16 | 6 | 523 | 77 | 124 |
| Binary | 11110000 | 10111100 | 11001110 | 0 | 10110 | 1110 | 110 | 101010011 | 111111 | 1010100 |
Color Harmonies of #F0BCCE
Complementary color
Monochromatic Colors of #F0BCCE
Black with #F0BCCE
Text Example
Text Example
White with #F0BCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BCCE; }
p { color: rgb(240,188,206); }
H1.HeaderClassName
{
color: #F0BCCE;
}
.AnyTagClassName
{
color: #F0BCCE;
}
</style>
background-color css
<style>
a { background-color: #F0BCCE; }
a { background-color: rgb(240,188,206); }
div.DivClassName
{
background-color: #F0BCCE;
}
.BgClassName
{
background-color: #F0BCCE;
}
</style>
border-color css
<style>
span { border-color: #F0BCCE; }
span { border-color: rgb(240,188,206); }
td.TdClassName
{
border-color: #F0BCCE;
}
.TagClassName
{
border-color: #F0BCCE;
}
</style>