Shades of French Lilac #F2B7E5
Tints of French Lilac #F2B7E5
RGB
CMYK
RGB Variations
Color information
#F2B7E5 (or 0xF2B7E5) is known color: French Lilac. HEX triplet: F2, B7 and E5. RGB value is (242,183,229). Sum of RGB (Red+Green+Blue) = 242+183+229=654 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.00% from 654); Green value is 183 (71.88% from 255 or 27.98% from 654); Blue value is 229 (89.84% from 255 or 35.02% from 654); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B7E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2B7E5 is #0D481A. Grayscale: #CDCDCD. Windows color (decimal): -870427 or 15054834. OLE color: 15054834.
HSL color Cylindrical-coordinate representation of color #F2B7E5: hue angle of 313.22º degrees, saturation: 0.69, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F2B7E5 is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 183 | 229 | - |
| CMYK | 0 | 0.24 | 0.05 | 0.05 |
| HSL | 313.22º | 0.69% | 0.83% | - |
| HSV(B) | 313.22º | 0.24% | 0.95% | - |
| XYZ | 67.69 | 58.4 | 81.83 | - |
| YUV | 205.89 | 141.05 | 153.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 183 | 229 | 0 | 0.24 | 0.05 | 0.05 | 313.22 | 0.69 | 0.83 |
| Hex | F2 | B7 | E5 | 0 | 18 | 5 | 5 | 139 | 45 | 53 |
| Octal | 362 | 267 | 345 | 0 | 30 | 5 | 5 | 471 | 105 | 123 |
| Binary | 11110010 | 10110111 | 11100101 | 0 | 11000 | 101 | 101 | 100111001 | 1000101 | 1010011 |
Color Harmonies of #F2B7E5
Complementary color
Monochromatic Colors of #F2B7E5
Black with #F2B7E5
Text Example
Text Example
White with #F2B7E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B7E5; }
p { color: rgb(242,183,229); }
H1.HeaderClassName
{
color: #F2B7E5;
}
.AnyTagClassName
{
color: #F2B7E5;
}
</style>
background-color css
<style>
a { background-color: #F2B7E5; }
a { background-color: rgb(242,183,229); }
div.DivClassName
{
background-color: #F2B7E5;
}
.BgClassName
{
background-color: #F2B7E5;
}
</style>
border-color css
<style>
span { border-color: #F2B7E5; }
span { border-color: rgb(242,183,229); }
td.TdClassName
{
border-color: #F2B7E5;
}
.TagClassName
{
border-color: #F2B7E5;
}
</style>