Shades of French Lilac #F2BFE5
Tints of French Lilac #F2BFE5
RGB
CMYK
RGB Variations
Color information
#F2BFE5 (or 0xF2BFE5) is known color: French Lilac. HEX triplet: F2, BF and E5. RGB value is (242,191,229). Sum of RGB (Red+Green+Blue) = 242+191+229=662 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.56% from 662); Green value is 191 (75% from 255 or 28.85% from 662); Blue value is 229 (89.84% from 255 or 34.59% from 662); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BFE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BFE5 is #0D401A. Grayscale: #D2D2D2. Windows color (decimal): -868379 or 15056882. OLE color: 15056882.
HSL color Cylindrical-coordinate representation of color #F2BFE5: hue angle of 315.29º 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 #F2BFE5 is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 191 | 229 | - |
| CMYK | 0 | 0.21 | 0.05 | 0.05 |
| HSL | 315.29º | 0.66% | 0.85% | - |
| HSV(B) | 315.29º | 0.21% | 0.95% | - |
| XYZ | 69.39 | 61.8 | 82.4 | - |
| YUV | 210.58 | 138.4 | 150.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 191 | 229 | 0 | 0.21 | 0.05 | 0.05 | 315.29 | 0.66 | 0.85 |
| Hex | F2 | BF | E5 | 0 | 15 | 5 | 5 | 13B | 42 | 55 |
| Octal | 362 | 277 | 345 | 0 | 25 | 5 | 5 | 473 | 102 | 125 |
| Binary | 11110010 | 10111111 | 11100101 | 0 | 10101 | 101 | 101 | 100111011 | 1000010 | 1010101 |
Color Harmonies of #F2BFE5
Complementary color
Monochromatic Colors of #F2BFE5
Black with #F2BFE5
Text Example
Text Example
White with #F2BFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BFE5; }
p { color: rgb(242,191,229); }
H1.HeaderClassName
{
color: #F2BFE5;
}
.AnyTagClassName
{
color: #F2BFE5;
}
</style>
background-color css
<style>
a { background-color: #F2BFE5; }
a { background-color: rgb(242,191,229); }
div.DivClassName
{
background-color: #F2BFE5;
}
.BgClassName
{
background-color: #F2BFE5;
}
</style>
border-color css
<style>
span { border-color: #F2BFE5; }
span { border-color: rgb(242,191,229); }
td.TdClassName
{
border-color: #F2BFE5;
}
.TagClassName
{
border-color: #F2BFE5;
}
</style>