Shades of Chantilly #F1BECA
Tints of Chantilly #F1BECA
RGB
CMYK
RGB Variations
Color information
#F1BECA (or 0xF1BECA) is known color: Chantilly. HEX triplet: F1, BE and CA. RGB value is (241,190,202). Sum of RGB (Red+Green+Blue) = 241+190+202=633 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.07% from 633); Green value is 190 (74.61% from 255 or 30.02% from 633); Blue value is 202 (79.30% from 255 or 31.91% from 633); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BECA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BECA is #0E4135. Grayscale: #CECECE. Windows color (decimal): -934198 or 13287153. OLE color: 13287153.
HSL color Cylindrical-coordinate representation of color #F1BECA: hue angle of 345.88º degrees, saturation: 0.65, 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 #F1BECA is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 190 | 202 | - |
| CMYK | 0 | 0.21 | 0.16 | 0.05 |
| HSL | 345.88º | 0.65% | 0.85% | - |
| HSV(B) | 345.88º | 0.21% | 0.95% | - |
| XYZ | 65.35 | 59.79 | 63.97 | - |
| YUV | 206.62 | 125.4 | 152.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 190 | 202 | 0 | 0.21 | 0.16 | 0.05 | 345.88 | 0.65 | 0.85 |
| Hex | F1 | BE | CA | 0 | 15 | 10 | 5 | 15A | 41 | 55 |
| Octal | 361 | 276 | 312 | 0 | 25 | 20 | 5 | 532 | 101 | 125 |
| Binary | 11110001 | 10111110 | 11001010 | 0 | 10101 | 10000 | 101 | 101011010 | 1000001 | 1010101 |
Color Harmonies of #F1BECA
Complementary color
Monochromatic Colors of #F1BECA
Black with #F1BECA
Text Example
Text Example
White with #F1BECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BECA; }
p { color: rgb(241,190,202); }
H1.HeaderClassName
{
color: #F1BECA;
}
.AnyTagClassName
{
color: #F1BECA;
}
</style>
background-color css
<style>
a { background-color: #F1BECA; }
a { background-color: rgb(241,190,202); }
div.DivClassName
{
background-color: #F1BECA;
}
.BgClassName
{
background-color: #F1BECA;
}
</style>
border-color css
<style>
span { border-color: #F1BECA; }
span { border-color: rgb(241,190,202); }
td.TdClassName
{
border-color: #F1BECA;
}
.TagClassName
{
border-color: #F1BECA;
}
</style>