Shades of Chantilly #F0B9C4
Tints of Chantilly #F0B9C4
RGB
CMYK
RGB Variations
Color information
#F0B9C4 (or 0xF0B9C4) is known color: Chantilly. HEX triplet: F0, B9 and C4. RGB value is (240,185,196). Sum of RGB (Red+Green+Blue) = 240+185+196=621 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.65% from 621); Green value is 185 (72.66% from 255 or 29.79% from 621); Blue value is 196 (76.95% from 255 or 31.56% from 621); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B9C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0B9C4 is #0F463B. Grayscale: #CACACA. Windows color (decimal): -1001020 or 12892656. OLE color: 12892656.
HSL color Cylindrical-coordinate representation of color #F0B9C4: hue angle of 348º 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 #F0B9C4 is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 185 | 196 | - |
| CMYK | 0 | 0.23 | 0.18 | 0.06 |
| HSL | 348º | 0.65% | 0.83% | - |
| HSV(B) | 348º | 0.23% | 0.94% | - |
| XYZ | 63.25 | 57.21 | 59.93 | - |
| YUV | 202.7 | 124.22 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 185 | 196 | 0 | 0.23 | 0.18 | 0.06 | 348 | 0.65 | 0.83 |
| Hex | F0 | B9 | C4 | 0 | 17 | 12 | 6 | 15C | 41 | 53 |
| Octal | 360 | 271 | 304 | 0 | 27 | 22 | 6 | 534 | 101 | 123 |
| Binary | 11110000 | 10111001 | 11000100 | 0 | 10111 | 10010 | 110 | 101011100 | 1000001 | 1010011 |
Color Harmonies of #F0B9C4
Complementary color
Monochromatic Colors of #F0B9C4
Black with #F0B9C4
Text Example
Text Example
White with #F0B9C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B9C4; }
p { color: rgb(240,185,196); }
H1.HeaderClassName
{
color: #F0B9C4;
}
.AnyTagClassName
{
color: #F0B9C4;
}
</style>
background-color css
<style>
a { background-color: #F0B9C4; }
a { background-color: rgb(240,185,196); }
div.DivClassName
{
background-color: #F0B9C4;
}
.BgClassName
{
background-color: #F0B9C4;
}
</style>
border-color css
<style>
span { border-color: #F0B9C4; }
span { border-color: rgb(240,185,196); }
td.TdClassName
{
border-color: #F0B9C4;
}
.TagClassName
{
border-color: #F0B9C4;
}
</style>