Shades of Chantilly #F0BACD
Tints of Chantilly #F0BACD
RGB
CMYK
RGB Variations
Color information
#F0BACD (or 0xF0BACD) is known color: Chantilly. HEX triplet: F0, BA and CD. RGB value is (240,186,205). Sum of RGB (Red+Green+Blue) = 240+186+205=631 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.03% from 631); Green value is 186 (73.05% from 255 or 29.48% from 631); Blue value is 205 (80.47% from 255 or 32.49% from 631); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BACD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BACD is #0F4532. Grayscale: #CCCCCC. Windows color (decimal): -1000755 or 13482736. OLE color: 13482736.
HSL color Cylindrical-coordinate representation of color #F0BACD: hue angle of 338.89º 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 #F0BACD is Cyan = 0, Magento = 0.22, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 186 | 205 | - |
| CMYK | 0 | 0.22 | 0.15 | 0.06 |
| HSL | 338.89º | 0.64% | 0.84% | - |
| HSV(B) | 338.89º | 0.23% | 0.94% | - |
| XYZ | 64.51 | 58.05 | 65.56 | - |
| YUV | 204.31 | 128.39 | 153.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 186 | 205 | 0 | 0.22 | 0.15 | 0.06 | 338.89 | 0.64 | 0.84 |
| Hex | F0 | BA | CD | 0 | 16 | F | 6 | 153 | 40 | 54 |
| Octal | 360 | 272 | 315 | 0 | 26 | 17 | 6 | 523 | 100 | 124 |
| Binary | 11110000 | 10111010 | 11001101 | 0 | 10110 | 1111 | 110 | 101010011 | 1000000 | 1010100 |
Color Harmonies of #F0BACD
Complementary color
Monochromatic Colors of #F0BACD
Black with #F0BACD
Text Example
Text Example
White with #F0BACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BACD; }
p { color: rgb(240,186,205); }
H1.HeaderClassName
{
color: #F0BACD;
}
.AnyTagClassName
{
color: #F0BACD;
}
</style>
background-color css
<style>
a { background-color: #F0BACD; }
a { background-color: rgb(240,186,205); }
div.DivClassName
{
background-color: #F0BACD;
}
.BgClassName
{
background-color: #F0BACD;
}
</style>
border-color css
<style>
span { border-color: #F0BACD; }
span { border-color: rgb(240,186,205); }
td.TdClassName
{
border-color: #F0BACD;
}
.TagClassName
{
border-color: #F0BACD;
}
</style>