Shades of Chantilly #F0BDCE
Tints of Chantilly #F0BDCE
RGB
CMYK
RGB Variations
Color information
#F0BDCE (or 0xF0BDCE) is known color: Chantilly. HEX triplet: F0, BD and CE. RGB value is (240,189,206). Sum of RGB (Red+Green+Blue) = 240+189+206=635 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.80% from 635); Green value is 189 (74.22% from 255 or 29.76% from 635); Blue value is 206 (80.86% from 255 or 32.44% from 635); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BDCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BDCE is #0F4231. Grayscale: #CECECE. Windows color (decimal): -999986 or 13549040. OLE color: 13549040.
HSL color Cylindrical-coordinate representation of color #F0BDCE: hue angle of 340º degrees, saturation: 0.63, 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 #F0BDCE is Cyan = 0, Magento = 0.21, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 189 | 206 | - |
| CMYK | 0 | 0.21 | 0.14 | 0.06 |
| HSL | 340º | 0.63% | 0.84% | - |
| HSV(B) | 340º | 0.21% | 0.94% | - |
| XYZ | 65.27 | 59.38 | 66.41 | - |
| YUV | 206.19 | 127.9 | 152.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 189 | 206 | 0 | 0.21 | 0.14 | 0.06 | 340 | 0.63 | 0.84 |
| Hex | F0 | BD | CE | 0 | 15 | E | 6 | 154 | 3F | 54 |
| Octal | 360 | 275 | 316 | 0 | 25 | 16 | 6 | 524 | 77 | 124 |
| Binary | 11110000 | 10111101 | 11001110 | 0 | 10101 | 1110 | 110 | 101010100 | 111111 | 1010100 |
Color Harmonies of #F0BDCE
Complementary color
Monochromatic Colors of #F0BDCE
Black with #F0BDCE
Text Example
Text Example
White with #F0BDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BDCE; }
p { color: rgb(240,189,206); }
H1.HeaderClassName
{
color: #F0BDCE;
}
.AnyTagClassName
{
color: #F0BDCE;
}
</style>
background-color css
<style>
a { background-color: #F0BDCE; }
a { background-color: rgb(240,189,206); }
div.DivClassName
{
background-color: #F0BDCE;
}
.BgClassName
{
background-color: #F0BDCE;
}
</style>
border-color css
<style>
span { border-color: #F0BDCE; }
span { border-color: rgb(240,189,206); }
td.TdClassName
{
border-color: #F0BDCE;
}
.TagClassName
{
border-color: #F0BDCE;
}
</style>