Shades of French Lilac #F2BFE7
Tints of French Lilac #F2BFE7
RGB
CMYK
RGB Variations
Color information
#F2BFE7 (or 0xF2BFE7) is known color: French Lilac. HEX triplet: F2, BF and E7. RGB value is (242,191,231). Sum of RGB (Red+Green+Blue) = 242+191+231=664 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.45% from 664); Green value is 191 (75% from 255 or 28.77% from 664); Blue value is 231 (90.62% from 255 or 34.79% from 664); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BFE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2BFE7 is #0D4018. Grayscale: #D2D2D2. Windows color (decimal): -868377 or 15187954. OLE color: 15187954.
HSL color Cylindrical-coordinate representation of color #F2BFE7: hue angle of 312.94º 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 #F2BFE7 is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 191 | 231 | - |
| CMYK | 0 | 0.21 | 0.05 | 0.05 |
| HSL | 312.94º | 0.66% | 0.85% | - |
| HSV(B) | 312.94º | 0.21% | 0.95% | - |
| XYZ | 69.67 | 61.91 | 83.88 | - |
| YUV | 210.81 | 139.4 | 150.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 191 | 231 | 0 | 0.21 | 0.05 | 0.05 | 312.94 | 0.66 | 0.85 |
| Hex | F2 | BF | E7 | 0 | 15 | 5 | 5 | 139 | 42 | 55 |
| Octal | 362 | 277 | 347 | 0 | 25 | 5 | 5 | 471 | 102 | 125 |
| Binary | 11110010 | 10111111 | 11100111 | 0 | 10101 | 101 | 101 | 100111001 | 1000010 | 1010101 |
Color Harmonies of #F2BFE7
Complementary color
Monochromatic Colors of #F2BFE7
Black with #F2BFE7
Text Example
Text Example
White with #F2BFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BFE7; }
p { color: rgb(242,191,231); }
H1.HeaderClassName
{
color: #F2BFE7;
}
.AnyTagClassName
{
color: #F2BFE7;
}
</style>
background-color css
<style>
a { background-color: #F2BFE7; }
a { background-color: rgb(242,191,231); }
div.DivClassName
{
background-color: #F2BFE7;
}
.BgClassName
{
background-color: #F2BFE7;
}
</style>
border-color css
<style>
span { border-color: #F2BFE7; }
span { border-color: rgb(242,191,231); }
td.TdClassName
{
border-color: #F2BFE7;
}
.TagClassName
{
border-color: #F2BFE7;
}
</style>