Shades of Chantilly #F0B9C7
Tints of Chantilly #F0B9C7
RGB
CMYK
RGB Variations
Color information
#F0B9C7 (or 0xF0B9C7) is known color: Chantilly. HEX triplet: F0, B9 and C7. RGB value is (240,185,199). Sum of RGB (Red+Green+Blue) = 240+185+199=624 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.46% from 624); Green value is 185 (72.66% from 255 or 29.65% from 624); Blue value is 199 (78.12% from 255 or 31.89% from 624); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B9C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0B9C7 is #0F4638. Grayscale: #CBCBCB. Windows color (decimal): -1001017 or 13089264. OLE color: 13089264.
HSL color Cylindrical-coordinate representation of color #F0B9C7: hue angle of 344.73º degrees, saturation: 0.65, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F0B9C7 is Cyan = 0, Magento = 0.23, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 185 | 199 | - |
| CMYK | 0 | 0.23 | 0.17 | 0.06 |
| HSL | 344.73º | 0.65% | 0.83% | - |
| HSV(B) | 344.73º | 0.23% | 0.94% | - |
| XYZ | 63.59 | 57.35 | 61.75 | - |
| YUV | 203.04 | 125.72 | 154.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 185 | 199 | 0 | 0.23 | 0.17 | 0.06 | 344.73 | 0.65 | 0.83 |
| Hex | F0 | B9 | C7 | 0 | 17 | 11 | 6 | 159 | 41 | 53 |
| Octal | 360 | 271 | 307 | 0 | 27 | 21 | 6 | 531 | 101 | 123 |
| Binary | 11110000 | 10111001 | 11000111 | 0 | 10111 | 10001 | 110 | 101011001 | 1000001 | 1010011 |
Color Harmonies of #F0B9C7
Complementary color
Monochromatic Colors of #F0B9C7
Black with #F0B9C7
Text Example
Text Example
White with #F0B9C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B9C7; }
p { color: rgb(240,185,199); }
H1.HeaderClassName
{
color: #F0B9C7;
}
.AnyTagClassName
{
color: #F0B9C7;
}
</style>
background-color css
<style>
a { background-color: #F0B9C7; }
a { background-color: rgb(240,185,199); }
div.DivClassName
{
background-color: #F0B9C7;
}
.BgClassName
{
background-color: #F0B9C7;
}
</style>
border-color css
<style>
span { border-color: #F0B9C7; }
span { border-color: rgb(240,185,199); }
td.TdClassName
{
border-color: #F0B9C7;
}
.TagClassName
{
border-color: #F0B9C7;
}
</style>