Shades of Chantilly #F3BCCB
Tints of Chantilly #F3BCCB
RGB
CMYK
RGB Variations
Color information
#F3BCCB (or 0xF3BCCB) is known color: Chantilly. HEX triplet: F3, BC and CB. RGB value is (243,188,203). Sum of RGB (Red+Green+Blue) = 243+188+203=634 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.33% from 634); Green value is 188 (73.83% from 255 or 29.65% from 634); Blue value is 203 (79.69% from 255 or 32.02% from 634); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BCCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BCCB is #0C4334. Grayscale: #CECECE. Windows color (decimal): -803637 or 13352179. OLE color: 13352179.
HSL color Cylindrical-coordinate representation of color #F3BCCB: hue angle of 343.64º 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 #F3BCCB is Cyan = 0, Magento = 0.23, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 188 | 203 | - |
| CMYK | 0 | 0.23 | 0.16 | 0.05 |
| HSL | 343.64º | 0.7% | 0.85% | - |
| HSV(B) | 343.64º | 0.23% | 0.95% | - |
| XYZ | 65.72 | 59.33 | 64.49 | - |
| YUV | 206.16 | 126.22 | 154.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 188 | 203 | 0 | 0.23 | 0.16 | 0.05 | 343.64 | 0.7 | 0.85 |
| Hex | F3 | BC | CB | 0 | 17 | 10 | 5 | 158 | 46 | 55 |
| Octal | 363 | 274 | 313 | 0 | 27 | 20 | 5 | 530 | 106 | 125 |
| Binary | 11110011 | 10111100 | 11001011 | 0 | 10111 | 10000 | 101 | 101011000 | 1000110 | 1010101 |
Color Harmonies of #F3BCCB
Complementary color
Monochromatic Colors of #F3BCCB
Black with #F3BCCB
Text Example
Text Example
White with #F3BCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BCCB; }
p { color: rgb(243,188,203); }
H1.HeaderClassName
{
color: #F3BCCB;
}
.AnyTagClassName
{
color: #F3BCCB;
}
</style>
background-color css
<style>
a { background-color: #F3BCCB; }
a { background-color: rgb(243,188,203); }
div.DivClassName
{
background-color: #F3BCCB;
}
.BgClassName
{
background-color: #F3BCCB;
}
</style>
border-color css
<style>
span { border-color: #F3BCCB; }
span { border-color: rgb(243,188,203); }
td.TdClassName
{
border-color: #F3BCCB;
}
.TagClassName
{
border-color: #F3BCCB;
}
</style>