Shades of Chantilly #F0BCCF
Tints of Chantilly #F0BCCF
RGB
CMYK
RGB Variations
Color information
#F0BCCF (or 0xF0BCCF) is known color: Chantilly. HEX triplet: F0, BC and CF. RGB value is (240,188,207). Sum of RGB (Red+Green+Blue) = 240+188+207=635 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.80% from 635); Green value is 188 (73.83% from 255 or 29.61% from 635); Blue value is 207 (81.25% from 255 or 32.60% from 635); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BCCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BCCF is #0F4330. Grayscale: #CDCDCD. Windows color (decimal): -1000241 or 13614320. OLE color: 13614320.
HSL color Cylindrical-coordinate representation of color #F0BCCF: hue angle of 338.08º 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 #F0BCCF is Cyan = 0, Magento = 0.22, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 188 | 207 | - |
| CMYK | 0 | 0.22 | 0.14 | 0.06 |
| HSL | 338.08º | 0.63% | 0.84% | - |
| HSV(B) | 338.08º | 0.22% | 0.94% | - |
| XYZ | 65.18 | 59 | 66.98 | - |
| YUV | 205.71 | 128.73 | 152.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 188 | 207 | 0 | 0.22 | 0.14 | 0.06 | 338.08 | 0.63 | 0.84 |
| Hex | F0 | BC | CF | 0 | 16 | E | 6 | 152 | 3F | 54 |
| Octal | 360 | 274 | 317 | 0 | 26 | 16 | 6 | 522 | 77 | 124 |
| Binary | 11110000 | 10111100 | 11001111 | 0 | 10110 | 1110 | 110 | 101010010 | 111111 | 1010100 |
Color Harmonies of #F0BCCF
Complementary color
Monochromatic Colors of #F0BCCF
Black with #F0BCCF
Text Example
Text Example
White with #F0BCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BCCF; }
p { color: rgb(240,188,207); }
H1.HeaderClassName
{
color: #F0BCCF;
}
.AnyTagClassName
{
color: #F0BCCF;
}
</style>
background-color css
<style>
a { background-color: #F0BCCF; }
a { background-color: rgb(240,188,207); }
div.DivClassName
{
background-color: #F0BCCF;
}
.BgClassName
{
background-color: #F0BCCF;
}
</style>
border-color css
<style>
span { border-color: #F0BCCF; }
span { border-color: rgb(240,188,207); }
td.TdClassName
{
border-color: #F0BCCF;
}
.TagClassName
{
border-color: #F0BCCF;
}
</style>