Shades of Chantilly #F0BCD1
Tints of Chantilly #F0BCD1
RGB
CMYK
RGB Variations
Color information
#F0BCD1 (or 0xF0BCD1) is known color: Chantilly. HEX triplet: F0, BC and D1. RGB value is (240,188,209). Sum of RGB (Red+Green+Blue) = 240+188+209=637 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.68% from 637); Green value is 188 (73.83% from 255 or 29.51% from 637); Blue value is 209 (82.03% from 255 or 32.81% from 637); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BCD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BCD1 is #0F432E. Grayscale: #CDCDCD. Windows color (decimal): -1000239 or 13745392. OLE color: 13745392.
HSL color Cylindrical-coordinate representation of color #F0BCD1: hue angle of 335.77º 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 #F0BCD1 is Cyan = 0, Magento = 0.22, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 188 | 209 | - |
| CMYK | 0 | 0.22 | 0.13 | 0.06 |
| HSL | 335.77º | 0.63% | 0.84% | - |
| HSV(B) | 335.77º | 0.22% | 0.94% | - |
| XYZ | 65.43 | 59.1 | 68.28 | - |
| YUV | 205.94 | 129.73 | 152.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 188 | 209 | 0 | 0.22 | 0.13 | 0.06 | 335.77 | 0.63 | 0.84 |
| Hex | F0 | BC | D1 | 0 | 16 | D | 6 | 150 | 3F | 54 |
| Octal | 360 | 274 | 321 | 0 | 26 | 15 | 6 | 520 | 77 | 124 |
| Binary | 11110000 | 10111100 | 11010001 | 0 | 10110 | 1101 | 110 | 101010000 | 111111 | 1010100 |
Color Harmonies of #F0BCD1
Complementary color
Monochromatic Colors of #F0BCD1
Black with #F0BCD1
Text Example
Text Example
White with #F0BCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BCD1; }
p { color: rgb(240,188,209); }
H1.HeaderClassName
{
color: #F0BCD1;
}
.AnyTagClassName
{
color: #F0BCD1;
}
</style>
background-color css
<style>
a { background-color: #F0BCD1; }
a { background-color: rgb(240,188,209); }
div.DivClassName
{
background-color: #F0BCD1;
}
.BgClassName
{
background-color: #F0BCD1;
}
</style>
border-color css
<style>
span { border-color: #F0BCD1; }
span { border-color: rgb(240,188,209); }
td.TdClassName
{
border-color: #F0BCD1;
}
.TagClassName
{
border-color: #F0BCD1;
}
</style>