Shades of Chantilly #F2BACB
Tints of Chantilly #F2BACB
RGB
CMYK
RGB Variations
Color information
#F2BACB (or 0xF2BACB) is known color: Chantilly. HEX triplet: F2, BA and CB. RGB value is (242,186,203). Sum of RGB (Red+Green+Blue) = 242+186+203=631 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.35% from 631); Green value is 186 (73.05% from 255 or 29.48% from 631); Blue value is 203 (79.69% from 255 or 32.17% from 631); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BACB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BACB is #0D4534. Grayscale: #CCCCCC. Windows color (decimal): -869685 or 13351666. OLE color: 13351666.
HSL color Cylindrical-coordinate representation of color #F2BACB: hue angle of 341.79º 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 #F2BACB is Cyan = 0, Magento = 0.23, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 186 | 203 | - |
| CMYK | 0 | 0.23 | 0.16 | 0.05 |
| HSL | 341.79º | 0.68% | 0.84% | - |
| HSV(B) | 341.79º | 0.23% | 0.95% | - |
| XYZ | 64.96 | 58.31 | 64.33 | - |
| YUV | 204.68 | 127.05 | 154.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 186 | 203 | 0 | 0.23 | 0.16 | 0.05 | 341.79 | 0.68 | 0.84 |
| Hex | F2 | BA | CB | 0 | 17 | 10 | 5 | 156 | 44 | 54 |
| Octal | 362 | 272 | 313 | 0 | 27 | 20 | 5 | 526 | 104 | 124 |
| Binary | 11110010 | 10111010 | 11001011 | 0 | 10111 | 10000 | 101 | 101010110 | 1000100 | 1010100 |
Color Harmonies of #F2BACB
Complementary color
Monochromatic Colors of #F2BACB
Black with #F2BACB
Text Example
Text Example
White with #F2BACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BACB; }
p { color: rgb(242,186,203); }
H1.HeaderClassName
{
color: #F2BACB;
}
.AnyTagClassName
{
color: #F2BACB;
}
</style>
background-color css
<style>
a { background-color: #F2BACB; }
a { background-color: rgb(242,186,203); }
div.DivClassName
{
background-color: #F2BACB;
}
.BgClassName
{
background-color: #F2BACB;
}
</style>
border-color css
<style>
span { border-color: #F2BACB; }
span { border-color: rgb(242,186,203); }
td.TdClassName
{
border-color: #F2BACB;
}
.TagClassName
{
border-color: #F2BACB;
}
</style>