Shades of French Lilac #F2BEE4
Tints of French Lilac #F2BEE4
RGB
CMYK
RGB Variations
Color information
#F2BEE4 (or 0xF2BEE4) is known color: French Lilac. HEX triplet: F2, BE and E4. RGB value is (242,190,228). Sum of RGB (Red+Green+Blue) = 242+190+228=660 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.67% from 660); Green value is 190 (74.61% from 255 or 28.79% from 660); Blue value is 228 (89.45% from 255 or 34.55% from 660); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BEE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BEE4 is #0D411B. Grayscale: #D1D1D1. Windows color (decimal): -868636 or 14991090. OLE color: 14991090.
HSL color Cylindrical-coordinate representation of color #F2BEE4: hue angle of 316.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 #F2BEE4 is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 190 | 228 | - |
| CMYK | 0 | 0.21 | 0.06 | 0.05 |
| HSL | 316.15º | 0.67% | 0.85% | - |
| HSV(B) | 316.15º | 0.21% | 0.95% | - |
| XYZ | 69.04 | 61.31 | 81.59 | - |
| YUV | 209.88 | 138.23 | 150.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 190 | 228 | 0 | 0.21 | 0.06 | 0.05 | 316.15 | 0.67 | 0.85 |
| Hex | F2 | BE | E4 | 0 | 15 | 6 | 5 | 13C | 43 | 55 |
| Octal | 362 | 276 | 344 | 0 | 25 | 6 | 5 | 474 | 103 | 125 |
| Binary | 11110010 | 10111110 | 11100100 | 0 | 10101 | 110 | 101 | 100111100 | 1000011 | 1010101 |
Color Harmonies of #F2BEE4
Complementary color
Monochromatic Colors of #F2BEE4
Black with #F2BEE4
Text Example
Text Example
White with #F2BEE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BEE4; }
p { color: rgb(242,190,228); }
H1.HeaderClassName
{
color: #F2BEE4;
}
.AnyTagClassName
{
color: #F2BEE4;
}
</style>
background-color css
<style>
a { background-color: #F2BEE4; }
a { background-color: rgb(242,190,228); }
div.DivClassName
{
background-color: #F2BEE4;
}
.BgClassName
{
background-color: #F2BEE4;
}
</style>
border-color css
<style>
span { border-color: #F2BEE4; }
span { border-color: rgb(242,190,228); }
td.TdClassName
{
border-color: #F2BEE4;
}
.TagClassName
{
border-color: #F2BEE4;
}
</style>