Shades of Chantilly #F0BBD0
Tints of Chantilly #F0BBD0
RGB
CMYK
RGB Variations
Color information
#F0BBD0 (or 0xF0BBD0) is known color: Chantilly. HEX triplet: F0, BB and D0. RGB value is (240,187,208). Sum of RGB (Red+Green+Blue) = 240+187+208=635 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.80% from 635); Green value is 187 (73.44% from 255 or 29.45% from 635); Blue value is 208 (81.64% from 255 or 32.76% from 635); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BBD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BBD0 is #0F442F. Grayscale: #CDCDCD. Windows color (decimal): -1000496 or 13679600. OLE color: 13679600.
HSL color Cylindrical-coordinate representation of color #F0BBD0: hue angle of 336.23º degrees, saturation: 0.64, 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 #F0BBD0 is Cyan = 0, Magento = 0.22, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 187 | 208 | - |
| CMYK | 0 | 0.22 | 0.13 | 0.06 |
| HSL | 336.23º | 0.64% | 0.84% | - |
| HSV(B) | 336.23º | 0.22% | 0.94% | - |
| XYZ | 65.09 | 58.62 | 67.56 | - |
| YUV | 205.24 | 129.56 | 152.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 187 | 208 | 0 | 0.22 | 0.13 | 0.06 | 336.23 | 0.64 | 0.84 |
| Hex | F0 | BB | D0 | 0 | 16 | D | 6 | 150 | 40 | 54 |
| Octal | 360 | 273 | 320 | 0 | 26 | 15 | 6 | 520 | 100 | 124 |
| Binary | 11110000 | 10111011 | 11010000 | 0 | 10110 | 1101 | 110 | 101010000 | 1000000 | 1010100 |
Color Harmonies of #F0BBD0
Complementary color
Monochromatic Colors of #F0BBD0
Black with #F0BBD0
Text Example
Text Example
White with #F0BBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BBD0; }
p { color: rgb(240,187,208); }
H1.HeaderClassName
{
color: #F0BBD0;
}
.AnyTagClassName
{
color: #F0BBD0;
}
</style>
background-color css
<style>
a { background-color: #F0BBD0; }
a { background-color: rgb(240,187,208); }
div.DivClassName
{
background-color: #F0BBD0;
}
.BgClassName
{
background-color: #F0BBD0;
}
</style>
border-color css
<style>
span { border-color: #F0BBD0; }
span { border-color: rgb(240,187,208); }
td.TdClassName
{
border-color: #F0BBD0;
}
.TagClassName
{
border-color: #F0BBD0;
}
</style>