Shades of Chantilly #F4BCCD
Tints of Chantilly #F4BCCD
RGB
CMYK
RGB Variations
Color information
#F4BCCD (or 0xF4BCCD) is known color: Chantilly. HEX triplet: F4, BC and CD. RGB value is (244,188,205). Sum of RGB (Red+Green+Blue) = 244+188+205=637 (84% of max value = 765). Red value is 244 (95.70% from 255 or 38.30% from 637); Green value is 188 (73.83% from 255 or 29.51% from 637); Blue value is 205 (80.47% from 255 or 32.18% from 637); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BCCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BCCD is #0B4332. Grayscale: #CECECE. Windows color (decimal): -738099 or 13483252. OLE color: 13483252.
HSL color Cylindrical-coordinate representation of color #F4BCCD: hue angle of 341.79º 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 #F4BCCD is Cyan = 0, Magento = 0.23, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 188 | 205 | - |
| CMYK | 0 | 0.23 | 0.16 | 0.04 |
| HSL | 341.79º | 0.72% | 0.85% | - |
| HSV(B) | 341.79º | 0.23% | 0.96% | - |
| XYZ | 66.31 | 59.61 | 65.77 | - |
| YUV | 206.68 | 127.05 | 154.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 188 | 205 | 0 | 0.23 | 0.16 | 0.04 | 341.79 | 0.72 | 0.85 |
| Hex | F4 | BC | CD | 0 | 17 | 10 | 4 | 156 | 48 | 55 |
| Octal | 364 | 274 | 315 | 0 | 27 | 20 | 4 | 526 | 110 | 125 |
| Binary | 11110100 | 10111100 | 11001101 | 0 | 10111 | 10000 | 100 | 101010110 | 1001000 | 1010101 |
Color Harmonies of #F4BCCD
Complementary color
Monochromatic Colors of #F4BCCD
Black with #F4BCCD
Text Example
Text Example
White with #F4BCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BCCD; }
p { color: rgb(244,188,205); }
H1.HeaderClassName
{
color: #F4BCCD;
}
.AnyTagClassName
{
color: #F4BCCD;
}
</style>
background-color css
<style>
a { background-color: #F4BCCD; }
a { background-color: rgb(244,188,205); }
div.DivClassName
{
background-color: #F4BCCD;
}
.BgClassName
{
background-color: #F4BCCD;
}
</style>
border-color css
<style>
span { border-color: #F4BCCD; }
span { border-color: rgb(244,188,205); }
td.TdClassName
{
border-color: #F4BCCD;
}
.TagClassName
{
border-color: #F4BCCD;
}
</style>