Shades of French Lilac #F2BBE5
Tints of French Lilac #F2BBE5
RGB
CMYK
RGB Variations
Color information
#F2BBE5 (or 0xF2BBE5) is known color: French Lilac. HEX triplet: F2, BB and E5. RGB value is (242,187,229). Sum of RGB (Red+Green+Blue) = 242+187+229=658 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.78% from 658); Green value is 187 (73.44% from 255 or 28.42% from 658); Blue value is 229 (89.84% from 255 or 34.80% from 658); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BBE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BBE5 is #0D441A. Grayscale: #D0D0D0. Windows color (decimal): -869403 or 15055858. OLE color: 15055858.
HSL color Cylindrical-coordinate representation of color #F2BBE5: hue angle of 314.18º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F2BBE5 is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 187 | 229 | - |
| CMYK | 0 | 0.23 | 0.05 | 0.05 |
| HSL | 314.18º | 0.68% | 0.84% | - |
| HSV(B) | 314.18º | 0.23% | 0.95% | - |
| XYZ | 68.53 | 60.08 | 82.11 | - |
| YUV | 208.23 | 139.72 | 152.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 187 | 229 | 0 | 0.23 | 0.05 | 0.05 | 314.18 | 0.68 | 0.84 |
| Hex | F2 | BB | E5 | 0 | 17 | 5 | 5 | 13A | 44 | 54 |
| Octal | 362 | 273 | 345 | 0 | 27 | 5 | 5 | 472 | 104 | 124 |
| Binary | 11110010 | 10111011 | 11100101 | 0 | 10111 | 101 | 101 | 100111010 | 1000100 | 1010100 |
Color Harmonies of #F2BBE5
Complementary color
Monochromatic Colors of #F2BBE5
Black with #F2BBE5
Text Example
Text Example
White with #F2BBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BBE5; }
p { color: rgb(242,187,229); }
H1.HeaderClassName
{
color: #F2BBE5;
}
.AnyTagClassName
{
color: #F2BBE5;
}
</style>
background-color css
<style>
a { background-color: #F2BBE5; }
a { background-color: rgb(242,187,229); }
div.DivClassName
{
background-color: #F2BBE5;
}
.BgClassName
{
background-color: #F2BBE5;
}
</style>
border-color css
<style>
span { border-color: #F2BBE5; }
span { border-color: rgb(242,187,229); }
td.TdClassName
{
border-color: #F2BBE5;
}
.TagClassName
{
border-color: #F2BBE5;
}
</style>