Shades of Chantilly #F0BAC7
Tints of Chantilly #F0BAC7
RGB
CMYK
RGB Variations
Color information
#F0BAC7 (or 0xF0BAC7) is known color: Chantilly. HEX triplet: F0, BA and C7. RGB value is (240,186,199). Sum of RGB (Red+Green+Blue) = 240+186+199=625 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.4% from 625); Green value is 186 (73.05% from 255 or 29.76% from 625); Blue value is 199 (78.12% from 255 or 31.84% from 625); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BAC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BAC7 is #0F4538. Grayscale: #CBCBCB. Windows color (decimal): -1000761 or 13089520. OLE color: 13089520.
HSL color Cylindrical-coordinate representation of color #F0BAC7: hue angle of 345.56º 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 #F0BAC7 is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 186 | 199 | - |
| CMYK | 0 | 0.22 | 0.17 | 0.06 |
| HSL | 345.56º | 0.64% | 0.84% | - |
| HSV(B) | 345.56º | 0.23% | 0.94% | - |
| XYZ | 63.8 | 57.77 | 61.82 | - |
| YUV | 203.63 | 125.39 | 153.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 186 | 199 | 0 | 0.22 | 0.17 | 0.06 | 345.56 | 0.64 | 0.84 |
| Hex | F0 | BA | C7 | 0 | 16 | 11 | 6 | 15A | 40 | 54 |
| Octal | 360 | 272 | 307 | 0 | 26 | 21 | 6 | 532 | 100 | 124 |
| Binary | 11110000 | 10111010 | 11000111 | 0 | 10110 | 10001 | 110 | 101011010 | 1000000 | 1010100 |
Color Harmonies of #F0BAC7
Complementary color
Monochromatic Colors of #F0BAC7
Black with #F0BAC7
Text Example
Text Example
White with #F0BAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BAC7; }
p { color: rgb(240,186,199); }
H1.HeaderClassName
{
color: #F0BAC7;
}
.AnyTagClassName
{
color: #F0BAC7;
}
</style>
background-color css
<style>
a { background-color: #F0BAC7; }
a { background-color: rgb(240,186,199); }
div.DivClassName
{
background-color: #F0BAC7;
}
.BgClassName
{
background-color: #F0BAC7;
}
</style>
border-color css
<style>
span { border-color: #F0BAC7; }
span { border-color: rgb(240,186,199); }
td.TdClassName
{
border-color: #F0BAC7;
}
.TagClassName
{
border-color: #F0BAC7;
}
</style>