Shades of Chantilly #F3BCCE
Tints of Chantilly #F3BCCE
RGB
CMYK
RGB Variations
Color information
#F3BCCE (or 0xF3BCCE) is known color: Chantilly. HEX triplet: F3, BC and CE. RGB value is (243,188,206). Sum of RGB (Red+Green+Blue) = 243+188+206=637 (84% of max value = 765). Red value is 243 (95.31% from 255 or 38.15% from 637); Green value is 188 (73.83% from 255 or 29.51% from 637); Blue value is 206 (80.86% from 255 or 32.34% from 637); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BCCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BCCE is #0C4331. Grayscale: #CECECE. Windows color (decimal): -803634 or 13548787. OLE color: 13548787.
HSL color Cylindrical-coordinate representation of color #F3BCCE: hue angle of 340.36º degrees, saturation: 0.7, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F3BCCE is Cyan = 0, Magento = 0.23, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 188 | 206 | - |
| CMYK | 0 | 0.23 | 0.15 | 0.05 |
| HSL | 340.36º | 0.7% | 0.85% | - |
| HSV(B) | 340.36º | 0.23% | 0.95% | - |
| XYZ | 66.09 | 59.48 | 66.39 | - |
| YUV | 206.5 | 127.72 | 154.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 188 | 206 | 0 | 0.23 | 0.15 | 0.05 | 340.36 | 0.7 | 0.85 |
| Hex | F3 | BC | CE | 0 | 17 | F | 5 | 154 | 46 | 55 |
| Octal | 363 | 274 | 316 | 0 | 27 | 17 | 5 | 524 | 106 | 125 |
| Binary | 11110011 | 10111100 | 11001110 | 0 | 10111 | 1111 | 101 | 101010100 | 1000110 | 1010101 |
Color Harmonies of #F3BCCE
Complementary color
Monochromatic Colors of #F3BCCE
Black with #F3BCCE
Text Example
Text Example
White with #F3BCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BCCE; }
p { color: rgb(243,188,206); }
H1.HeaderClassName
{
color: #F3BCCE;
}
.AnyTagClassName
{
color: #F3BCCE;
}
</style>
background-color css
<style>
a { background-color: #F3BCCE; }
a { background-color: rgb(243,188,206); }
div.DivClassName
{
background-color: #F3BCCE;
}
.BgClassName
{
background-color: #F3BCCE;
}
</style>
border-color css
<style>
span { border-color: #F3BCCE; }
span { border-color: rgb(243,188,206); }
td.TdClassName
{
border-color: #F3BCCE;
}
.TagClassName
{
border-color: #F3BCCE;
}
</style>