Shades of Chantilly #F4BBCE
Tints of Chantilly #F4BBCE
RGB
CMYK
RGB Variations
Color information
#F4BBCE (or 0xF4BBCE) is known color: Chantilly. HEX triplet: F4, BB and CE. RGB value is (244,187,206). Sum of RGB (Red+Green+Blue) = 244+187+206=637 (84% of max value = 765). Red value is 244 (95.70% from 255 or 38.30% from 637); Green value is 187 (73.44% from 255 or 29.36% from 637); Blue value is 206 (80.86% from 255 or 32.34% from 637); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BBCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BBCE is #0B4431. Grayscale: #CECECE. Windows color (decimal): -738354 or 13548532. OLE color: 13548532.
HSL color Cylindrical-coordinate representation of color #F4BBCE: hue angle of 340º degrees, saturation: 0.72, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F4BBCE is Cyan = 0, Magento = 0.23, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 187 | 206 | - |
| CMYK | 0 | 0.23 | 0.16 | 0.04 |
| HSL | 340º | 0.72% | 0.85% | - |
| HSV(B) | 340º | 0.23% | 0.96% | - |
| XYZ | 66.22 | 59.23 | 66.33 | - |
| YUV | 206.21 | 127.88 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 187 | 206 | 0 | 0.23 | 0.16 | 0.04 | 340 | 0.72 | 0.85 |
| Hex | F4 | BB | CE | 0 | 17 | 10 | 4 | 154 | 48 | 55 |
| Octal | 364 | 273 | 316 | 0 | 27 | 20 | 4 | 524 | 110 | 125 |
| Binary | 11110100 | 10111011 | 11001110 | 0 | 10111 | 10000 | 100 | 101010100 | 1001000 | 1010101 |
Color Harmonies of #F4BBCE
Complementary color
Monochromatic Colors of #F4BBCE
Black with #F4BBCE
Text Example
Text Example
White with #F4BBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BBCE; }
p { color: rgb(244,187,206); }
H1.HeaderClassName
{
color: #F4BBCE;
}
.AnyTagClassName
{
color: #F4BBCE;
}
</style>
background-color css
<style>
a { background-color: #F4BBCE; }
a { background-color: rgb(244,187,206); }
div.DivClassName
{
background-color: #F4BBCE;
}
.BgClassName
{
background-color: #F4BBCE;
}
</style>
border-color css
<style>
span { border-color: #F4BBCE; }
span { border-color: rgb(244,187,206); }
td.TdClassName
{
border-color: #F4BBCE;
}
.TagClassName
{
border-color: #F4BBCE;
}
</style>