Shades of Chantilly #F4BBCD
Tints of Chantilly #F4BBCD
RGB
CMYK
RGB Variations
Color information
#F4BBCD (or 0xF4BBCD) is known color: Chantilly. HEX triplet: F4, BB and CD. RGB value is (244,187,205). Sum of RGB (Red+Green+Blue) = 244+187+205=636 (84% of max value = 765). Red value is 244 (95.70% from 255 or 38.36% from 636); Green value is 187 (73.44% from 255 or 29.40% from 636); Blue value is 205 (80.47% from 255 or 32.23% from 636); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BBCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BBCD is #0B4432. Grayscale: #CECECE. Windows color (decimal): -738355 or 13482996. OLE color: 13482996.
HSL color Cylindrical-coordinate representation of color #F4BBCD: hue angle of 341.05º 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 #F4BBCD is Cyan = 0, Magento = 0.23, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 187 | 205 | - |
| CMYK | 0 | 0.23 | 0.16 | 0.04 |
| HSL | 341.05º | 0.72% | 0.85% | - |
| HSV(B) | 341.05º | 0.23% | 0.96% | - |
| XYZ | 66.1 | 59.18 | 65.7 | - |
| YUV | 206.1 | 127.38 | 155.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 187 | 205 | 0 | 0.23 | 0.16 | 0.04 | 341.05 | 0.72 | 0.85 |
| Hex | F4 | BB | CD | 0 | 17 | 10 | 4 | 155 | 48 | 55 |
| Octal | 364 | 273 | 315 | 0 | 27 | 20 | 4 | 525 | 110 | 125 |
| Binary | 11110100 | 10111011 | 11001101 | 0 | 10111 | 10000 | 100 | 101010101 | 1001000 | 1010101 |
Color Harmonies of #F4BBCD
Complementary color
Monochromatic Colors of #F4BBCD
Black with #F4BBCD
Text Example
Text Example
White with #F4BBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BBCD; }
p { color: rgb(244,187,205); }
H1.HeaderClassName
{
color: #F4BBCD;
}
.AnyTagClassName
{
color: #F4BBCD;
}
</style>
background-color css
<style>
a { background-color: #F4BBCD; }
a { background-color: rgb(244,187,205); }
div.DivClassName
{
background-color: #F4BBCD;
}
.BgClassName
{
background-color: #F4BBCD;
}
</style>
border-color css
<style>
span { border-color: #F4BBCD; }
span { border-color: rgb(244,187,205); }
td.TdClassName
{
border-color: #F4BBCD;
}
.TagClassName
{
border-color: #F4BBCD;
}
</style>