Shades of Chantilly #F0B9D0
Tints of Chantilly #F0B9D0
RGB
CMYK
RGB Variations
Color information
#F0B9D0 (or 0xF0B9D0) is known color: Chantilly. HEX triplet: F0, B9 and D0. RGB value is (240,185,208). Sum of RGB (Red+Green+Blue) = 240+185+208=633 (83% of max value = 765). Red value is 240 (94.14% from 255 or 37.91% from 633); Green value is 185 (72.66% from 255 or 29.23% from 633); Blue value is 208 (81.64% from 255 or 32.86% from 633); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B9D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0B9D0 is #0F462F. Grayscale: #CCCCCC. Windows color (decimal): -1001008 or 13679088. OLE color: 13679088.
HSL color Cylindrical-coordinate representation of color #F0B9D0: hue angle of 334.91º 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 #F0B9D0 is Cyan = 0, Magento = 0.23, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 185 | 208 | - |
| CMYK | 0 | 0.23 | 0.13 | 0.06 |
| HSL | 334.91º | 0.65% | 0.83% | - |
| HSV(B) | 334.91º | 0.23% | 0.94% | - |
| XYZ | 64.67 | 57.78 | 67.42 | - |
| YUV | 204.07 | 130.22 | 153.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 185 | 208 | 0 | 0.23 | 0.13 | 0.06 | 334.91 | 0.65 | 0.83 |
| Hex | F0 | B9 | D0 | 0 | 17 | D | 6 | 14F | 41 | 53 |
| Octal | 360 | 271 | 320 | 0 | 27 | 15 | 6 | 517 | 101 | 123 |
| Binary | 11110000 | 10111001 | 11010000 | 0 | 10111 | 1101 | 110 | 101001111 | 1000001 | 1010011 |
Color Harmonies of #F0B9D0
Complementary color
Monochromatic Colors of #F0B9D0
Black with #F0B9D0
Text Example
Text Example
White with #F0B9D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B9D0; }
p { color: rgb(240,185,208); }
H1.HeaderClassName
{
color: #F0B9D0;
}
.AnyTagClassName
{
color: #F0B9D0;
}
</style>
background-color css
<style>
a { background-color: #F0B9D0; }
a { background-color: rgb(240,185,208); }
div.DivClassName
{
background-color: #F0B9D0;
}
.BgClassName
{
background-color: #F0B9D0;
}
</style>
border-color css
<style>
span { border-color: #F0B9D0; }
span { border-color: rgb(240,185,208); }
td.TdClassName
{
border-color: #F0B9D0;
}
.TagClassName
{
border-color: #F0B9D0;
}
</style>