Shades of Chantilly #F0B9CC
Tints of Chantilly #F0B9CC
RGB
CMYK
RGB Variations
Color information
#F0B9CC (or 0xF0B9CC) is known color: Chantilly. HEX triplet: F0, B9 and CC. RGB value is (240,185,204). Sum of RGB (Red+Green+Blue) = 240+185+204=629 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.16% from 629); Green value is 185 (72.66% from 255 or 29.41% from 629); Blue value is 204 (80.08% from 255 or 32.43% from 629); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B9CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0B9CC is #0F4633. Grayscale: #CBCBCB. Windows color (decimal): -1001012 or 13416944. OLE color: 13416944.
HSL color Cylindrical-coordinate representation of color #F0B9CC: hue angle of 339.27º 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 #F0B9CC is Cyan = 0, Magento = 0.23, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 185 | 204 | - |
| CMYK | 0 | 0.23 | 0.15 | 0.06 |
| HSL | 339.27º | 0.65% | 0.83% | - |
| HSV(B) | 339.27º | 0.23% | 0.94% | - |
| XYZ | 64.18 | 57.58 | 64.86 | - |
| YUV | 203.61 | 128.22 | 153.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 185 | 204 | 0 | 0.23 | 0.15 | 0.06 | 339.27 | 0.65 | 0.83 |
| Hex | F0 | B9 | CC | 0 | 17 | F | 6 | 153 | 41 | 53 |
| Octal | 360 | 271 | 314 | 0 | 27 | 17 | 6 | 523 | 101 | 123 |
| Binary | 11110000 | 10111001 | 11001100 | 0 | 10111 | 1111 | 110 | 101010011 | 1000001 | 1010011 |
Color Harmonies of #F0B9CC
Complementary color
Monochromatic Colors of #F0B9CC
Black with #F0B9CC
Text Example
Text Example
White with #F0B9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B9CC; }
p { color: rgb(240,185,204); }
H1.HeaderClassName
{
color: #F0B9CC;
}
.AnyTagClassName
{
color: #F0B9CC;
}
</style>
background-color css
<style>
a { background-color: #F0B9CC; }
a { background-color: rgb(240,185,204); }
div.DivClassName
{
background-color: #F0B9CC;
}
.BgClassName
{
background-color: #F0B9CC;
}
</style>
border-color css
<style>
span { border-color: #F0B9CC; }
span { border-color: rgb(240,185,204); }
td.TdClassName
{
border-color: #F0B9CC;
}
.TagClassName
{
border-color: #F0B9CC;
}
</style>