Shades of Chantilly #F2BECA
Tints of Chantilly #F2BECA
RGB
CMYK
RGB Variations
Color information
#F2BECA (or 0xF2BECA) is known color: Chantilly. HEX triplet: F2, BE and CA. RGB value is (242,190,202). Sum of RGB (Red+Green+Blue) = 242+190+202=634 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.17% from 634); Green value is 190 (74.61% from 255 or 29.97% from 634); Blue value is 202 (79.30% from 255 or 31.86% from 634); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BECA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BECA is #0D4135. Grayscale: #CECECE. Windows color (decimal): -868662 or 13287154. OLE color: 13287154.
HSL color Cylindrical-coordinate representation of color #F2BECA: hue angle of 346.15º 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 #F2BECA is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 190 | 202 | - |
| CMYK | 0 | 0.21 | 0.17 | 0.05 |
| HSL | 346.15º | 0.67% | 0.85% | - |
| HSV(B) | 346.15º | 0.21% | 0.95% | - |
| XYZ | 65.69 | 59.97 | 63.99 | - |
| YUV | 206.92 | 125.23 | 153.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 190 | 202 | 0 | 0.21 | 0.17 | 0.05 | 346.15 | 0.67 | 0.85 |
| Hex | F2 | BE | CA | 0 | 15 | 11 | 5 | 15A | 43 | 55 |
| Octal | 362 | 276 | 312 | 0 | 25 | 21 | 5 | 532 | 103 | 125 |
| Binary | 11110010 | 10111110 | 11001010 | 0 | 10101 | 10001 | 101 | 101011010 | 1000011 | 1010101 |
Color Harmonies of #F2BECA
Complementary color
Monochromatic Colors of #F2BECA
Black with #F2BECA
Text Example
Text Example
White with #F2BECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BECA; }
p { color: rgb(242,190,202); }
H1.HeaderClassName
{
color: #F2BECA;
}
.AnyTagClassName
{
color: #F2BECA;
}
</style>
background-color css
<style>
a { background-color: #F2BECA; }
a { background-color: rgb(242,190,202); }
div.DivClassName
{
background-color: #F2BECA;
}
.BgClassName
{
background-color: #F2BECA;
}
</style>
border-color css
<style>
span { border-color: #F2BECA; }
span { border-color: rgb(242,190,202); }
td.TdClassName
{
border-color: #F2BECA;
}
.TagClassName
{
border-color: #F2BECA;
}
</style>