Shades of Chantilly #F0B8CA
Tints of Chantilly #F0B8CA
RGB
CMYK
RGB Variations
Color information
#F0B8CA (or 0xF0B8CA) is known color: Chantilly. HEX triplet: F0, B8 and CA. RGB value is (240,184,202). Sum of RGB (Red+Green+Blue) = 240+184+202=626 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.34% from 626); Green value is 184 (72.27% from 255 or 29.39% from 626); Blue value is 202 (79.30% from 255 or 32.27% from 626); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B8CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0B8CA is #0F4735. Grayscale: #CACACA. Windows color (decimal): -1001270 or 13285616. OLE color: 13285616.
HSL color Cylindrical-coordinate representation of color #F0B8CA: hue angle of 340.71º 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 #F0B8CA is Cyan = 0, Magento = 0.23, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 184 | 202 | - |
| CMYK | 0 | 0.23 | 0.16 | 0.06 |
| HSL | 340.71º | 0.65% | 0.83% | - |
| HSV(B) | 340.71º | 0.23% | 0.94% | - |
| XYZ | 63.74 | 57.07 | 63.53 | - |
| YUV | 202.8 | 127.55 | 154.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 184 | 202 | 0 | 0.23 | 0.16 | 0.06 | 340.71 | 0.65 | 0.83 |
| Hex | F0 | B8 | CA | 0 | 17 | 10 | 6 | 155 | 41 | 53 |
| Octal | 360 | 270 | 312 | 0 | 27 | 20 | 6 | 525 | 101 | 123 |
| Binary | 11110000 | 10111000 | 11001010 | 0 | 10111 | 10000 | 110 | 101010101 | 1000001 | 1010011 |
Color Harmonies of #F0B8CA
Complementary color
Monochromatic Colors of #F0B8CA
Black with #F0B8CA
Text Example
Text Example
White with #F0B8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B8CA; }
p { color: rgb(240,184,202); }
H1.HeaderClassName
{
color: #F0B8CA;
}
.AnyTagClassName
{
color: #F0B8CA;
}
</style>
background-color css
<style>
a { background-color: #F0B8CA; }
a { background-color: rgb(240,184,202); }
div.DivClassName
{
background-color: #F0B8CA;
}
.BgClassName
{
background-color: #F0B8CA;
}
</style>
border-color css
<style>
span { border-color: #F0B8CA; }
span { border-color: rgb(240,184,202); }
td.TdClassName
{
border-color: #F0B8CA;
}
.TagClassName
{
border-color: #F0B8CA;
}
</style>