Shades of Chantilly #F2BACC
Tints of Chantilly #F2BACC
RGB
CMYK
RGB Variations
Color information
#F2BACC (or 0xF2BACC) is known color: Chantilly. HEX triplet: F2, BA and CC. RGB value is (242,186,204). Sum of RGB (Red+Green+Blue) = 242+186+204=632 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.29% from 632); Green value is 186 (73.05% from 255 or 29.43% from 632); Blue value is 204 (80.08% from 255 or 32.28% from 632); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BACC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BACC is #0D4533. Grayscale: #CCCCCC. Windows color (decimal): -869684 or 13417202. OLE color: 13417202.
HSL color Cylindrical-coordinate representation of color #F2BACC: hue angle of 340.71º degrees, saturation: 0.68, 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 #F2BACC is Cyan = 0, Magento = 0.23, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 186 | 204 | - |
| CMYK | 0 | 0.23 | 0.16 | 0.05 |
| HSL | 340.71º | 0.68% | 0.84% | - |
| HSV(B) | 340.71º | 0.23% | 0.95% | - |
| XYZ | 65.08 | 58.35 | 64.96 | - |
| YUV | 204.8 | 127.55 | 154.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 186 | 204 | 0 | 0.23 | 0.16 | 0.05 | 340.71 | 0.68 | 0.84 |
| Hex | F2 | BA | CC | 0 | 17 | 10 | 5 | 155 | 44 | 54 |
| Octal | 362 | 272 | 314 | 0 | 27 | 20 | 5 | 525 | 104 | 124 |
| Binary | 11110010 | 10111010 | 11001100 | 0 | 10111 | 10000 | 101 | 101010101 | 1000100 | 1010100 |
Color Harmonies of #F2BACC
Complementary color
Monochromatic Colors of #F2BACC
Black with #F2BACC
Text Example
Text Example
White with #F2BACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BACC; }
p { color: rgb(242,186,204); }
H1.HeaderClassName
{
color: #F2BACC;
}
.AnyTagClassName
{
color: #F2BACC;
}
</style>
background-color css
<style>
a { background-color: #F2BACC; }
a { background-color: rgb(242,186,204); }
div.DivClassName
{
background-color: #F2BACC;
}
.BgClassName
{
background-color: #F2BACC;
}
</style>
border-color css
<style>
span { border-color: #F2BACC; }
span { border-color: rgb(242,186,204); }
td.TdClassName
{
border-color: #F2BACC;
}
.TagClassName
{
border-color: #F2BACC;
}
</style>