Shades of Chantilly #F2BCC8
Tints of Chantilly #F2BCC8
RGB
CMYK
RGB Variations
Color information
#F2BCC8 (or 0xF2BCC8) is known color: Chantilly. HEX triplet: F2, BC and C8. RGB value is (242,188,200). Sum of RGB (Red+Green+Blue) = 242+188+200=630 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.41% from 630); Green value is 188 (73.83% from 255 or 29.84% from 630); Blue value is 200 (78.52% from 255 or 31.75% from 630); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BCC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BCC8 is #0D4337. Grayscale: #CDCDCD. Windows color (decimal): -869176 or 13155570. OLE color: 13155570.
HSL color Cylindrical-coordinate representation of color #F2BCC8: hue angle of 346.67º 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 #F2BCC8 is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 188 | 200 | - |
| CMYK | 0 | 0.22 | 0.17 | 0.05 |
| HSL | 346.67º | 0.68% | 0.84% | - |
| HSV(B) | 346.67º | 0.22% | 0.95% | - |
| XYZ | 65.03 | 59.01 | 62.61 | - |
| YUV | 205.51 | 124.89 | 154.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 188 | 200 | 0 | 0.22 | 0.17 | 0.05 | 346.67 | 0.68 | 0.84 |
| Hex | F2 | BC | C8 | 0 | 16 | 11 | 5 | 15B | 44 | 54 |
| Octal | 362 | 274 | 310 | 0 | 26 | 21 | 5 | 533 | 104 | 124 |
| Binary | 11110010 | 10111100 | 11001000 | 0 | 10110 | 10001 | 101 | 101011011 | 1000100 | 1010100 |
Color Harmonies of #F2BCC8
Complementary color
Monochromatic Colors of #F2BCC8
Black with #F2BCC8
Text Example
Text Example
White with #F2BCC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BCC8; }
p { color: rgb(242,188,200); }
H1.HeaderClassName
{
color: #F2BCC8;
}
.AnyTagClassName
{
color: #F2BCC8;
}
</style>
background-color css
<style>
a { background-color: #F2BCC8; }
a { background-color: rgb(242,188,200); }
div.DivClassName
{
background-color: #F2BCC8;
}
.BgClassName
{
background-color: #F2BCC8;
}
</style>
border-color css
<style>
span { border-color: #F2BCC8; }
span { border-color: rgb(242,188,200); }
td.TdClassName
{
border-color: #F2BCC8;
}
.TagClassName
{
border-color: #F2BCC8;
}
</style>