Shades of Chantilly #F5B9CE
Tints of Chantilly #F5B9CE
RGB
CMYK
RGB Variations
Color information
#F5B9CE (or 0xF5B9CE) is known color: Chantilly. HEX triplet: F5, B9 and CE. RGB value is (245,185,206). Sum of RGB (Red+Green+Blue) = 245+185+206=636 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.52% from 636); Green value is 185 (72.66% from 255 or 29.09% from 636); Blue value is 206 (80.86% from 255 or 32.39% from 636); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B9CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5B9CE is #0A4631. Grayscale: #CDCDCD. Windows color (decimal): -673330 or 13548021. OLE color: 13548021.
HSL color Cylindrical-coordinate representation of color #F5B9CE: hue angle of 339º degrees, saturation: 0.75, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F5B9CE is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 185 | 206 | - |
| CMYK | 0 | 0.24 | 0.16 | 0.04 |
| HSL | 339º | 0.75% | 0.84% | - |
| HSV(B) | 339º | 0.24% | 0.96% | - |
| XYZ | 66.15 | 58.57 | 66.21 | - |
| YUV | 205.33 | 128.38 | 156.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 185 | 206 | 0 | 0.24 | 0.16 | 0.04 | 339 | 0.75 | 0.84 |
| Hex | F5 | B9 | CE | 0 | 18 | 10 | 4 | 153 | 4B | 54 |
| Octal | 365 | 271 | 316 | 0 | 30 | 20 | 4 | 523 | 113 | 124 |
| Binary | 11110101 | 10111001 | 11001110 | 0 | 11000 | 10000 | 100 | 101010011 | 1001011 | 1010100 |
Color Harmonies of #F5B9CE
Complementary color
Monochromatic Colors of #F5B9CE
Black with #F5B9CE
Text Example
Text Example
White with #F5B9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5B9CE; }
p { color: rgb(245,185,206); }
H1.HeaderClassName
{
color: #F5B9CE;
}
.AnyTagClassName
{
color: #F5B9CE;
}
</style>
background-color css
<style>
a { background-color: #F5B9CE; }
a { background-color: rgb(245,185,206); }
div.DivClassName
{
background-color: #F5B9CE;
}
.BgClassName
{
background-color: #F5B9CE;
}
</style>
border-color css
<style>
span { border-color: #F5B9CE; }
span { border-color: rgb(245,185,206); }
td.TdClassName
{
border-color: #F5B9CE;
}
.TagClassName
{
border-color: #F5B9CE;
}
</style>