Shades of Chantilly #F3BCD0
Tints of Chantilly #F3BCD0
RGB
CMYK
RGB Variations
Color information
#F3BCD0 (or 0xF3BCD0) is known color: Chantilly. HEX triplet: F3, BC and D0. RGB value is (243,188,208). Sum of RGB (Red+Green+Blue) = 243+188+208=639 (84% of max value = 765). Red value is 243 (95.31% from 255 or 38.03% from 639); Green value is 188 (73.83% from 255 or 29.42% from 639); Blue value is 208 (81.64% from 255 or 32.55% from 639); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BCD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BCD0 is #0C432F. Grayscale: #CECECE. Windows color (decimal): -803632 or 13679859. OLE color: 13679859.
HSL color Cylindrical-coordinate representation of color #F3BCD0: hue angle of 338.18º 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 #F3BCD0 is Cyan = 0, Magento = 0.23, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 188 | 208 | - |
| CMYK | 0 | 0.23 | 0.14 | 0.05 |
| HSL | 338.18º | 0.7% | 0.85% | - |
| HSV(B) | 338.18º | 0.23% | 0.95% | - |
| XYZ | 66.33 | 59.58 | 67.68 | - |
| YUV | 206.73 | 128.72 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 188 | 208 | 0 | 0.23 | 0.14 | 0.05 | 338.18 | 0.7 | 0.85 |
| Hex | F3 | BC | D0 | 0 | 17 | E | 5 | 152 | 46 | 55 |
| Octal | 363 | 274 | 320 | 0 | 27 | 16 | 5 | 522 | 106 | 125 |
| Binary | 11110011 | 10111100 | 11010000 | 0 | 10111 | 1110 | 101 | 101010010 | 1000110 | 1010101 |
Color Harmonies of #F3BCD0
Complementary color
Monochromatic Colors of #F3BCD0
Black with #F3BCD0
Text Example
Text Example
White with #F3BCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BCD0; }
p { color: rgb(243,188,208); }
H1.HeaderClassName
{
color: #F3BCD0;
}
.AnyTagClassName
{
color: #F3BCD0;
}
</style>
background-color css
<style>
a { background-color: #F3BCD0; }
a { background-color: rgb(243,188,208); }
div.DivClassName
{
background-color: #F3BCD0;
}
.BgClassName
{
background-color: #F3BCD0;
}
</style>
border-color css
<style>
span { border-color: #F3BCD0; }
span { border-color: rgb(243,188,208); }
td.TdClassName
{
border-color: #F3BCD0;
}
.TagClassName
{
border-color: #F3BCD0;
}
</style>