Shades of French Lilac #F2BFE9
Tints of French Lilac #F2BFE9
RGB
CMYK
RGB Variations
Color information
#F2BFE9 (or 0xF2BFE9) is known color: French Lilac. HEX triplet: F2, BF and E9. RGB value is (242,191,233). Sum of RGB (Red+Green+Blue) = 242+191+233=666 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.34% from 666); Green value is 191 (75% from 255 or 28.68% from 666); Blue value is 233 (91.41% from 255 or 34.98% from 666); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BFE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2BFE9 is #0D4016. Grayscale: #D2D2D2. Windows color (decimal): -868375 or 15319026. OLE color: 15319026.
HSL color Cylindrical-coordinate representation of color #F2BFE9: hue angle of 310.59º degrees, saturation: 0.66, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F2BFE9 is Cyan = 0, Magento = 0.21, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 191 | 233 | - |
| CMYK | 0 | 0.21 | 0.04 | 0.05 |
| HSL | 310.59º | 0.66% | 0.85% | - |
| HSV(B) | 310.59º | 0.21% | 0.95% | - |
| XYZ | 69.96 | 62.02 | 85.38 | - |
| YUV | 211.04 | 140.4 | 150.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 191 | 233 | 0 | 0.21 | 0.04 | 0.05 | 310.59 | 0.66 | 0.85 |
| Hex | F2 | BF | E9 | 0 | 15 | 4 | 5 | 137 | 42 | 55 |
| Octal | 362 | 277 | 351 | 0 | 25 | 4 | 5 | 467 | 102 | 125 |
| Binary | 11110010 | 10111111 | 11101001 | 0 | 10101 | 100 | 101 | 100110111 | 1000010 | 1010101 |
Color Harmonies of #F2BFE9
Complementary color
Monochromatic Colors of #F2BFE9
Black with #F2BFE9
Text Example
Text Example
White with #F2BFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BFE9; }
p { color: rgb(242,191,233); }
H1.HeaderClassName
{
color: #F2BFE9;
}
.AnyTagClassName
{
color: #F2BFE9;
}
</style>
background-color css
<style>
a { background-color: #F2BFE9; }
a { background-color: rgb(242,191,233); }
div.DivClassName
{
background-color: #F2BFE9;
}
.BgClassName
{
background-color: #F2BFE9;
}
</style>
border-color css
<style>
span { border-color: #F2BFE9; }
span { border-color: rgb(242,191,233); }
td.TdClassName
{
border-color: #F2BFE9;
}
.TagClassName
{
border-color: #F2BFE9;
}
</style>