Shades of Chantilly #F0BCC5
Tints of Chantilly #F0BCC5
RGB
CMYK
RGB Variations
Color information
#F0BCC5 (or 0xF0BCC5) is known color: Chantilly. HEX triplet: F0, BC and C5. RGB value is (240,188,197). Sum of RGB (Red+Green+Blue) = 240+188+197=625 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.4% from 625); Green value is 188 (73.83% from 255 or 30.08% from 625); Blue value is 197 (77.34% from 255 or 31.52% from 625); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BCC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BCC5 is #0F433A. Grayscale: #CCCCCC. Windows color (decimal): -1000251 or 12958960. OLE color: 12958960.
HSL color Cylindrical-coordinate representation of color #F0BCC5: hue angle of 349.62º 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 #F0BCC5 is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 188 | 197 | - |
| CMYK | 0 | 0.22 | 0.18 | 0.06 |
| HSL | 349.62º | 0.63% | 0.84% | - |
| HSV(B) | 349.62º | 0.22% | 0.94% | - |
| XYZ | 64 | 58.52 | 60.75 | - |
| YUV | 204.57 | 123.73 | 153.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 188 | 197 | 0 | 0.22 | 0.18 | 0.06 | 349.62 | 0.63 | 0.84 |
| Hex | F0 | BC | C5 | 0 | 16 | 12 | 6 | 15E | 3F | 54 |
| Octal | 360 | 274 | 305 | 0 | 26 | 22 | 6 | 536 | 77 | 124 |
| Binary | 11110000 | 10111100 | 11000101 | 0 | 10110 | 10010 | 110 | 101011110 | 111111 | 1010100 |
Color Harmonies of #F0BCC5
Complementary color
Monochromatic Colors of #F0BCC5
Black with #F0BCC5
Text Example
Text Example
White with #F0BCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BCC5; }
p { color: rgb(240,188,197); }
H1.HeaderClassName
{
color: #F0BCC5;
}
.AnyTagClassName
{
color: #F0BCC5;
}
</style>
background-color css
<style>
a { background-color: #F0BCC5; }
a { background-color: rgb(240,188,197); }
div.DivClassName
{
background-color: #F0BCC5;
}
.BgClassName
{
background-color: #F0BCC5;
}
</style>
border-color css
<style>
span { border-color: #F0BCC5; }
span { border-color: rgb(240,188,197); }
td.TdClassName
{
border-color: #F0BCC5;
}
.TagClassName
{
border-color: #F0BCC5;
}
</style>