Shades of Chantilly #F0BBCA
Tints of Chantilly #F0BBCA
RGB
CMYK
RGB Variations
Color information
#F0BBCA (or 0xF0BBCA) is known color: Chantilly. HEX triplet: F0, BB and CA. RGB value is (240,187,202). Sum of RGB (Red+Green+Blue) = 240+187+202=629 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.16% from 629); Green value is 187 (73.44% from 255 or 29.73% from 629); Blue value is 202 (79.30% from 255 or 32.11% from 629); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BBCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BBCA is #0F4435. Grayscale: #CCCCCC. Windows color (decimal): -1000502 or 13286384. OLE color: 13286384.
HSL color Cylindrical-coordinate representation of color #F0BBCA: hue angle of 343.02º 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 #F0BBCA is Cyan = 0, Magento = 0.22, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 187 | 202 | - |
| CMYK | 0 | 0.22 | 0.16 | 0.06 |
| HSL | 343.02º | 0.64% | 0.84% | - |
| HSV(B) | 343.02º | 0.22% | 0.94% | - |
| XYZ | 64.37 | 58.33 | 63.74 | - |
| YUV | 204.56 | 126.56 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 187 | 202 | 0 | 0.22 | 0.16 | 0.06 | 343.02 | 0.64 | 0.84 |
| Hex | F0 | BB | CA | 0 | 16 | 10 | 6 | 157 | 40 | 54 |
| Octal | 360 | 273 | 312 | 0 | 26 | 20 | 6 | 527 | 100 | 124 |
| Binary | 11110000 | 10111011 | 11001010 | 0 | 10110 | 10000 | 110 | 101010111 | 1000000 | 1010100 |
Color Harmonies of #F0BBCA
Complementary color
Monochromatic Colors of #F0BBCA
Black with #F0BBCA
Text Example
Text Example
White with #F0BBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BBCA; }
p { color: rgb(240,187,202); }
H1.HeaderClassName
{
color: #F0BBCA;
}
.AnyTagClassName
{
color: #F0BBCA;
}
</style>
background-color css
<style>
a { background-color: #F0BBCA; }
a { background-color: rgb(240,187,202); }
div.DivClassName
{
background-color: #F0BBCA;
}
.BgClassName
{
background-color: #F0BBCA;
}
</style>
border-color css
<style>
span { border-color: #F0BBCA; }
span { border-color: rgb(240,187,202); }
td.TdClassName
{
border-color: #F0BBCA;
}
.TagClassName
{
border-color: #F0BBCA;
}
</style>