Shades of French Lilac #F2BCE5
Tints of French Lilac #F2BCE5
RGB
CMYK
RGB Variations
Color information
#F2BCE5 (or 0xF2BCE5) is known color: French Lilac. HEX triplet: F2, BC and E5. RGB value is (242,188,229). Sum of RGB (Red+Green+Blue) = 242+188+229=659 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.72% from 659); Green value is 188 (73.83% from 255 or 28.53% from 659); Blue value is 229 (89.84% from 255 or 34.75% from 659); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BCE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BCE5 is #0D431A. Grayscale: #D0D0D0. Windows color (decimal): -869147 or 15056114. OLE color: 15056114.
HSL color Cylindrical-coordinate representation of color #F2BCE5: hue angle of 314.44º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F2BCE5 is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 188 | 229 | - |
| CMYK | 0 | 0.22 | 0.05 | 0.05 |
| HSL | 314.44º | 0.68% | 0.84% | - |
| HSV(B) | 314.44º | 0.22% | 0.95% | - |
| XYZ | 68.74 | 60.5 | 82.18 | - |
| YUV | 208.82 | 139.39 | 151.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 188 | 229 | 0 | 0.22 | 0.05 | 0.05 | 314.44 | 0.68 | 0.84 |
| Hex | F2 | BC | E5 | 0 | 16 | 5 | 5 | 13A | 44 | 54 |
| Octal | 362 | 274 | 345 | 0 | 26 | 5 | 5 | 472 | 104 | 124 |
| Binary | 11110010 | 10111100 | 11100101 | 0 | 10110 | 101 | 101 | 100111010 | 1000100 | 1010100 |
Color Harmonies of #F2BCE5
Complementary color
Monochromatic Colors of #F2BCE5
Black with #F2BCE5
Text Example
Text Example
White with #F2BCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BCE5; }
p { color: rgb(242,188,229); }
H1.HeaderClassName
{
color: #F2BCE5;
}
.AnyTagClassName
{
color: #F2BCE5;
}
</style>
background-color css
<style>
a { background-color: #F2BCE5; }
a { background-color: rgb(242,188,229); }
div.DivClassName
{
background-color: #F2BCE5;
}
.BgClassName
{
background-color: #F2BCE5;
}
</style>
border-color css
<style>
span { border-color: #F2BCE5; }
span { border-color: rgb(242,188,229); }
td.TdClassName
{
border-color: #F2BCE5;
}
.TagClassName
{
border-color: #F2BCE5;
}
</style>