Shades of French Lilac #F2BBE4
Tints of French Lilac #F2BBE4
RGB
CMYK
RGB Variations
Color information
#F2BBE4 (or 0xF2BBE4) is known color: French Lilac. HEX triplet: F2, BB and E4. RGB value is (242,187,228). Sum of RGB (Red+Green+Blue) = 242+187+228=657 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.83% from 657); Green value is 187 (73.44% from 255 or 28.46% from 657); Blue value is 228 (89.45% from 255 or 34.70% from 657); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BBE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BBE4 is #0D441B. Grayscale: #D0D0D0. Windows color (decimal): -869404 or 14990322. OLE color: 14990322.
HSL color Cylindrical-coordinate representation of color #F2BBE4: hue angle of 315.27º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F2BBE4 is Cyan = 0, Magento = 0.23, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 187 | 228 | - |
| CMYK | 0 | 0.23 | 0.06 | 0.05 |
| HSL | 315.27º | 0.68% | 0.84% | - |
| HSV(B) | 315.27º | 0.23% | 0.95% | - |
| XYZ | 68.39 | 60.02 | 81.38 | - |
| YUV | 208.12 | 139.22 | 152.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 187 | 228 | 0 | 0.23 | 0.06 | 0.05 | 315.27 | 0.68 | 0.84 |
| Hex | F2 | BB | E4 | 0 | 17 | 6 | 5 | 13B | 44 | 54 |
| Octal | 362 | 273 | 344 | 0 | 27 | 6 | 5 | 473 | 104 | 124 |
| Binary | 11110010 | 10111011 | 11100100 | 0 | 10111 | 110 | 101 | 100111011 | 1000100 | 1010100 |
Color Harmonies of #F2BBE4
Complementary color
Monochromatic Colors of #F2BBE4
Black with #F2BBE4
Text Example
Text Example
White with #F2BBE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BBE4; }
p { color: rgb(242,187,228); }
H1.HeaderClassName
{
color: #F2BBE4;
}
.AnyTagClassName
{
color: #F2BBE4;
}
</style>
background-color css
<style>
a { background-color: #F2BBE4; }
a { background-color: rgb(242,187,228); }
div.DivClassName
{
background-color: #F2BBE4;
}
.BgClassName
{
background-color: #F2BBE4;
}
</style>
border-color css
<style>
span { border-color: #F2BBE4; }
span { border-color: rgb(242,187,228); }
td.TdClassName
{
border-color: #F2BBE4;
}
.TagClassName
{
border-color: #F2BBE4;
}
</style>