Shades of Chantilly #F3BACC
Tints of Chantilly #F3BACC
RGB
CMYK
RGB Variations
Color information
#F3BACC (or 0xF3BACC) is known color: Chantilly. HEX triplet: F3, BA and CC. RGB value is (243,186,204). Sum of RGB (Red+Green+Blue) = 243+186+204=633 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.39% from 633); Green value is 186 (73.05% from 255 or 29.38% from 633); Blue value is 204 (80.08% from 255 or 32.23% from 633); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BACC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BACC is #0C4533. Grayscale: #CDCDCD. Windows color (decimal): -804148 or 13417203. OLE color: 13417203.
HSL color Cylindrical-coordinate representation of color #F3BACC: hue angle of 341.05º degrees, saturation: 0.7, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F3BACC is Cyan = 0, Magento = 0.23, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 186 | 204 | - |
| CMYK | 0 | 0.23 | 0.16 | 0.05 |
| HSL | 341.05º | 0.7% | 0.84% | - |
| HSV(B) | 341.05º | 0.23% | 0.95% | - |
| XYZ | 65.42 | 58.53 | 64.98 | - |
| YUV | 205.1 | 127.38 | 155.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 186 | 204 | 0 | 0.23 | 0.16 | 0.05 | 341.05 | 0.7 | 0.84 |
| Hex | F3 | BA | CC | 0 | 17 | 10 | 5 | 155 | 46 | 54 |
| Octal | 363 | 272 | 314 | 0 | 27 | 20 | 5 | 525 | 106 | 124 |
| Binary | 11110011 | 10111010 | 11001100 | 0 | 10111 | 10000 | 101 | 101010101 | 1000110 | 1010100 |
Color Harmonies of #F3BACC
Complementary color
Monochromatic Colors of #F3BACC
Black with #F3BACC
Text Example
Text Example
White with #F3BACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BACC; }
p { color: rgb(243,186,204); }
H1.HeaderClassName
{
color: #F3BACC;
}
.AnyTagClassName
{
color: #F3BACC;
}
</style>
background-color css
<style>
a { background-color: #F3BACC; }
a { background-color: rgb(243,186,204); }
div.DivClassName
{
background-color: #F3BACC;
}
.BgClassName
{
background-color: #F3BACC;
}
</style>
border-color css
<style>
span { border-color: #F3BACC; }
span { border-color: rgb(243,186,204); }
td.TdClassName
{
border-color: #F3BACC;
}
.TagClassName
{
border-color: #F3BACC;
}
</style>