Shades of Chantilly #F0BED1
Tints of Chantilly #F0BED1
RGB
CMYK
RGB Variations
Color information
#F0BED1 (or 0xF0BED1) is known color: Chantilly. HEX triplet: F0, BE and D1. RGB value is (240,190,209). Sum of RGB (Red+Green+Blue) = 240+190+209=639 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.56% from 639); Green value is 190 (74.61% from 255 or 29.73% from 639); Blue value is 209 (82.03% from 255 or 32.71% from 639); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BED1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BED1 is #0F412E. Grayscale: #CFCFCF. Windows color (decimal): -999727 or 13745904. OLE color: 13745904.
HSL color Cylindrical-coordinate representation of color #F0BED1: hue angle of 337.2º 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 #F0BED1 is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 190 | 209 | - |
| CMYK | 0 | 0.21 | 0.13 | 0.06 |
| HSL | 337.2º | 0.63% | 0.84% | - |
| HSV(B) | 337.2º | 0.21% | 0.94% | - |
| XYZ | 65.86 | 59.96 | 68.42 | - |
| YUV | 207.12 | 129.07 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 190 | 209 | 0 | 0.21 | 0.13 | 0.06 | 337.2 | 0.63 | 0.84 |
| Hex | F0 | BE | D1 | 0 | 15 | D | 6 | 151 | 3E | 54 |
| Octal | 360 | 276 | 321 | 0 | 25 | 15 | 6 | 521 | 76 | 124 |
| Binary | 11110000 | 10111110 | 11010001 | 0 | 10101 | 1101 | 110 | 101010001 | 111110 | 1010100 |
Color Harmonies of #F0BED1
Complementary color
Monochromatic Colors of #F0BED1
Black with #F0BED1
Text Example
Text Example
White with #F0BED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BED1; }
p { color: rgb(240,190,209); }
H1.HeaderClassName
{
color: #F0BED1;
}
.AnyTagClassName
{
color: #F0BED1;
}
</style>
background-color css
<style>
a { background-color: #F0BED1; }
a { background-color: rgb(240,190,209); }
div.DivClassName
{
background-color: #F0BED1;
}
.BgClassName
{
background-color: #F0BED1;
}
</style>
border-color css
<style>
span { border-color: #F0BED1; }
span { border-color: rgb(240,190,209); }
td.TdClassName
{
border-color: #F0BED1;
}
.TagClassName
{
border-color: #F0BED1;
}
</style>