Shades of Chantilly #F2BBD0
Tints of Chantilly #F2BBD0
RGB
CMYK
RGB Variations
Color information
#F2BBD0 (or 0xF2BBD0) is known color: Chantilly. HEX triplet: F2, BB and D0. RGB value is (242,187,208). Sum of RGB (Red+Green+Blue) = 242+187+208=637 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.99% from 637); Green value is 187 (73.44% from 255 or 29.36% from 637); Blue value is 208 (81.64% from 255 or 32.65% from 637); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BBD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BBD0 is #0D442F. Grayscale: #CDCDCD. Windows color (decimal): -869424 or 13679602. OLE color: 13679602.
HSL color Cylindrical-coordinate representation of color #F2BBD0: hue angle of 337.09º 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 #F2BBD0 is Cyan = 0, Magento = 0.23, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 187 | 208 | - |
| CMYK | 0 | 0.23 | 0.14 | 0.05 |
| HSL | 337.09º | 0.68% | 0.84% | - |
| HSV(B) | 337.09º | 0.23% | 0.95% | - |
| XYZ | 65.77 | 58.97 | 67.59 | - |
| YUV | 205.84 | 129.22 | 153.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 187 | 208 | 0 | 0.23 | 0.14 | 0.05 | 337.09 | 0.68 | 0.84 |
| Hex | F2 | BB | D0 | 0 | 17 | E | 5 | 151 | 44 | 54 |
| Octal | 362 | 273 | 320 | 0 | 27 | 16 | 5 | 521 | 104 | 124 |
| Binary | 11110010 | 10111011 | 11010000 | 0 | 10111 | 1110 | 101 | 101010001 | 1000100 | 1010100 |
Color Harmonies of #F2BBD0
Complementary color
Monochromatic Colors of #F2BBD0
Black with #F2BBD0
Text Example
Text Example
White with #F2BBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BBD0; }
p { color: rgb(242,187,208); }
H1.HeaderClassName
{
color: #F2BBD0;
}
.AnyTagClassName
{
color: #F2BBD0;
}
</style>
background-color css
<style>
a { background-color: #F2BBD0; }
a { background-color: rgb(242,187,208); }
div.DivClassName
{
background-color: #F2BBD0;
}
.BgClassName
{
background-color: #F2BBD0;
}
</style>
border-color css
<style>
span { border-color: #F2BBD0; }
span { border-color: rgb(242,187,208); }
td.TdClassName
{
border-color: #F2BBD0;
}
.TagClassName
{
border-color: #F2BBD0;
}
</style>