Shades of French Lilac #F2B7E8
Tints of French Lilac #F2B7E8
RGB
CMYK
RGB Variations
Color information
#F2B7E8 (or 0xF2B7E8) is known color: French Lilac. HEX triplet: F2, B7 and E8. RGB value is (242,183,232). Sum of RGB (Red+Green+Blue) = 242+183+232=657 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.83% from 657); Green value is 183 (71.88% from 255 or 27.85% from 657); Blue value is 232 (91.02% from 255 or 35.31% from 657); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B7E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2B7E8 is #0D4817. Grayscale: #CECECE. Windows color (decimal): -870424 or 15251442. OLE color: 15251442.
HSL color Cylindrical-coordinate representation of color #F2B7E8: hue angle of 310.17º 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 #F2B7E8 is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 183 | 232 | - |
| CMYK | 0 | 0.24 | 0.04 | 0.05 |
| HSL | 310.17º | 0.69% | 0.83% | - |
| HSV(B) | 310.17º | 0.24% | 0.95% | - |
| XYZ | 68.12 | 58.57 | 84.06 | - |
| YUV | 206.23 | 142.55 | 153.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 183 | 232 | 0 | 0.24 | 0.04 | 0.05 | 310.17 | 0.69 | 0.83 |
| Hex | F2 | B7 | E8 | 0 | 18 | 4 | 5 | 136 | 45 | 53 |
| Octal | 362 | 267 | 350 | 0 | 30 | 4 | 5 | 466 | 105 | 123 |
| Binary | 11110010 | 10110111 | 11101000 | 0 | 11000 | 100 | 101 | 100110110 | 1000101 | 1010011 |
Color Harmonies of #F2B7E8
Complementary color
Monochromatic Colors of #F2B7E8
Black with #F2B7E8
Text Example
Text Example
White with #F2B7E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B7E8; }
p { color: rgb(242,183,232); }
H1.HeaderClassName
{
color: #F2B7E8;
}
.AnyTagClassName
{
color: #F2B7E8;
}
</style>
background-color css
<style>
a { background-color: #F2B7E8; }
a { background-color: rgb(242,183,232); }
div.DivClassName
{
background-color: #F2B7E8;
}
.BgClassName
{
background-color: #F2B7E8;
}
</style>
border-color css
<style>
span { border-color: #F2B7E8; }
span { border-color: rgb(242,183,232); }
td.TdClassName
{
border-color: #F2B7E8;
}
.TagClassName
{
border-color: #F2B7E8;
}
</style>