Shades of Chantilly #F4BCCF
Tints of Chantilly #F4BCCF
RGB
CMYK
RGB Variations
Color information
#F4BCCF (or 0xF4BCCF) is known color: Chantilly. HEX triplet: F4, BC and CF. RGB value is (244,188,207). Sum of RGB (Red+Green+Blue) = 244+188+207=639 (84% of max value = 765). Red value is 244 (95.70% from 255 or 38.18% from 639); Green value is 188 (73.83% from 255 or 29.42% from 639); Blue value is 207 (81.25% from 255 or 32.39% from 639); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BCCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BCCF is #0B4330. Grayscale: #CECECE. Windows color (decimal): -738097 or 13614324. OLE color: 13614324.
HSL color Cylindrical-coordinate representation of color #F4BCCF: hue angle of 339.64º 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 #F4BCCF is Cyan = 0, Magento = 0.23, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 188 | 207 | - |
| CMYK | 0 | 0.23 | 0.15 | 0.04 |
| HSL | 339.64º | 0.72% | 0.85% | - |
| HSV(B) | 339.64º | 0.23% | 0.96% | - |
| XYZ | 66.55 | 59.7 | 67.05 | - |
| YUV | 206.91 | 128.05 | 154.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 188 | 207 | 0 | 0.23 | 0.15 | 0.04 | 339.64 | 0.72 | 0.85 |
| Hex | F4 | BC | CF | 0 | 17 | F | 4 | 154 | 48 | 55 |
| Octal | 364 | 274 | 317 | 0 | 27 | 17 | 4 | 524 | 110 | 125 |
| Binary | 11110100 | 10111100 | 11001111 | 0 | 10111 | 1111 | 100 | 101010100 | 1001000 | 1010101 |
Color Harmonies of #F4BCCF
Complementary color
Monochromatic Colors of #F4BCCF
Black with #F4BCCF
Text Example
Text Example
White with #F4BCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BCCF; }
p { color: rgb(244,188,207); }
H1.HeaderClassName
{
color: #F4BCCF;
}
.AnyTagClassName
{
color: #F4BCCF;
}
</style>
background-color css
<style>
a { background-color: #F4BCCF; }
a { background-color: rgb(244,188,207); }
div.DivClassName
{
background-color: #F4BCCF;
}
.BgClassName
{
background-color: #F4BCCF;
}
</style>
border-color css
<style>
span { border-color: #F4BCCF; }
span { border-color: rgb(244,188,207); }
td.TdClassName
{
border-color: #F4BCCF;
}
.TagClassName
{
border-color: #F4BCCF;
}
</style>