Shades of Chantilly #F0BFCE
Tints of Chantilly #F0BFCE
RGB
CMYK
RGB Variations
Color information
#F0BFCE (or 0xF0BFCE) is known color: Chantilly. HEX triplet: F0, BF and CE. RGB value is (240,191,206). Sum of RGB (Red+Green+Blue) = 240+191+206=637 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.68% from 637); Green value is 191 (75% from 255 or 29.98% from 637); Blue value is 206 (80.86% from 255 or 32.34% from 637); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BFCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BFCE is #0F4031. Grayscale: #CFCFCF. Windows color (decimal): -999474 or 13549552. OLE color: 13549552.
HSL color Cylindrical-coordinate representation of color #F0BFCE: hue angle of 341.63º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F0BFCE is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 191 | 206 | - |
| CMYK | 0 | 0.20 | 0.14 | 0.06 |
| HSL | 341.63º | 0.62% | 0.85% | - |
| HSV(B) | 341.63º | 0.2% | 0.94% | - |
| XYZ | 65.71 | 60.24 | 66.56 | - |
| YUV | 207.36 | 127.23 | 151.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 191 | 206 | 0 | 0.20 | 0.14 | 0.06 | 341.63 | 0.62 | 0.85 |
| Hex | F0 | BF | CE | 0 | 14 | E | 6 | 156 | 3E | 55 |
| Octal | 360 | 277 | 316 | 0 | 24 | 16 | 6 | 526 | 76 | 125 |
| Binary | 11110000 | 10111111 | 11001110 | 0 | 10100 | 1110 | 110 | 101010110 | 111110 | 1010101 |
Color Harmonies of #F0BFCE
Complementary color
Monochromatic Colors of #F0BFCE
Black with #F0BFCE
Text Example
Text Example
White with #F0BFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BFCE; }
p { color: rgb(240,191,206); }
H1.HeaderClassName
{
color: #F0BFCE;
}
.AnyTagClassName
{
color: #F0BFCE;
}
</style>
background-color css
<style>
a { background-color: #F0BFCE; }
a { background-color: rgb(240,191,206); }
div.DivClassName
{
background-color: #F0BFCE;
}
.BgClassName
{
background-color: #F0BFCE;
}
</style>
border-color css
<style>
span { border-color: #F0BFCE; }
span { border-color: rgb(240,191,206); }
td.TdClassName
{
border-color: #F0BFCE;
}
.TagClassName
{
border-color: #F0BFCE;
}
</style>