Shades of French Lilac #F2BDEA
Tints of French Lilac #F2BDEA
RGB
CMYK
RGB Variations
Color information
#F2BDEA (or 0xF2BDEA) is known color: French Lilac. HEX triplet: F2, BD and EA. RGB value is (242,189,234). Sum of RGB (Red+Green+Blue) = 242+189+234=665 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.39% from 665); Green value is 189 (74.22% from 255 or 28.42% from 665); Blue value is 234 (91.80% from 255 or 35.19% from 665); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BDEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2BDEA is #0D4215. Grayscale: #D1D1D1. Windows color (decimal): -868886 or 15384050. OLE color: 15384050.
HSL color Cylindrical-coordinate representation of color #F2BDEA: hue angle of 309.06º 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 #F2BDEA is Cyan = 0, Magento = 0.22, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 189 | 234 | - |
| CMYK | 0 | 0.22 | 0.03 | 0.05 |
| HSL | 309.06º | 0.67% | 0.85% | - |
| HSV(B) | 309.06º | 0.22% | 0.95% | - |
| XYZ | 69.67 | 61.21 | 85.99 | - |
| YUV | 209.98 | 141.56 | 150.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 189 | 234 | 0 | 0.22 | 0.03 | 0.05 | 309.06 | 0.67 | 0.85 |
| Hex | F2 | BD | EA | 0 | 16 | 3 | 5 | 135 | 43 | 55 |
| Octal | 362 | 275 | 352 | 0 | 26 | 3 | 5 | 465 | 103 | 125 |
| Binary | 11110010 | 10111101 | 11101010 | 0 | 10110 | 11 | 101 | 100110101 | 1000011 | 1010101 |
Color Harmonies of #F2BDEA
Complementary color
Monochromatic Colors of #F2BDEA
Black with #F2BDEA
Text Example
Text Example
White with #F2BDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BDEA; }
p { color: rgb(242,189,234); }
H1.HeaderClassName
{
color: #F2BDEA;
}
.AnyTagClassName
{
color: #F2BDEA;
}
</style>
background-color css
<style>
a { background-color: #F2BDEA; }
a { background-color: rgb(242,189,234); }
div.DivClassName
{
background-color: #F2BDEA;
}
.BgClassName
{
background-color: #F2BDEA;
}
</style>
border-color css
<style>
span { border-color: #F2BDEA; }
span { border-color: rgb(242,189,234); }
td.TdClassName
{
border-color: #F2BDEA;
}
.TagClassName
{
border-color: #F2BDEA;
}
</style>