Shades of Chantilly #F4BBCF
Tints of Chantilly #F4BBCF
RGB
CMYK
RGB Variations
Color information
#F4BBCF (or 0xF4BBCF) is known color: Chantilly. HEX triplet: F4, BB and CF. RGB value is (244,187,207). Sum of RGB (Red+Green+Blue) = 244+187+207=638 (84% of max value = 765). Red value is 244 (95.70% from 255 or 38.24% from 638); Green value is 187 (73.44% from 255 or 29.31% from 638); Blue value is 207 (81.25% from 255 or 32.45% from 638); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BBCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BBCF is #0B4430. Grayscale: #CECECE. Windows color (decimal): -738353 or 13614068. OLE color: 13614068.
HSL color Cylindrical-coordinate representation of color #F4BBCF: hue angle of 338.95º 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 #F4BBCF is Cyan = 0, Magento = 0.23, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 187 | 207 | - |
| CMYK | 0 | 0.23 | 0.15 | 0.04 |
| HSL | 338.95º | 0.72% | 0.85% | - |
| HSV(B) | 338.95º | 0.23% | 0.96% | - |
| XYZ | 66.34 | 59.28 | 66.98 | - |
| YUV | 206.32 | 128.38 | 154.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 187 | 207 | 0 | 0.23 | 0.15 | 0.04 | 338.95 | 0.72 | 0.85 |
| Hex | F4 | BB | CF | 0 | 17 | F | 4 | 153 | 48 | 55 |
| Octal | 364 | 273 | 317 | 0 | 27 | 17 | 4 | 523 | 110 | 125 |
| Binary | 11110100 | 10111011 | 11001111 | 0 | 10111 | 1111 | 100 | 101010011 | 1001000 | 1010101 |
Color Harmonies of #F4BBCF
Complementary color
Monochromatic Colors of #F4BBCF
Black with #F4BBCF
Text Example
Text Example
White with #F4BBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BBCF; }
p { color: rgb(244,187,207); }
H1.HeaderClassName
{
color: #F4BBCF;
}
.AnyTagClassName
{
color: #F4BBCF;
}
</style>
background-color css
<style>
a { background-color: #F4BBCF; }
a { background-color: rgb(244,187,207); }
div.DivClassName
{
background-color: #F4BBCF;
}
.BgClassName
{
background-color: #F4BBCF;
}
</style>
border-color css
<style>
span { border-color: #F4BBCF; }
span { border-color: rgb(244,187,207); }
td.TdClassName
{
border-color: #F4BBCF;
}
.TagClassName
{
border-color: #F4BBCF;
}
</style>