Shades of Chantilly #F3BCC9
Tints of Chantilly #F3BCC9
RGB
CMYK
RGB Variations
Color information
#F3BCC9 (or 0xF3BCC9) is known color: Chantilly. HEX triplet: F3, BC and C9. RGB value is (243,188,201). Sum of RGB (Red+Green+Blue) = 243+188+201=632 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.45% from 632); Green value is 188 (73.83% from 255 or 29.75% from 632); Blue value is 201 (78.91% from 255 or 31.80% from 632); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BCC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BCC9 is #0C4336. Grayscale: #CDCDCD. Windows color (decimal): -803639 or 13221107. OLE color: 13221107.
HSL color Cylindrical-coordinate representation of color #F3BCC9: hue angle of 345.82º 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 #F3BCC9 is Cyan = 0, Magento = 0.23, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 188 | 201 | - |
| CMYK | 0 | 0.23 | 0.17 | 0.05 |
| HSL | 345.82º | 0.7% | 0.85% | - |
| HSV(B) | 345.82º | 0.23% | 0.95% | - |
| XYZ | 65.49 | 59.24 | 63.24 | - |
| YUV | 205.93 | 125.22 | 154.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 188 | 201 | 0 | 0.23 | 0.17 | 0.05 | 345.82 | 0.7 | 0.85 |
| Hex | F3 | BC | C9 | 0 | 17 | 11 | 5 | 15A | 46 | 55 |
| Octal | 363 | 274 | 311 | 0 | 27 | 21 | 5 | 532 | 106 | 125 |
| Binary | 11110011 | 10111100 | 11001001 | 0 | 10111 | 10001 | 101 | 101011010 | 1000110 | 1010101 |
Color Harmonies of #F3BCC9
Complementary color
Monochromatic Colors of #F3BCC9
Black with #F3BCC9
Text Example
Text Example
White with #F3BCC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BCC9; }
p { color: rgb(243,188,201); }
H1.HeaderClassName
{
color: #F3BCC9;
}
.AnyTagClassName
{
color: #F3BCC9;
}
</style>
background-color css
<style>
a { background-color: #F3BCC9; }
a { background-color: rgb(243,188,201); }
div.DivClassName
{
background-color: #F3BCC9;
}
.BgClassName
{
background-color: #F3BCC9;
}
</style>
border-color css
<style>
span { border-color: #F3BCC9; }
span { border-color: rgb(243,188,201); }
td.TdClassName
{
border-color: #F3BCC9;
}
.TagClassName
{
border-color: #F3BCC9;
}
</style>