Shades of Chantilly #F0BECF
Tints of Chantilly #F0BECF
RGB
CMYK
RGB Variations
Color information
#F0BECF (or 0xF0BECF) is known color: Chantilly. HEX triplet: F0, BE and CF. RGB value is (240,190,207). Sum of RGB (Red+Green+Blue) = 240+190+207=637 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.68% from 637); Green value is 190 (74.61% from 255 or 29.83% from 637); Blue value is 207 (81.25% from 255 or 32.50% from 637); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BECF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BECF is #0F4130. Grayscale: #CECECE. Windows color (decimal): -999729 or 13614832. OLE color: 13614832.
HSL color Cylindrical-coordinate representation of color #F0BECF: hue angle of 339.6º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F0BECF is Cyan = 0, Magento = 0.21, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 190 | 207 | - |
| CMYK | 0 | 0.21 | 0.14 | 0.06 |
| HSL | 339.6º | 0.63% | 0.84% | - |
| HSV(B) | 339.6º | 0.21% | 0.94% | - |
| XYZ | 65.61 | 59.86 | 67.13 | - |
| YUV | 206.89 | 128.07 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 190 | 207 | 0 | 0.21 | 0.14 | 0.06 | 339.6 | 0.63 | 0.84 |
| Hex | F0 | BE | CF | 0 | 15 | E | 6 | 154 | 3E | 54 |
| Octal | 360 | 276 | 317 | 0 | 25 | 16 | 6 | 524 | 76 | 124 |
| Binary | 11110000 | 10111110 | 11001111 | 0 | 10101 | 1110 | 110 | 101010100 | 111110 | 1010100 |
Color Harmonies of #F0BECF
Complementary color
Monochromatic Colors of #F0BECF
Black with #F0BECF
Text Example
Text Example
White with #F0BECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BECF; }
p { color: rgb(240,190,207); }
H1.HeaderClassName
{
color: #F0BECF;
}
.AnyTagClassName
{
color: #F0BECF;
}
</style>
background-color css
<style>
a { background-color: #F0BECF; }
a { background-color: rgb(240,190,207); }
div.DivClassName
{
background-color: #F0BECF;
}
.BgClassName
{
background-color: #F0BECF;
}
</style>
border-color css
<style>
span { border-color: #F0BECF; }
span { border-color: rgb(240,190,207); }
td.TdClassName
{
border-color: #F0BECF;
}
.TagClassName
{
border-color: #F0BECF;
}
</style>