Shades of French Lilac #F2BDE6
Tints of French Lilac #F2BDE6
RGB
CMYK
RGB Variations
Color information
#F2BDE6 (or 0xF2BDE6) is known color: French Lilac. HEX triplet: F2, BD and E6. RGB value is (242,189,230). Sum of RGB (Red+Green+Blue) = 242+189+230=661 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.61% from 661); Green value is 189 (74.22% from 255 or 28.59% from 661); Blue value is 230 (90.23% from 255 or 34.80% from 661); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BDE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2BDE6 is #0D4219. Grayscale: #D1D1D1. Windows color (decimal): -868890 or 15121906. OLE color: 15121906.
HSL color Cylindrical-coordinate representation of color #F2BDE6: hue angle of 313.58º 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 #F2BDE6 is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 189 | 230 | - |
| CMYK | 0 | 0.22 | 0.05 | 0.05 |
| HSL | 313.58º | 0.67% | 0.85% | - |
| HSV(B) | 313.58º | 0.22% | 0.95% | - |
| XYZ | 69.1 | 60.99 | 82.99 | - |
| YUV | 209.52 | 139.56 | 151.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 189 | 230 | 0 | 0.22 | 0.05 | 0.05 | 313.58 | 0.67 | 0.85 |
| Hex | F2 | BD | E6 | 0 | 16 | 5 | 5 | 13A | 43 | 55 |
| Octal | 362 | 275 | 346 | 0 | 26 | 5 | 5 | 472 | 103 | 125 |
| Binary | 11110010 | 10111101 | 11100110 | 0 | 10110 | 101 | 101 | 100111010 | 1000011 | 1010101 |
Color Harmonies of #F2BDE6
Complementary color
Monochromatic Colors of #F2BDE6
Black with #F2BDE6
Text Example
Text Example
White with #F2BDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BDE6; }
p { color: rgb(242,189,230); }
H1.HeaderClassName
{
color: #F2BDE6;
}
.AnyTagClassName
{
color: #F2BDE6;
}
</style>
background-color css
<style>
a { background-color: #F2BDE6; }
a { background-color: rgb(242,189,230); }
div.DivClassName
{
background-color: #F2BDE6;
}
.BgClassName
{
background-color: #F2BDE6;
}
</style>
border-color css
<style>
span { border-color: #F2BDE6; }
span { border-color: rgb(242,189,230); }
td.TdClassName
{
border-color: #F2BDE6;
}
.TagClassName
{
border-color: #F2BDE6;
}
</style>