Shades of Chantilly #F2BCD0
Tints of Chantilly #F2BCD0
RGB
CMYK
RGB Variations
Color information
#F2BCD0 (or 0xF2BCD0) is known color: Chantilly. HEX triplet: F2, BC and D0. RGB value is (242,188,208). Sum of RGB (Red+Green+Blue) = 242+188+208=638 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.93% from 638); Green value is 188 (73.83% from 255 or 29.47% from 638); Blue value is 208 (81.64% from 255 or 32.60% from 638); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BCD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BCD0 is #0D432F. Grayscale: #CECECE. Windows color (decimal): -869168 or 13679858. OLE color: 13679858.
HSL color Cylindrical-coordinate representation of color #F2BCD0: hue angle of 337.78º 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 #F2BCD0 is Cyan = 0, Magento = 0.22, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 188 | 208 | - |
| CMYK | 0 | 0.22 | 0.14 | 0.05 |
| HSL | 337.78º | 0.68% | 0.84% | - |
| HSV(B) | 337.78º | 0.22% | 0.95% | - |
| XYZ | 65.99 | 59.4 | 67.66 | - |
| YUV | 206.43 | 128.89 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 188 | 208 | 0 | 0.22 | 0.14 | 0.05 | 337.78 | 0.68 | 0.84 |
| Hex | F2 | BC | D0 | 0 | 16 | E | 5 | 152 | 44 | 54 |
| Octal | 362 | 274 | 320 | 0 | 26 | 16 | 5 | 522 | 104 | 124 |
| Binary | 11110010 | 10111100 | 11010000 | 0 | 10110 | 1110 | 101 | 101010010 | 1000100 | 1010100 |
Color Harmonies of #F2BCD0
Complementary color
Monochromatic Colors of #F2BCD0
Black with #F2BCD0
Text Example
Text Example
White with #F2BCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BCD0; }
p { color: rgb(242,188,208); }
H1.HeaderClassName
{
color: #F2BCD0;
}
.AnyTagClassName
{
color: #F2BCD0;
}
</style>
background-color css
<style>
a { background-color: #F2BCD0; }
a { background-color: rgb(242,188,208); }
div.DivClassName
{
background-color: #F2BCD0;
}
.BgClassName
{
background-color: #F2BCD0;
}
</style>
border-color css
<style>
span { border-color: #F2BCD0; }
span { border-color: rgb(242,188,208); }
td.TdClassName
{
border-color: #F2BCD0;
}
.TagClassName
{
border-color: #F2BCD0;
}
</style>