Shades of Chantilly #F5BBCE
Tints of Chantilly #F5BBCE
RGB
CMYK
RGB Variations
Color information
#F5BBCE (or 0xF5BBCE) is known color: Chantilly. HEX triplet: F5, BB and CE. RGB value is (245,187,206). Sum of RGB (Red+Green+Blue) = 245+187+206=638 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.40% from 638); Green value is 187 (73.44% from 255 or 29.31% from 638); Blue value is 206 (80.86% from 255 or 32.29% from 638); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BBCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BBCE is #0A4431. Grayscale: #CECECE. Windows color (decimal): -672818 or 13548533. OLE color: 13548533.
HSL color Cylindrical-coordinate representation of color #F5BBCE: hue angle of 340.34º 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 #F5BBCE is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 187 | 206 | - |
| CMYK | 0 | 0.24 | 0.16 | 0.04 |
| HSL | 340.34º | 0.74% | 0.85% | - |
| HSV(B) | 340.34º | 0.24% | 0.96% | - |
| XYZ | 66.57 | 59.41 | 66.35 | - |
| YUV | 206.51 | 127.72 | 155.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 187 | 206 | 0 | 0.24 | 0.16 | 0.04 | 340.34 | 0.74 | 0.85 |
| Hex | F5 | BB | CE | 0 | 18 | 10 | 4 | 154 | 4A | 55 |
| Octal | 365 | 273 | 316 | 0 | 30 | 20 | 4 | 524 | 112 | 125 |
| Binary | 11110101 | 10111011 | 11001110 | 0 | 11000 | 10000 | 100 | 101010100 | 1001010 | 1010101 |
Color Harmonies of #F5BBCE
Complementary color
Monochromatic Colors of #F5BBCE
Black with #F5BBCE
Text Example
Text Example
White with #F5BBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BBCE; }
p { color: rgb(245,187,206); }
H1.HeaderClassName
{
color: #F5BBCE;
}
.AnyTagClassName
{
color: #F5BBCE;
}
</style>
background-color css
<style>
a { background-color: #F5BBCE; }
a { background-color: rgb(245,187,206); }
div.DivClassName
{
background-color: #F5BBCE;
}
.BgClassName
{
background-color: #F5BBCE;
}
</style>
border-color css
<style>
span { border-color: #F5BBCE; }
span { border-color: rgb(245,187,206); }
td.TdClassName
{
border-color: #F5BBCE;
}
.TagClassName
{
border-color: #F5BBCE;
}
</style>