Shades of Chantilly #F4BCCE
Tints of Chantilly #F4BCCE
RGB
CMYK
RGB Variations
Color information
#F4BCCE (or 0xF4BCCE) is known color: Chantilly. HEX triplet: F4, BC and CE. RGB value is (244,188,206). Sum of RGB (Red+Green+Blue) = 244+188+206=638 (84% of max value = 765). Red value is 244 (95.70% from 255 or 38.24% from 638); Green value is 188 (73.83% from 255 or 29.47% from 638); Blue value is 206 (80.86% from 255 or 32.29% from 638); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BCCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BCCE is #0B4331. Grayscale: #CECECE. Windows color (decimal): -738098 or 13548788. OLE color: 13548788.
HSL color Cylindrical-coordinate representation of color #F4BCCE: hue angle of 340.71º 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 #F4BCCE is Cyan = 0, Magento = 0.23, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 188 | 206 | - |
| CMYK | 0 | 0.23 | 0.16 | 0.04 |
| HSL | 340.71º | 0.72% | 0.85% | - |
| HSV(B) | 340.71º | 0.23% | 0.96% | - |
| XYZ | 66.43 | 59.66 | 66.41 | - |
| YUV | 206.8 | 127.55 | 154.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 188 | 206 | 0 | 0.23 | 0.16 | 0.04 | 340.71 | 0.72 | 0.85 |
| Hex | F4 | BC | CE | 0 | 17 | 10 | 4 | 155 | 48 | 55 |
| Octal | 364 | 274 | 316 | 0 | 27 | 20 | 4 | 525 | 110 | 125 |
| Binary | 11110100 | 10111100 | 11001110 | 0 | 10111 | 10000 | 100 | 101010101 | 1001000 | 1010101 |
Color Harmonies of #F4BCCE
Complementary color
Monochromatic Colors of #F4BCCE
Black with #F4BCCE
Text Example
Text Example
White with #F4BCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BCCE; }
p { color: rgb(244,188,206); }
H1.HeaderClassName
{
color: #F4BCCE;
}
.AnyTagClassName
{
color: #F4BCCE;
}
</style>
background-color css
<style>
a { background-color: #F4BCCE; }
a { background-color: rgb(244,188,206); }
div.DivClassName
{
background-color: #F4BCCE;
}
.BgClassName
{
background-color: #F4BCCE;
}
</style>
border-color css
<style>
span { border-color: #F4BCCE; }
span { border-color: rgb(244,188,206); }
td.TdClassName
{
border-color: #F4BCCE;
}
.TagClassName
{
border-color: #F4BCCE;
}
</style>