Shades of Chantilly #F2BECC
Tints of Chantilly #F2BECC
RGB
CMYK
RGB Variations
Color information
#F2BECC (or 0xF2BECC) is known color: Chantilly. HEX triplet: F2, BE and CC. RGB value is (242,190,204). Sum of RGB (Red+Green+Blue) = 242+190+204=636 (84% of max value = 765). Red value is 242 (94.92% from 255 or 38.05% from 636); Green value is 190 (74.61% from 255 or 29.87% from 636); Blue value is 204 (80.08% from 255 or 32.08% from 636); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BECC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BECC is #0D4133. Grayscale: #CFCFCF. Windows color (decimal): -868660 or 13418226. OLE color: 13418226.
HSL color Cylindrical-coordinate representation of color #F2BECC: hue angle of 343.85º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F2BECC is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 190 | 204 | - |
| CMYK | 0 | 0.21 | 0.16 | 0.05 |
| HSL | 343.85º | 0.67% | 0.85% | - |
| HSV(B) | 343.85º | 0.21% | 0.95% | - |
| XYZ | 65.93 | 60.06 | 65.25 | - |
| YUV | 207.14 | 126.23 | 152.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 190 | 204 | 0 | 0.21 | 0.16 | 0.05 | 343.85 | 0.67 | 0.85 |
| Hex | F2 | BE | CC | 0 | 15 | 10 | 5 | 158 | 43 | 55 |
| Octal | 362 | 276 | 314 | 0 | 25 | 20 | 5 | 530 | 103 | 125 |
| Binary | 11110010 | 10111110 | 11001100 | 0 | 10101 | 10000 | 101 | 101011000 | 1000011 | 1010101 |
Color Harmonies of #F2BECC
Complementary color
Monochromatic Colors of #F2BECC
Black with #F2BECC
Text Example
Text Example
White with #F2BECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BECC; }
p { color: rgb(242,190,204); }
H1.HeaderClassName
{
color: #F2BECC;
}
.AnyTagClassName
{
color: #F2BECC;
}
</style>
background-color css
<style>
a { background-color: #F2BECC; }
a { background-color: rgb(242,190,204); }
div.DivClassName
{
background-color: #F2BECC;
}
.BgClassName
{
background-color: #F2BECC;
}
</style>
border-color css
<style>
span { border-color: #F2BECC; }
span { border-color: rgb(242,190,204); }
td.TdClassName
{
border-color: #F2BECC;
}
.TagClassName
{
border-color: #F2BECC;
}
</style>