Shades of French Lilac #F2B9ED
Tints of French Lilac #F2B9ED
RGB
CMYK
RGB Variations
Color information
#F2B9ED (or 0xF2B9ED) is known color: French Lilac. HEX triplet: F2, B9 and ED. RGB value is (242,185,237). Sum of RGB (Red+Green+Blue) = 242+185+237=664 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.45% from 664); Green value is 185 (72.66% from 255 or 27.86% from 664); Blue value is 237 (92.97% from 255 or 35.69% from 664); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B9ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2B9ED is #0D4612. Grayscale: #CFCFCF. Windows color (decimal): -869907 or 15579634. OLE color: 15579634.
HSL color Cylindrical-coordinate representation of color #F2B9ED: hue angle of 305.26º degrees, saturation: 0.69, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F2B9ED is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 185 | 237 | - |
| CMYK | 0 | 0.24 | 0.02 | 0.05 |
| HSL | 305.26º | 0.69% | 0.84% | - |
| HSV(B) | 305.26º | 0.24% | 0.95% | - |
| XYZ | 69.25 | 59.69 | 87.99 | - |
| YUV | 207.97 | 144.38 | 152.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 185 | 237 | 0 | 0.24 | 0.02 | 0.05 | 305.26 | 0.69 | 0.84 |
| Hex | F2 | B9 | ED | 0 | 18 | 2 | 5 | 131 | 45 | 54 |
| Octal | 362 | 271 | 355 | 0 | 30 | 2 | 5 | 461 | 105 | 124 |
| Binary | 11110010 | 10111001 | 11101101 | 0 | 11000 | 10 | 101 | 100110001 | 1000101 | 1010100 |
Color Harmonies of #F2B9ED
Complementary color
Monochromatic Colors of #F2B9ED
Black with #F2B9ED
Text Example
Text Example
White with #F2B9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B9ED; }
p { color: rgb(242,185,237); }
H1.HeaderClassName
{
color: #F2B9ED;
}
.AnyTagClassName
{
color: #F2B9ED;
}
</style>
background-color css
<style>
a { background-color: #F2B9ED; }
a { background-color: rgb(242,185,237); }
div.DivClassName
{
background-color: #F2B9ED;
}
.BgClassName
{
background-color: #F2B9ED;
}
</style>
border-color css
<style>
span { border-color: #F2B9ED; }
span { border-color: rgb(242,185,237); }
td.TdClassName
{
border-color: #F2B9ED;
}
.TagClassName
{
border-color: #F2B9ED;
}
</style>