Shades of Chantilly #F2BECE
Tints of Chantilly #F2BECE
RGB
CMYK
RGB Variations
Color information
#F2BECE (or 0xF2BECE) is known color: Chantilly. HEX triplet: F2, BE and CE. RGB value is (242,190,206). Sum of RGB (Red+Green+Blue) = 242+190+206=638 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.93% from 638); Green value is 190 (74.61% from 255 or 29.78% from 638); Blue value is 206 (80.86% from 255 or 32.29% from 638); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BECE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BECE is #0D4131. Grayscale: #CFCFCF. Windows color (decimal): -868658 or 13549298. OLE color: 13549298.
HSL color Cylindrical-coordinate representation of color #F2BECE: hue angle of 341.54º 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 #F2BECE is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 190 | 206 | - |
| CMYK | 0 | 0.21 | 0.15 | 0.05 |
| HSL | 341.54º | 0.67% | 0.85% | - |
| HSV(B) | 341.54º | 0.21% | 0.95% | - |
| XYZ | 66.17 | 60.16 | 66.52 | - |
| YUV | 207.37 | 127.23 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 190 | 206 | 0 | 0.21 | 0.15 | 0.05 | 341.54 | 0.67 | 0.85 |
| Hex | F2 | BE | CE | 0 | 15 | F | 5 | 156 | 43 | 55 |
| Octal | 362 | 276 | 316 | 0 | 25 | 17 | 5 | 526 | 103 | 125 |
| Binary | 11110010 | 10111110 | 11001110 | 0 | 10101 | 1111 | 101 | 101010110 | 1000011 | 1010101 |
Color Harmonies of #F2BECE
Complementary color
Monochromatic Colors of #F2BECE
Black with #F2BECE
Text Example
Text Example
White with #F2BECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BECE; }
p { color: rgb(242,190,206); }
H1.HeaderClassName
{
color: #F2BECE;
}
.AnyTagClassName
{
color: #F2BECE;
}
</style>
background-color css
<style>
a { background-color: #F2BECE; }
a { background-color: rgb(242,190,206); }
div.DivClassName
{
background-color: #F2BECE;
}
.BgClassName
{
background-color: #F2BECE;
}
</style>
border-color css
<style>
span { border-color: #F2BECE; }
span { border-color: rgb(242,190,206); }
td.TdClassName
{
border-color: #F2BECE;
}
.TagClassName
{
border-color: #F2BECE;
}
</style>