Shades of Chantilly #F2BBCC
Tints of Chantilly #F2BBCC
RGB
CMYK
RGB Variations
Color information
#F2BBCC (or 0xF2BBCC) is known color: Chantilly. HEX triplet: F2, BB and CC. RGB value is (242,187,204). Sum of RGB (Red+Green+Blue) = 242+187+204=633 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.23% from 633); Green value is 187 (73.44% from 255 or 29.54% from 633); Blue value is 204 (80.08% from 255 or 32.23% from 633); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BBCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BBCC is #0D4433. Grayscale: #CDCDCD. Windows color (decimal): -869428 or 13417458. OLE color: 13417458.
HSL color Cylindrical-coordinate representation of color #F2BBCC: hue angle of 341.45º 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 #F2BBCC is Cyan = 0, Magento = 0.23, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 187 | 204 | - |
| CMYK | 0 | 0.23 | 0.16 | 0.05 |
| HSL | 341.45º | 0.68% | 0.84% | - |
| HSV(B) | 341.45º | 0.23% | 0.95% | - |
| XYZ | 65.29 | 58.78 | 65.03 | - |
| YUV | 205.38 | 127.22 | 154.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 187 | 204 | 0 | 0.23 | 0.16 | 0.05 | 341.45 | 0.68 | 0.84 |
| Hex | F2 | BB | CC | 0 | 17 | 10 | 5 | 155 | 44 | 54 |
| Octal | 362 | 273 | 314 | 0 | 27 | 20 | 5 | 525 | 104 | 124 |
| Binary | 11110010 | 10111011 | 11001100 | 0 | 10111 | 10000 | 101 | 101010101 | 1000100 | 1010100 |
Color Harmonies of #F2BBCC
Complementary color
Monochromatic Colors of #F2BBCC
Black with #F2BBCC
Text Example
Text Example
White with #F2BBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BBCC; }
p { color: rgb(242,187,204); }
H1.HeaderClassName
{
color: #F2BBCC;
}
.AnyTagClassName
{
color: #F2BBCC;
}
</style>
background-color css
<style>
a { background-color: #F2BBCC; }
a { background-color: rgb(242,187,204); }
div.DivClassName
{
background-color: #F2BBCC;
}
.BgClassName
{
background-color: #F2BBCC;
}
</style>
border-color css
<style>
span { border-color: #F2BBCC; }
span { border-color: rgb(242,187,204); }
td.TdClassName
{
border-color: #F2BBCC;
}
.TagClassName
{
border-color: #F2BBCC;
}
</style>