Shades of Chantilly #F2BBC7
Tints of Chantilly #F2BBC7
RGB
CMYK
RGB Variations
Color information
#F2BBC7 (or 0xF2BBC7) is known color: Chantilly. HEX triplet: F2, BB and C7. RGB value is (242,187,199). Sum of RGB (Red+Green+Blue) = 242+187+199=628 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.54% from 628); Green value is 187 (73.44% from 255 or 29.78% from 628); Blue value is 199 (78.12% from 255 or 31.69% from 628); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BBC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BBC7 is #0D4438. Grayscale: #CCCCCC. Windows color (decimal): -869433 or 13089778. OLE color: 13089778.
HSL color Cylindrical-coordinate representation of color #F2BBC7: hue angle of 346.91º 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 #F2BBC7 is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 187 | 199 | - |
| CMYK | 0 | 0.23 | 0.18 | 0.05 |
| HSL | 346.91º | 0.68% | 0.84% | - |
| HSV(B) | 346.91º | 0.23% | 0.95% | - |
| XYZ | 64.7 | 58.54 | 61.92 | - |
| YUV | 204.81 | 124.72 | 154.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 187 | 199 | 0 | 0.23 | 0.18 | 0.05 | 346.91 | 0.68 | 0.84 |
| Hex | F2 | BB | C7 | 0 | 17 | 12 | 5 | 15B | 44 | 54 |
| Octal | 362 | 273 | 307 | 0 | 27 | 22 | 5 | 533 | 104 | 124 |
| Binary | 11110010 | 10111011 | 11000111 | 0 | 10111 | 10010 | 101 | 101011011 | 1000100 | 1010100 |
Color Harmonies of #F2BBC7
Complementary color
Monochromatic Colors of #F2BBC7
Black with #F2BBC7
Text Example
Text Example
White with #F2BBC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BBC7; }
p { color: rgb(242,187,199); }
H1.HeaderClassName
{
color: #F2BBC7;
}
.AnyTagClassName
{
color: #F2BBC7;
}
</style>
background-color css
<style>
a { background-color: #F2BBC7; }
a { background-color: rgb(242,187,199); }
div.DivClassName
{
background-color: #F2BBC7;
}
.BgClassName
{
background-color: #F2BBC7;
}
</style>
border-color css
<style>
span { border-color: #F2BBC7; }
span { border-color: rgb(242,187,199); }
td.TdClassName
{
border-color: #F2BBC7;
}
.TagClassName
{
border-color: #F2BBC7;
}
</style>