Shades of Chantilly #F0BACC
Tints of Chantilly #F0BACC
RGB
CMYK
RGB Variations
Color information
#F0BACC (or 0xF0BACC) is known color: Chantilly. HEX triplet: F0, BA and CC. RGB value is (240,186,204). Sum of RGB (Red+Green+Blue) = 240+186+204=630 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.10% from 630); Green value is 186 (73.05% from 255 or 29.52% from 630); Blue value is 204 (80.08% from 255 or 32.38% from 630); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BACC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BACC is #0F4533. Grayscale: #CCCCCC. Windows color (decimal): -1000756 or 13417200. OLE color: 13417200.
HSL color Cylindrical-coordinate representation of color #F0BACC: hue angle of 340º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F0BACC is Cyan = 0, Magento = 0.22, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 186 | 204 | - |
| CMYK | 0 | 0.22 | 0.15 | 0.06 |
| HSL | 340º | 0.64% | 0.84% | - |
| HSV(B) | 340º | 0.23% | 0.94% | - |
| XYZ | 64.39 | 58 | 64.93 | - |
| YUV | 204.2 | 127.89 | 153.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 186 | 204 | 0 | 0.22 | 0.15 | 0.06 | 340 | 0.64 | 0.84 |
| Hex | F0 | BA | CC | 0 | 16 | F | 6 | 154 | 40 | 54 |
| Octal | 360 | 272 | 314 | 0 | 26 | 17 | 6 | 524 | 100 | 124 |
| Binary | 11110000 | 10111010 | 11001100 | 0 | 10110 | 1111 | 110 | 101010100 | 1000000 | 1010100 |
Color Harmonies of #F0BACC
Complementary color
Monochromatic Colors of #F0BACC
Black with #F0BACC
Text Example
Text Example
White with #F0BACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BACC; }
p { color: rgb(240,186,204); }
H1.HeaderClassName
{
color: #F0BACC;
}
.AnyTagClassName
{
color: #F0BACC;
}
</style>
background-color css
<style>
a { background-color: #F0BACC; }
a { background-color: rgb(240,186,204); }
div.DivClassName
{
background-color: #F0BACC;
}
.BgClassName
{
background-color: #F0BACC;
}
</style>
border-color css
<style>
span { border-color: #F0BACC; }
span { border-color: rgb(240,186,204); }
td.TdClassName
{
border-color: #F0BACC;
}
.TagClassName
{
border-color: #F0BACC;
}
</style>