Shades of Chantilly #F2B8C2
Tints of Chantilly #F2B8C2
RGB
CMYK
RGB Variations
Color information
#F2B8C2 (or 0xF2B8C2) is known color: Chantilly. HEX triplet: F2, B8 and C2. RGB value is (242,184,194). Sum of RGB (Red+Green+Blue) = 242+184+194=620 (82% of max value = 765). Red value is 242 (94.92% from 255 or 39.03% from 620); Green value is 184 (72.27% from 255 or 29.68% from 620); Blue value is 194 (76.17% from 255 or 31.29% from 620); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B8C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2B8C2 is #0D473D. Grayscale: #CACACA. Windows color (decimal): -870206 or 12761330. OLE color: 12761330.
HSL color Cylindrical-coordinate representation of color #F2B8C2: hue angle of 349.66º degrees, saturation: 0.69, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F2B8C2 is Cyan = 0, Magento = 0.24, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 184 | 194 | - |
| CMYK | 0 | 0.24 | 0.20 | 0.05 |
| HSL | 349.66º | 0.69% | 0.84% | - |
| HSV(B) | 349.66º | 0.24% | 0.95% | - |
| XYZ | 63.5 | 57.05 | 58.7 | - |
| YUV | 202.48 | 123.22 | 156.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 184 | 194 | 0 | 0.24 | 0.20 | 0.05 | 349.66 | 0.69 | 0.84 |
| Hex | F2 | B8 | C2 | 0 | 18 | 14 | 5 | 15E | 45 | 54 |
| Octal | 362 | 270 | 302 | 0 | 30 | 24 | 5 | 536 | 105 | 124 |
| Binary | 11110010 | 10111000 | 11000010 | 0 | 11000 | 10100 | 101 | 101011110 | 1000101 | 1010100 |
Color Harmonies of #F2B8C2
Complementary color
Monochromatic Colors of #F2B8C2
Black with #F2B8C2
Text Example
Text Example
White with #F2B8C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B8C2; }
p { color: rgb(242,184,194); }
H1.HeaderClassName
{
color: #F2B8C2;
}
.AnyTagClassName
{
color: #F2B8C2;
}
</style>
background-color css
<style>
a { background-color: #F2B8C2; }
a { background-color: rgb(242,184,194); }
div.DivClassName
{
background-color: #F2B8C2;
}
.BgClassName
{
background-color: #F2B8C2;
}
</style>
border-color css
<style>
span { border-color: #F2B8C2; }
span { border-color: rgb(242,184,194); }
td.TdClassName
{
border-color: #F2B8C2;
}
.TagClassName
{
border-color: #F2B8C2;
}
</style>