Shades of French Lilac #F2BFE6
Tints of French Lilac #F2BFE6
RGB
CMYK
RGB Variations
Color information
#F2BFE6 (or 0xF2BFE6) is known color: French Lilac. HEX triplet: F2, BF and E6. RGB value is (242,191,230). Sum of RGB (Red+Green+Blue) = 242+191+230=663 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.50% from 663); Green value is 191 (75% from 255 or 28.81% from 663); Blue value is 230 (90.23% from 255 or 34.69% from 663); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BFE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2BFE6 is #0D4019. Grayscale: #D2D2D2. Windows color (decimal): -868378 or 15122418. OLE color: 15122418.
HSL color Cylindrical-coordinate representation of color #F2BFE6: hue angle of 314.12º 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 #F2BFE6 is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 191 | 230 | - |
| CMYK | 0 | 0.21 | 0.05 | 0.05 |
| HSL | 314.12º | 0.66% | 0.85% | - |
| HSV(B) | 314.12º | 0.21% | 0.95% | - |
| XYZ | 69.53 | 61.85 | 83.14 | - |
| YUV | 210.7 | 138.9 | 150.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 191 | 230 | 0 | 0.21 | 0.05 | 0.05 | 314.12 | 0.66 | 0.85 |
| Hex | F2 | BF | E6 | 0 | 15 | 5 | 5 | 13A | 42 | 55 |
| Octal | 362 | 277 | 346 | 0 | 25 | 5 | 5 | 472 | 102 | 125 |
| Binary | 11110010 | 10111111 | 11100110 | 0 | 10101 | 101 | 101 | 100111010 | 1000010 | 1010101 |
Color Harmonies of #F2BFE6
Complementary color
Monochromatic Colors of #F2BFE6
Black with #F2BFE6
Text Example
Text Example
White with #F2BFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BFE6; }
p { color: rgb(242,191,230); }
H1.HeaderClassName
{
color: #F2BFE6;
}
.AnyTagClassName
{
color: #F2BFE6;
}
</style>
background-color css
<style>
a { background-color: #F2BFE6; }
a { background-color: rgb(242,191,230); }
div.DivClassName
{
background-color: #F2BFE6;
}
.BgClassName
{
background-color: #F2BFE6;
}
</style>
border-color css
<style>
span { border-color: #F2BFE6; }
span { border-color: rgb(242,191,230); }
td.TdClassName
{
border-color: #F2BFE6;
}
.TagClassName
{
border-color: #F2BFE6;
}
</style>