Shades of Chantilly #F0BBCD
Tints of Chantilly #F0BBCD
RGB
CMYK
RGB Variations
Color information
#F0BBCD (or 0xF0BBCD) is known color: Chantilly. HEX triplet: F0, BB and CD. RGB value is (240,187,205). Sum of RGB (Red+Green+Blue) = 240+187+205=632 (83% of max value = 765). Red value is 240 (94.14% from 255 or 37.97% from 632); Green value is 187 (73.44% from 255 or 29.59% from 632); Blue value is 205 (80.47% from 255 or 32.44% from 632); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BBCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BBCD is #0F4432. Grayscale: #CCCCCC. Windows color (decimal): -1000499 or 13482992. OLE color: 13482992.
HSL color Cylindrical-coordinate representation of color #F0BBCD: hue angle of 339.62º 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 #F0BBCD is Cyan = 0, Magento = 0.22, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 187 | 205 | - |
| CMYK | 0 | 0.22 | 0.15 | 0.06 |
| HSL | 339.62º | 0.64% | 0.84% | - |
| HSV(B) | 339.62º | 0.22% | 0.94% | - |
| XYZ | 64.72 | 58.47 | 65.63 | - |
| YUV | 204.9 | 128.06 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 187 | 205 | 0 | 0.22 | 0.15 | 0.06 | 339.62 | 0.64 | 0.84 |
| Hex | F0 | BB | CD | 0 | 16 | F | 6 | 154 | 40 | 54 |
| Octal | 360 | 273 | 315 | 0 | 26 | 17 | 6 | 524 | 100 | 124 |
| Binary | 11110000 | 10111011 | 11001101 | 0 | 10110 | 1111 | 110 | 101010100 | 1000000 | 1010100 |
Color Harmonies of #F0BBCD
Complementary color
Monochromatic Colors of #F0BBCD
Black with #F0BBCD
Text Example
Text Example
White with #F0BBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BBCD; }
p { color: rgb(240,187,205); }
H1.HeaderClassName
{
color: #F0BBCD;
}
.AnyTagClassName
{
color: #F0BBCD;
}
</style>
background-color css
<style>
a { background-color: #F0BBCD; }
a { background-color: rgb(240,187,205); }
div.DivClassName
{
background-color: #F0BBCD;
}
.BgClassName
{
background-color: #F0BBCD;
}
</style>
border-color css
<style>
span { border-color: #F0BBCD; }
span { border-color: rgb(240,187,205); }
td.TdClassName
{
border-color: #F0BBCD;
}
.TagClassName
{
border-color: #F0BBCD;
}
</style>