Shades of Chantilly #F2BCCA
Tints of Chantilly #F2BCCA
RGB
CMYK
RGB Variations
Color information
#F2BCCA (or 0xF2BCCA) is known color: Chantilly. HEX triplet: F2, BC and CA. RGB value is (242,188,202). Sum of RGB (Red+Green+Blue) = 242+188+202=632 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.29% from 632); Green value is 188 (73.83% from 255 or 29.75% from 632); Blue value is 202 (79.30% from 255 or 31.96% from 632); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BCCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BCCA is #0D4335. Grayscale: #CDCDCD. Windows color (decimal): -869174 or 13286642. OLE color: 13286642.
HSL color Cylindrical-coordinate representation of color #F2BCCA: hue angle of 344.44º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F2BCCA is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 188 | 202 | - |
| CMYK | 0 | 0.22 | 0.17 | 0.05 |
| HSL | 344.44º | 0.68% | 0.84% | - |
| HSV(B) | 344.44º | 0.22% | 0.95% | - |
| XYZ | 65.26 | 59.11 | 63.85 | - |
| YUV | 205.74 | 125.89 | 153.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 188 | 202 | 0 | 0.22 | 0.17 | 0.05 | 344.44 | 0.68 | 0.84 |
| Hex | F2 | BC | CA | 0 | 16 | 11 | 5 | 158 | 44 | 54 |
| Octal | 362 | 274 | 312 | 0 | 26 | 21 | 5 | 530 | 104 | 124 |
| Binary | 11110010 | 10111100 | 11001010 | 0 | 10110 | 10001 | 101 | 101011000 | 1000100 | 1010100 |
Color Harmonies of #F2BCCA
Complementary color
Monochromatic Colors of #F2BCCA
Black with #F2BCCA
Text Example
Text Example
White with #F2BCCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BCCA; }
p { color: rgb(242,188,202); }
H1.HeaderClassName
{
color: #F2BCCA;
}
.AnyTagClassName
{
color: #F2BCCA;
}
</style>
background-color css
<style>
a { background-color: #F2BCCA; }
a { background-color: rgb(242,188,202); }
div.DivClassName
{
background-color: #F2BCCA;
}
.BgClassName
{
background-color: #F2BCCA;
}
</style>
border-color css
<style>
span { border-color: #F2BCCA; }
span { border-color: rgb(242,188,202); }
td.TdClassName
{
border-color: #F2BCCA;
}
.TagClassName
{
border-color: #F2BCCA;
}
</style>