Shades of Chantilly #F3BCC8
Tints of Chantilly #F3BCC8
RGB
CMYK
RGB Variations
Color information
#F3BCC8 (or 0xF3BCC8) is known color: Chantilly. HEX triplet: F3, BC and C8. RGB value is (243,188,200). Sum of RGB (Red+Green+Blue) = 243+188+200=631 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.51% from 631); Green value is 188 (73.83% from 255 or 29.79% from 631); Blue value is 200 (78.52% from 255 or 31.70% from 631); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BCC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BCC8 is #0C4337. Grayscale: #CDCDCD. Windows color (decimal): -803640 or 13155571. OLE color: 13155571.
HSL color Cylindrical-coordinate representation of color #F3BCC8: hue angle of 346.91º 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 #F3BCC8 is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 188 | 200 | - |
| CMYK | 0 | 0.23 | 0.18 | 0.05 |
| HSL | 346.91º | 0.7% | 0.85% | - |
| HSV(B) | 346.91º | 0.23% | 0.95% | - |
| XYZ | 65.37 | 59.19 | 62.62 | - |
| YUV | 205.81 | 124.72 | 154.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 188 | 200 | 0 | 0.23 | 0.18 | 0.05 | 346.91 | 0.7 | 0.85 |
| Hex | F3 | BC | C8 | 0 | 17 | 12 | 5 | 15B | 46 | 55 |
| Octal | 363 | 274 | 310 | 0 | 27 | 22 | 5 | 533 | 106 | 125 |
| Binary | 11110011 | 10111100 | 11001000 | 0 | 10111 | 10010 | 101 | 101011011 | 1000110 | 1010101 |
Color Harmonies of #F3BCC8
Complementary color
Monochromatic Colors of #F3BCC8
Black with #F3BCC8
Text Example
Text Example
White with #F3BCC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BCC8; }
p { color: rgb(243,188,200); }
H1.HeaderClassName
{
color: #F3BCC8;
}
.AnyTagClassName
{
color: #F3BCC8;
}
</style>
background-color css
<style>
a { background-color: #F3BCC8; }
a { background-color: rgb(243,188,200); }
div.DivClassName
{
background-color: #F3BCC8;
}
.BgClassName
{
background-color: #F3BCC8;
}
</style>
border-color css
<style>
span { border-color: #F3BCC8; }
span { border-color: rgb(243,188,200); }
td.TdClassName
{
border-color: #F3BCC8;
}
.TagClassName
{
border-color: #F3BCC8;
}
</style>