Shades of Chantilly #F2BCCB
Tints of Chantilly #F2BCCB
RGB
CMYK
RGB Variations
Color information
#F2BCCB (or 0xF2BCCB) is known color: Chantilly. HEX triplet: F2, BC and CB. RGB value is (242,188,203). Sum of RGB (Red+Green+Blue) = 242+188+203=633 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.23% from 633); Green value is 188 (73.83% from 255 or 29.70% from 633); Blue value is 203 (79.69% from 255 or 32.07% from 633); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BCCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BCCB is #0D4334. Grayscale: #CDCDCD. Windows color (decimal): -869173 or 13352178. OLE color: 13352178.
HSL color Cylindrical-coordinate representation of color #F2BCCB: hue angle of 343.33º 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 #F2BCCB is Cyan = 0, Magento = 0.22, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 188 | 203 | - |
| CMYK | 0 | 0.22 | 0.16 | 0.05 |
| HSL | 343.33º | 0.68% | 0.84% | - |
| HSV(B) | 343.33º | 0.22% | 0.95% | - |
| XYZ | 65.38 | 59.16 | 64.47 | - |
| YUV | 205.86 | 126.39 | 153.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 188 | 203 | 0 | 0.22 | 0.16 | 0.05 | 343.33 | 0.68 | 0.84 |
| Hex | F2 | BC | CB | 0 | 16 | 10 | 5 | 157 | 44 | 54 |
| Octal | 362 | 274 | 313 | 0 | 26 | 20 | 5 | 527 | 104 | 124 |
| Binary | 11110010 | 10111100 | 11001011 | 0 | 10110 | 10000 | 101 | 101010111 | 1000100 | 1010100 |
Color Harmonies of #F2BCCB
Complementary color
Monochromatic Colors of #F2BCCB
Black with #F2BCCB
Text Example
Text Example
White with #F2BCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BCCB; }
p { color: rgb(242,188,203); }
H1.HeaderClassName
{
color: #F2BCCB;
}
.AnyTagClassName
{
color: #F2BCCB;
}
</style>
background-color css
<style>
a { background-color: #F2BCCB; }
a { background-color: rgb(242,188,203); }
div.DivClassName
{
background-color: #F2BCCB;
}
.BgClassName
{
background-color: #F2BCCB;
}
</style>
border-color css
<style>
span { border-color: #F2BCCB; }
span { border-color: rgb(242,188,203); }
td.TdClassName
{
border-color: #F2BCCB;
}
.TagClassName
{
border-color: #F2BCCB;
}
</style>