Shades of Chantilly #F0BACF
Tints of Chantilly #F0BACF
RGB
CMYK
RGB Variations
Color information
#F0BACF (or 0xF0BACF) is known color: Chantilly. HEX triplet: F0, BA and CF. RGB value is (240,186,207). Sum of RGB (Red+Green+Blue) = 240+186+207=633 (83% of max value = 765). Red value is 240 (94.14% from 255 or 37.91% from 633); Green value is 186 (73.05% from 255 or 29.38% from 633); Blue value is 207 (81.25% from 255 or 32.70% from 633); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BACF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BACF is #0F4530. Grayscale: #CCCCCC. Windows color (decimal): -1000753 or 13613808. OLE color: 13613808.
HSL color Cylindrical-coordinate representation of color #F0BACF: hue angle of 336.67º 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 #F0BACF is Cyan = 0, Magento = 0.22, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 186 | 207 | - |
| CMYK | 0 | 0.22 | 0.14 | 0.06 |
| HSL | 336.67º | 0.64% | 0.84% | - |
| HSV(B) | 336.67º | 0.23% | 0.94% | - |
| XYZ | 64.76 | 58.15 | 66.84 | - |
| YUV | 204.54 | 129.39 | 153.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 186 | 207 | 0 | 0.22 | 0.14 | 0.06 | 336.67 | 0.64 | 0.84 |
| Hex | F0 | BA | CF | 0 | 16 | E | 6 | 151 | 40 | 54 |
| Octal | 360 | 272 | 317 | 0 | 26 | 16 | 6 | 521 | 100 | 124 |
| Binary | 11110000 | 10111010 | 11001111 | 0 | 10110 | 1110 | 110 | 101010001 | 1000000 | 1010100 |
Color Harmonies of #F0BACF
Complementary color
Monochromatic Colors of #F0BACF
Black with #F0BACF
Text Example
Text Example
White with #F0BACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BACF; }
p { color: rgb(240,186,207); }
H1.HeaderClassName
{
color: #F0BACF;
}
.AnyTagClassName
{
color: #F0BACF;
}
</style>
background-color css
<style>
a { background-color: #F0BACF; }
a { background-color: rgb(240,186,207); }
div.DivClassName
{
background-color: #F0BACF;
}
.BgClassName
{
background-color: #F0BACF;
}
</style>
border-color css
<style>
span { border-color: #F0BACF; }
span { border-color: rgb(240,186,207); }
td.TdClassName
{
border-color: #F0BACF;
}
.TagClassName
{
border-color: #F0BACF;
}
</style>