Shades of Chantilly #F0BDD0
Tints of Chantilly #F0BDD0
RGB
CMYK
RGB Variations
Color information
#F0BDD0 (or 0xF0BDD0) is known color: Chantilly. HEX triplet: F0, BD and D0. RGB value is (240,189,208). Sum of RGB (Red+Green+Blue) = 240+189+208=637 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.68% from 637); Green value is 189 (74.22% from 255 or 29.67% from 637); Blue value is 208 (81.64% from 255 or 32.65% from 637); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BDD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BDD0 is #0F422F. Grayscale: #CECECE. Windows color (decimal): -999984 or 13680112. OLE color: 13680112.
HSL color Cylindrical-coordinate representation of color #F0BDD0: hue angle of 337.65º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F0BDD0 is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 189 | 208 | - |
| CMYK | 0 | 0.21 | 0.13 | 0.06 |
| HSL | 337.65º | 0.63% | 0.84% | - |
| HSV(B) | 337.65º | 0.21% | 0.94% | - |
| XYZ | 65.52 | 59.47 | 67.7 | - |
| YUV | 206.42 | 128.9 | 151.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 189 | 208 | 0 | 0.21 | 0.13 | 0.06 | 337.65 | 0.63 | 0.84 |
| Hex | F0 | BD | D0 | 0 | 15 | D | 6 | 152 | 3F | 54 |
| Octal | 360 | 275 | 320 | 0 | 25 | 15 | 6 | 522 | 77 | 124 |
| Binary | 11110000 | 10111101 | 11010000 | 0 | 10101 | 1101 | 110 | 101010010 | 111111 | 1010100 |
Color Harmonies of #F0BDD0
Complementary color
Monochromatic Colors of #F0BDD0
Black with #F0BDD0
Text Example
Text Example
White with #F0BDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BDD0; }
p { color: rgb(240,189,208); }
H1.HeaderClassName
{
color: #F0BDD0;
}
.AnyTagClassName
{
color: #F0BDD0;
}
</style>
background-color css
<style>
a { background-color: #F0BDD0; }
a { background-color: rgb(240,189,208); }
div.DivClassName
{
background-color: #F0BDD0;
}
.BgClassName
{
background-color: #F0BDD0;
}
</style>
border-color css
<style>
span { border-color: #F0BDD0; }
span { border-color: rgb(240,189,208); }
td.TdClassName
{
border-color: #F0BDD0;
}
.TagClassName
{
border-color: #F0BDD0;
}
</style>