Shades of Chantilly #F0BCD0
Tints of Chantilly #F0BCD0
RGB
CMYK
RGB Variations
Color information
#F0BCD0 (or 0xF0BCD0) is known color: Chantilly. HEX triplet: F0, BC and D0. RGB value is (240,188,208). Sum of RGB (Red+Green+Blue) = 240+188+208=636 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.74% from 636); Green value is 188 (73.83% from 255 or 29.56% from 636); Blue value is 208 (81.64% from 255 or 32.70% from 636); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BCD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BCD0 is #0F432F. Grayscale: #CDCDCD. Windows color (decimal): -1000240 or 13679856. OLE color: 13679856.
HSL color Cylindrical-coordinate representation of color #F0BCD0: hue angle of 336.92º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F0BCD0 is Cyan = 0, Magento = 0.22, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 188 | 208 | - |
| CMYK | 0 | 0.22 | 0.13 | 0.06 |
| HSL | 336.92º | 0.63% | 0.84% | - |
| HSV(B) | 336.92º | 0.22% | 0.94% | - |
| XYZ | 65.3 | 59.05 | 67.63 | - |
| YUV | 205.83 | 129.23 | 152.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 188 | 208 | 0 | 0.22 | 0.13 | 0.06 | 336.92 | 0.63 | 0.84 |
| Hex | F0 | BC | D0 | 0 | 16 | D | 6 | 151 | 3F | 54 |
| Octal | 360 | 274 | 320 | 0 | 26 | 15 | 6 | 521 | 77 | 124 |
| Binary | 11110000 | 10111100 | 11010000 | 0 | 10110 | 1101 | 110 | 101010001 | 111111 | 1010100 |
Color Harmonies of #F0BCD0
Complementary color
Monochromatic Colors of #F0BCD0
Black with #F0BCD0
Text Example
Text Example
White with #F0BCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BCD0; }
p { color: rgb(240,188,208); }
H1.HeaderClassName
{
color: #F0BCD0;
}
.AnyTagClassName
{
color: #F0BCD0;
}
</style>
background-color css
<style>
a { background-color: #F0BCD0; }
a { background-color: rgb(240,188,208); }
div.DivClassName
{
background-color: #F0BCD0;
}
.BgClassName
{
background-color: #F0BCD0;
}
</style>
border-color css
<style>
span { border-color: #F0BCD0; }
span { border-color: rgb(240,188,208); }
td.TdClassName
{
border-color: #F0BCD0;
}
.TagClassName
{
border-color: #F0BCD0;
}
</style>