Shades of French Lilac #F2B5EE
Tints of French Lilac #F2B5EE
RGB
CMYK
RGB Variations
Color information
#F2B5EE (or 0xF2B5EE) is known color: French Lilac. HEX triplet: F2, B5 and EE. RGB value is (242,181,238). Sum of RGB (Red+Green+Blue) = 242+181+238=661 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.61% from 661); Green value is 181 (71.09% from 255 or 27.38% from 661); Blue value is 238 (93.36% from 255 or 36.01% from 661); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B5EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2B5EE is #0D4A11. Grayscale: #CDCDCD. Windows color (decimal): -870930 or 15644146. OLE color: 15644146.
HSL color Cylindrical-coordinate representation of color #F2B5EE: hue angle of 303.93º degrees, saturation: 0.7, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F2B5EE is Cyan = 0, Magento = 0.25, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 181 | 238 | - |
| CMYK | 0 | 0.25 | 0.02 | 0.05 |
| HSL | 303.93º | 0.7% | 0.83% | - |
| HSV(B) | 303.93º | 0.25% | 0.95% | - |
| XYZ | 68.57 | 58.1 | 88.49 | - |
| YUV | 205.74 | 146.21 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 181 | 238 | 0 | 0.25 | 0.02 | 0.05 | 303.93 | 0.7 | 0.83 |
| Hex | F2 | B5 | EE | 0 | 19 | 2 | 5 | 130 | 46 | 53 |
| Octal | 362 | 265 | 356 | 0 | 31 | 2 | 5 | 460 | 106 | 123 |
| Binary | 11110010 | 10110101 | 11101110 | 0 | 11001 | 10 | 101 | 100110000 | 1000110 | 1010011 |
Color Harmonies of #F2B5EE
Complementary color
Monochromatic Colors of #F2B5EE
Black with #F2B5EE
Text Example
Text Example
White with #F2B5EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B5EE; }
p { color: rgb(242,181,238); }
H1.HeaderClassName
{
color: #F2B5EE;
}
.AnyTagClassName
{
color: #F2B5EE;
}
</style>
background-color css
<style>
a { background-color: #F2B5EE; }
a { background-color: rgb(242,181,238); }
div.DivClassName
{
background-color: #F2B5EE;
}
.BgClassName
{
background-color: #F2B5EE;
}
</style>
border-color css
<style>
span { border-color: #F2B5EE; }
span { border-color: rgb(242,181,238); }
td.TdClassName
{
border-color: #F2B5EE;
}
.TagClassName
{
border-color: #F2B5EE;
}
</style>