Shades of French Lilac #F2BDEE
Tints of French Lilac #F2BDEE
RGB
CMYK
RGB Variations
Color information
#F2BDEE (or 0xF2BDEE) is known color: French Lilac. HEX triplet: F2, BD and EE. RGB value is (242,189,238). Sum of RGB (Red+Green+Blue) = 242+189+238=669 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.17% from 669); Green value is 189 (74.22% from 255 or 28.25% from 669); Blue value is 238 (93.36% from 255 or 35.58% from 669); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BDEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2BDEE is #0D4211. Grayscale: #D2D2D2. Windows color (decimal): -868882 or 15646194. OLE color: 15646194.
HSL color Cylindrical-coordinate representation of color #F2BDEE: hue angle of 304.53º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F2BDEE is Cyan = 0, Magento = 0.22, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 189 | 238 | - |
| CMYK | 0 | 0.22 | 0.02 | 0.05 |
| HSL | 304.53º | 0.67% | 0.85% | - |
| HSV(B) | 304.53º | 0.22% | 0.95% | - |
| XYZ | 70.25 | 61.45 | 89.05 | - |
| YUV | 210.43 | 143.56 | 150.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 189 | 238 | 0 | 0.22 | 0.02 | 0.05 | 304.53 | 0.67 | 0.85 |
| Hex | F2 | BD | EE | 0 | 16 | 2 | 5 | 131 | 43 | 55 |
| Octal | 362 | 275 | 356 | 0 | 26 | 2 | 5 | 461 | 103 | 125 |
| Binary | 11110010 | 10111101 | 11101110 | 0 | 10110 | 10 | 101 | 100110001 | 1000011 | 1010101 |
Color Harmonies of #F2BDEE
Complementary color
Monochromatic Colors of #F2BDEE
Black with #F2BDEE
Text Example
Text Example
White with #F2BDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BDEE; }
p { color: rgb(242,189,238); }
H1.HeaderClassName
{
color: #F2BDEE;
}
.AnyTagClassName
{
color: #F2BDEE;
}
</style>
background-color css
<style>
a { background-color: #F2BDEE; }
a { background-color: rgb(242,189,238); }
div.DivClassName
{
background-color: #F2BDEE;
}
.BgClassName
{
background-color: #F2BDEE;
}
</style>
border-color css
<style>
span { border-color: #F2BDEE; }
span { border-color: rgb(242,189,238); }
td.TdClassName
{
border-color: #F2BDEE;
}
.TagClassName
{
border-color: #F2BDEE;
}
</style>