Shades of Chantilly #F0BDCF
Tints of Chantilly #F0BDCF
RGB
CMYK
RGB Variations
Color information
#F0BDCF (or 0xF0BDCF) is known color: Chantilly. HEX triplet: F0, BD and CF. RGB value is (240,189,207). Sum of RGB (Red+Green+Blue) = 240+189+207=636 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.74% from 636); Green value is 189 (74.22% from 255 or 29.72% from 636); Blue value is 207 (81.25% from 255 or 32.55% from 636); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BDCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BDCF is #0F4230. Grayscale: #CECECE. Windows color (decimal): -999985 or 13614576. OLE color: 13614576.
HSL color Cylindrical-coordinate representation of color #F0BDCF: hue angle of 338.82º 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 #F0BDCF is Cyan = 0, Magento = 0.21, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 189 | 207 | - |
| CMYK | 0 | 0.21 | 0.14 | 0.06 |
| HSL | 338.82º | 0.63% | 0.84% | - |
| HSV(B) | 338.82º | 0.21% | 0.94% | - |
| XYZ | 65.4 | 59.43 | 67.06 | - |
| YUV | 206.3 | 128.4 | 152.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 189 | 207 | 0 | 0.21 | 0.14 | 0.06 | 338.82 | 0.63 | 0.84 |
| Hex | F0 | BD | CF | 0 | 15 | E | 6 | 153 | 3F | 54 |
| Octal | 360 | 275 | 317 | 0 | 25 | 16 | 6 | 523 | 77 | 124 |
| Binary | 11110000 | 10111101 | 11001111 | 0 | 10101 | 1110 | 110 | 101010011 | 111111 | 1010100 |
Color Harmonies of #F0BDCF
Complementary color
Monochromatic Colors of #F0BDCF
Black with #F0BDCF
Text Example
Text Example
White with #F0BDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BDCF; }
p { color: rgb(240,189,207); }
H1.HeaderClassName
{
color: #F0BDCF;
}
.AnyTagClassName
{
color: #F0BDCF;
}
</style>
background-color css
<style>
a { background-color: #F0BDCF; }
a { background-color: rgb(240,189,207); }
div.DivClassName
{
background-color: #F0BDCF;
}
.BgClassName
{
background-color: #F0BDCF;
}
</style>
border-color css
<style>
span { border-color: #F0BDCF; }
span { border-color: rgb(240,189,207); }
td.TdClassName
{
border-color: #F0BDCF;
}
.TagClassName
{
border-color: #F0BDCF;
}
</style>