Shades of French Lilac #F2B7ED
Tints of French Lilac #F2B7ED
RGB
CMYK
RGB Variations
Color information
#F2B7ED (or 0xF2B7ED) is known color: French Lilac. HEX triplet: F2, B7 and ED. RGB value is (242,183,237). Sum of RGB (Red+Green+Blue) = 242+183+237=662 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.56% from 662); Green value is 183 (71.88% from 255 or 27.64% from 662); Blue value is 237 (92.97% from 255 or 35.80% from 662); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B7ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2B7ED is #0D4812. Grayscale: #CECECE. Windows color (decimal): -870419 or 15579122. OLE color: 15579122.
HSL color Cylindrical-coordinate representation of color #F2B7ED: hue angle of 305.08º 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 #F2B7ED is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 183 | 237 | - |
| CMYK | 0 | 0.24 | 0.02 | 0.05 |
| HSL | 305.08º | 0.69% | 0.83% | - |
| HSV(B) | 305.08º | 0.24% | 0.95% | - |
| XYZ | 68.84 | 58.86 | 87.85 | - |
| YUV | 206.8 | 145.05 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 183 | 237 | 0 | 0.24 | 0.02 | 0.05 | 305.08 | 0.69 | 0.83 |
| Hex | F2 | B7 | ED | 0 | 18 | 2 | 5 | 131 | 45 | 53 |
| Octal | 362 | 267 | 355 | 0 | 30 | 2 | 5 | 461 | 105 | 123 |
| Binary | 11110010 | 10110111 | 11101101 | 0 | 11000 | 10 | 101 | 100110001 | 1000101 | 1010011 |
Color Harmonies of #F2B7ED
Complementary color
Monochromatic Colors of #F2B7ED
Black with #F2B7ED
Text Example
Text Example
White with #F2B7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B7ED; }
p { color: rgb(242,183,237); }
H1.HeaderClassName
{
color: #F2B7ED;
}
.AnyTagClassName
{
color: #F2B7ED;
}
</style>
background-color css
<style>
a { background-color: #F2B7ED; }
a { background-color: rgb(242,183,237); }
div.DivClassName
{
background-color: #F2B7ED;
}
.BgClassName
{
background-color: #F2B7ED;
}
</style>
border-color css
<style>
span { border-color: #F2B7ED; }
span { border-color: rgb(242,183,237); }
td.TdClassName
{
border-color: #F2B7ED;
}
.TagClassName
{
border-color: #F2B7ED;
}
</style>