Shades of French Lilac #F2BDEF
Tints of French Lilac #F2BDEF
RGB
CMYK
RGB Variations
Color information
#F2BDEF (or 0xF2BDEF) is known color: French Lilac. HEX triplet: F2, BD and EF. RGB value is (242,189,239). Sum of RGB (Red+Green+Blue) = 242+189+239=670 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.12% from 670); Green value is 189 (74.22% from 255 or 28.21% from 670); Blue value is 239 (93.75% from 255 or 35.67% from 670); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BDEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2BDEF is #0D4210. Grayscale: #D2D2D2. Windows color (decimal): -868881 or 15711730. OLE color: 15711730.
HSL color Cylindrical-coordinate representation of color #F2BDEF: hue angle of 303.4º 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 #F2BDEF is Cyan = 0, Magento = 0.22, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 189 | 239 | - |
| CMYK | 0 | 0.22 | 0.01 | 0.05 |
| HSL | 303.4º | 0.67% | 0.85% | - |
| HSV(B) | 303.4º | 0.22% | 0.95% | - |
| XYZ | 70.4 | 61.5 | 89.82 | - |
| YUV | 210.55 | 144.06 | 150.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 189 | 239 | 0 | 0.22 | 0.01 | 0.05 | 303.4 | 0.67 | 0.85 |
| Hex | F2 | BD | EF | 0 | 16 | 1 | 5 | 12F | 43 | 55 |
| Octal | 362 | 275 | 357 | 0 | 26 | 1 | 5 | 457 | 103 | 125 |
| Binary | 11110010 | 10111101 | 11101111 | 0 | 10110 | 1 | 101 | 100101111 | 1000011 | 1010101 |
Color Harmonies of #F2BDEF
Complementary color
Monochromatic Colors of #F2BDEF
Black with #F2BDEF
Text Example
Text Example
White with #F2BDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BDEF; }
p { color: rgb(242,189,239); }
H1.HeaderClassName
{
color: #F2BDEF;
}
.AnyTagClassName
{
color: #F2BDEF;
}
</style>
background-color css
<style>
a { background-color: #F2BDEF; }
a { background-color: rgb(242,189,239); }
div.DivClassName
{
background-color: #F2BDEF;
}
.BgClassName
{
background-color: #F2BDEF;
}
</style>
border-color css
<style>
span { border-color: #F2BDEF; }
span { border-color: rgb(242,189,239); }
td.TdClassName
{
border-color: #F2BDEF;
}
.TagClassName
{
border-color: #F2BDEF;
}
</style>