Shades of Chantilly #F0B9CD
Tints of Chantilly #F0B9CD
RGB
CMYK
RGB Variations
Color information
#F0B9CD (or 0xF0B9CD) is known color: Chantilly. HEX triplet: F0, B9 and CD. RGB value is (240,185,205). Sum of RGB (Red+Green+Blue) = 240+185+205=630 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.10% from 630); Green value is 185 (72.66% from 255 or 29.37% from 630); Blue value is 205 (80.47% from 255 or 32.54% from 630); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B9CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0B9CD is #0F4632. Grayscale: #CBCBCB. Windows color (decimal): -1001011 or 13482480. OLE color: 13482480.
HSL color Cylindrical-coordinate representation of color #F0B9CD: hue angle of 338.18º 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 #F0B9CD is Cyan = 0, Magento = 0.23, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 185 | 205 | - |
| CMYK | 0 | 0.23 | 0.15 | 0.06 |
| HSL | 338.18º | 0.65% | 0.83% | - |
| HSV(B) | 338.18º | 0.23% | 0.94% | - |
| XYZ | 64.3 | 57.63 | 65.49 | - |
| YUV | 203.73 | 128.72 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 185 | 205 | 0 | 0.23 | 0.15 | 0.06 | 338.18 | 0.65 | 0.83 |
| Hex | F0 | B9 | CD | 0 | 17 | F | 6 | 152 | 41 | 53 |
| Octal | 360 | 271 | 315 | 0 | 27 | 17 | 6 | 522 | 101 | 123 |
| Binary | 11110000 | 10111001 | 11001101 | 0 | 10111 | 1111 | 110 | 101010010 | 1000001 | 1010011 |
Color Harmonies of #F0B9CD
Complementary color
Monochromatic Colors of #F0B9CD
Black with #F0B9CD
Text Example
Text Example
White with #F0B9CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B9CD; }
p { color: rgb(240,185,205); }
H1.HeaderClassName
{
color: #F0B9CD;
}
.AnyTagClassName
{
color: #F0B9CD;
}
</style>
background-color css
<style>
a { background-color: #F0B9CD; }
a { background-color: rgb(240,185,205); }
div.DivClassName
{
background-color: #F0B9CD;
}
.BgClassName
{
background-color: #F0B9CD;
}
</style>
border-color css
<style>
span { border-color: #F0B9CD; }
span { border-color: rgb(240,185,205); }
td.TdClassName
{
border-color: #F0B9CD;
}
.TagClassName
{
border-color: #F0B9CD;
}
</style>