Shades of Chantilly #F2BBC8
Tints of Chantilly #F2BBC8
RGB
CMYK
RGB Variations
Color information
#F2BBC8 (or 0xF2BBC8) is known color: Chantilly. HEX triplet: F2, BB and C8. RGB value is (242,187,200). Sum of RGB (Red+Green+Blue) = 242+187+200=629 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.47% from 629); Green value is 187 (73.44% from 255 or 29.73% from 629); Blue value is 200 (78.52% from 255 or 31.80% from 629); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BBC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BBC8 is #0D4437. Grayscale: #CCCCCC. Windows color (decimal): -869432 or 13155314. OLE color: 13155314.
HSL color Cylindrical-coordinate representation of color #F2BBC8: hue angle of 345.82º 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 #F2BBC8 is Cyan = 0, Magento = 0.23, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 187 | 200 | - |
| CMYK | 0 | 0.23 | 0.17 | 0.05 |
| HSL | 345.82º | 0.68% | 0.84% | - |
| HSV(B) | 345.82º | 0.23% | 0.95% | - |
| XYZ | 64.81 | 58.59 | 62.54 | - |
| YUV | 204.93 | 125.22 | 154.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 187 | 200 | 0 | 0.23 | 0.17 | 0.05 | 345.82 | 0.68 | 0.84 |
| Hex | F2 | BB | C8 | 0 | 17 | 11 | 5 | 15A | 44 | 54 |
| Octal | 362 | 273 | 310 | 0 | 27 | 21 | 5 | 532 | 104 | 124 |
| Binary | 11110010 | 10111011 | 11001000 | 0 | 10111 | 10001 | 101 | 101011010 | 1000100 | 1010100 |
Color Harmonies of #F2BBC8
Complementary color
Monochromatic Colors of #F2BBC8
Black with #F2BBC8
Text Example
Text Example
White with #F2BBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BBC8; }
p { color: rgb(242,187,200); }
H1.HeaderClassName
{
color: #F2BBC8;
}
.AnyTagClassName
{
color: #F2BBC8;
}
</style>
background-color css
<style>
a { background-color: #F2BBC8; }
a { background-color: rgb(242,187,200); }
div.DivClassName
{
background-color: #F2BBC8;
}
.BgClassName
{
background-color: #F2BBC8;
}
</style>
border-color css
<style>
span { border-color: #F2BBC8; }
span { border-color: rgb(242,187,200); }
td.TdClassName
{
border-color: #F2BBC8;
}
.TagClassName
{
border-color: #F2BBC8;
}
</style>