Shades of Chantilly #F0BACA
Tints of Chantilly #F0BACA
RGB
CMYK
RGB Variations
Color information
#F0BACA (or 0xF0BACA) is known color: Chantilly. HEX triplet: F0, BA and CA. RGB value is (240,186,202). Sum of RGB (Red+Green+Blue) = 240+186+202=628 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.22% from 628); Green value is 186 (73.05% from 255 or 29.62% from 628); Blue value is 202 (79.30% from 255 or 32.17% from 628); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BACA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BACA is #0F4535. Grayscale: #CBCBCB. Windows color (decimal): -1000758 or 13286128. OLE color: 13286128.
HSL color Cylindrical-coordinate representation of color #F0BACA: hue angle of 342.22º 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 #F0BACA is Cyan = 0, Magento = 0.22, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 186 | 202 | - |
| CMYK | 0 | 0.22 | 0.16 | 0.06 |
| HSL | 342.22º | 0.64% | 0.84% | - |
| HSV(B) | 342.22º | 0.23% | 0.94% | - |
| XYZ | 64.15 | 57.91 | 63.67 | - |
| YUV | 203.97 | 126.89 | 153.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 186 | 202 | 0 | 0.22 | 0.16 | 0.06 | 342.22 | 0.64 | 0.84 |
| Hex | F0 | BA | CA | 0 | 16 | 10 | 6 | 156 | 40 | 54 |
| Octal | 360 | 272 | 312 | 0 | 26 | 20 | 6 | 526 | 100 | 124 |
| Binary | 11110000 | 10111010 | 11001010 | 0 | 10110 | 10000 | 110 | 101010110 | 1000000 | 1010100 |
Color Harmonies of #F0BACA
Complementary color
Monochromatic Colors of #F0BACA
Black with #F0BACA
Text Example
Text Example
White with #F0BACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BACA; }
p { color: rgb(240,186,202); }
H1.HeaderClassName
{
color: #F0BACA;
}
.AnyTagClassName
{
color: #F0BACA;
}
</style>
background-color css
<style>
a { background-color: #F0BACA; }
a { background-color: rgb(240,186,202); }
div.DivClassName
{
background-color: #F0BACA;
}
.BgClassName
{
background-color: #F0BACA;
}
</style>
border-color css
<style>
span { border-color: #F0BACA; }
span { border-color: rgb(240,186,202); }
td.TdClassName
{
border-color: #F0BACA;
}
.TagClassName
{
border-color: #F0BACA;
}
</style>