Shades of Chantilly #F5BBCF
Tints of Chantilly #F5BBCF
RGB
CMYK
RGB Variations
Color information
#F5BBCF (or 0xF5BBCF) is known color: Chantilly. HEX triplet: F5, BB and CF. RGB value is (245,187,207). Sum of RGB (Red+Green+Blue) = 245+187+207=639 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.34% from 639); Green value is 187 (73.44% from 255 or 29.26% from 639); Blue value is 207 (81.25% from 255 or 32.39% from 639); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BBCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BBCF is #0A4430. Grayscale: #CECECE. Windows color (decimal): -672817 or 13614069. OLE color: 13614069.
HSL color Cylindrical-coordinate representation of color #F5BBCF: hue angle of 339.31º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F5BBCF is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 187 | 207 | - |
| CMYK | 0 | 0.24 | 0.16 | 0.04 |
| HSL | 339.31º | 0.74% | 0.85% | - |
| HSV(B) | 339.31º | 0.24% | 0.96% | - |
| XYZ | 66.69 | 59.46 | 66.99 | - |
| YUV | 206.62 | 128.22 | 155.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 187 | 207 | 0 | 0.24 | 0.16 | 0.04 | 339.31 | 0.74 | 0.85 |
| Hex | F5 | BB | CF | 0 | 18 | 10 | 4 | 153 | 4A | 55 |
| Octal | 365 | 273 | 317 | 0 | 30 | 20 | 4 | 523 | 112 | 125 |
| Binary | 11110101 | 10111011 | 11001111 | 0 | 11000 | 10000 | 100 | 101010011 | 1001010 | 1010101 |
Color Harmonies of #F5BBCF
Complementary color
Monochromatic Colors of #F5BBCF
Black with #F5BBCF
Text Example
Text Example
White with #F5BBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BBCF; }
p { color: rgb(245,187,207); }
H1.HeaderClassName
{
color: #F5BBCF;
}
.AnyTagClassName
{
color: #F5BBCF;
}
</style>
background-color css
<style>
a { background-color: #F5BBCF; }
a { background-color: rgb(245,187,207); }
div.DivClassName
{
background-color: #F5BBCF;
}
.BgClassName
{
background-color: #F5BBCF;
}
</style>
border-color css
<style>
span { border-color: #F5BBCF; }
span { border-color: rgb(245,187,207); }
td.TdClassName
{
border-color: #F5BBCF;
}
.TagClassName
{
border-color: #F5BBCF;
}
</style>