Shades of Chantilly #F2BAC8
Tints of Chantilly #F2BAC8
RGB
CMYK
RGB Variations
Color information
#F2BAC8 (or 0xF2BAC8) is known color: Chantilly. HEX triplet: F2, BA and C8. RGB value is (242,186,200). Sum of RGB (Red+Green+Blue) = 242+186+200=628 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.54% from 628); Green value is 186 (73.05% from 255 or 29.62% from 628); Blue value is 200 (78.52% from 255 or 31.85% from 628); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BAC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BAC8 is #0D4537. Grayscale: #CCCCCC. Windows color (decimal): -869688 or 13155058. OLE color: 13155058.
HSL color Cylindrical-coordinate representation of color #F2BAC8: hue angle of 345º 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 #F2BAC8 is Cyan = 0, Magento = 0.23, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 186 | 200 | - |
| CMYK | 0 | 0.23 | 0.17 | 0.05 |
| HSL | 345º | 0.68% | 0.84% | - |
| HSV(B) | 345º | 0.23% | 0.95% | - |
| XYZ | 64.6 | 58.17 | 62.47 | - |
| YUV | 204.34 | 125.55 | 154.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 186 | 200 | 0 | 0.23 | 0.17 | 0.05 | 345 | 0.68 | 0.84 |
| Hex | F2 | BA | C8 | 0 | 17 | 11 | 5 | 159 | 44 | 54 |
| Octal | 362 | 272 | 310 | 0 | 27 | 21 | 5 | 531 | 104 | 124 |
| Binary | 11110010 | 10111010 | 11001000 | 0 | 10111 | 10001 | 101 | 101011001 | 1000100 | 1010100 |
Color Harmonies of #F2BAC8
Complementary color
Monochromatic Colors of #F2BAC8
Black with #F2BAC8
Text Example
Text Example
White with #F2BAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BAC8; }
p { color: rgb(242,186,200); }
H1.HeaderClassName
{
color: #F2BAC8;
}
.AnyTagClassName
{
color: #F2BAC8;
}
</style>
background-color css
<style>
a { background-color: #F2BAC8; }
a { background-color: rgb(242,186,200); }
div.DivClassName
{
background-color: #F2BAC8;
}
.BgClassName
{
background-color: #F2BAC8;
}
</style>
border-color css
<style>
span { border-color: #F2BAC8; }
span { border-color: rgb(242,186,200); }
td.TdClassName
{
border-color: #F2BAC8;
}
.TagClassName
{
border-color: #F2BAC8;
}
</style>