Shades of French Lilac #F2BFE4
Tints of French Lilac #F2BFE4
RGB
CMYK
RGB Variations
Color information
#F2BFE4 (or 0xF2BFE4) is known color: French Lilac. HEX triplet: F2, BF and E4. RGB value is (242,191,228). Sum of RGB (Red+Green+Blue) = 242+191+228=661 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.61% from 661); Green value is 191 (75% from 255 or 28.90% from 661); Blue value is 228 (89.45% from 255 or 34.49% from 661); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BFE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BFE4 is #0D401B. Grayscale: #D2D2D2. Windows color (decimal): -868380 or 14991346. OLE color: 14991346.
HSL color Cylindrical-coordinate representation of color #F2BFE4: hue angle of 316.47º 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 #F2BFE4 is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 191 | 228 | - |
| CMYK | 0 | 0.21 | 0.06 | 0.05 |
| HSL | 316.47º | 0.66% | 0.85% | - |
| HSV(B) | 316.47º | 0.21% | 0.95% | - |
| XYZ | 69.25 | 61.74 | 81.67 | - |
| YUV | 210.47 | 137.9 | 150.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 191 | 228 | 0 | 0.21 | 0.06 | 0.05 | 316.47 | 0.66 | 0.85 |
| Hex | F2 | BF | E4 | 0 | 15 | 6 | 5 | 13C | 42 | 55 |
| Octal | 362 | 277 | 344 | 0 | 25 | 6 | 5 | 474 | 102 | 125 |
| Binary | 11110010 | 10111111 | 11100100 | 0 | 10101 | 110 | 101 | 100111100 | 1000010 | 1010101 |
Color Harmonies of #F2BFE4
Complementary color
Monochromatic Colors of #F2BFE4
Black with #F2BFE4
Text Example
Text Example
White with #F2BFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BFE4; }
p { color: rgb(242,191,228); }
H1.HeaderClassName
{
color: #F2BFE4;
}
.AnyTagClassName
{
color: #F2BFE4;
}
</style>
background-color css
<style>
a { background-color: #F2BFE4; }
a { background-color: rgb(242,191,228); }
div.DivClassName
{
background-color: #F2BFE4;
}
.BgClassName
{
background-color: #F2BFE4;
}
</style>
border-color css
<style>
span { border-color: #F2BFE4; }
span { border-color: rgb(242,191,228); }
td.TdClassName
{
border-color: #F2BFE4;
}
.TagClassName
{
border-color: #F2BFE4;
}
</style>