Shades of French Lilac #F2B9E4
Tints of French Lilac #F2B9E4
RGB
CMYK
RGB Variations
Color information
#F2B9E4 (or 0xF2B9E4) is known color: French Lilac. HEX triplet: F2, B9 and E4. RGB value is (242,185,228). Sum of RGB (Red+Green+Blue) = 242+185+228=655 (86% of max value = 765). Red value is 242 (94.92% from 255 or 36.95% from 655); Green value is 185 (72.66% from 255 or 28.24% from 655); Blue value is 228 (89.45% from 255 or 34.81% from 655); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B9E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2B9E4 is #0D461B. Grayscale: #CECECE. Windows color (decimal): -869916 or 14989810. OLE color: 14989810.
HSL color Cylindrical-coordinate representation of color #F2B9E4: hue angle of 314.74º degrees, saturation: 0.69, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F2B9E4 is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 185 | 228 | - |
| CMYK | 0 | 0.24 | 0.06 | 0.05 |
| HSL | 314.74º | 0.69% | 0.84% | - |
| HSV(B) | 314.74º | 0.24% | 0.95% | - |
| XYZ | 67.97 | 59.18 | 81.24 | - |
| YUV | 206.95 | 139.88 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 185 | 228 | 0 | 0.24 | 0.06 | 0.05 | 314.74 | 0.69 | 0.84 |
| Hex | F2 | B9 | E4 | 0 | 18 | 6 | 5 | 13B | 45 | 54 |
| Octal | 362 | 271 | 344 | 0 | 30 | 6 | 5 | 473 | 105 | 124 |
| Binary | 11110010 | 10111001 | 11100100 | 0 | 11000 | 110 | 101 | 100111011 | 1000101 | 1010100 |
Color Harmonies of #F2B9E4
Complementary color
Monochromatic Colors of #F2B9E4
Black with #F2B9E4
Text Example
Text Example
White with #F2B9E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B9E4; }
p { color: rgb(242,185,228); }
H1.HeaderClassName
{
color: #F2B9E4;
}
.AnyTagClassName
{
color: #F2B9E4;
}
</style>
background-color css
<style>
a { background-color: #F2B9E4; }
a { background-color: rgb(242,185,228); }
div.DivClassName
{
background-color: #F2B9E4;
}
.BgClassName
{
background-color: #F2B9E4;
}
</style>
border-color css
<style>
span { border-color: #F2B9E4; }
span { border-color: rgb(242,185,228); }
td.TdClassName
{
border-color: #F2B9E4;
}
.TagClassName
{
border-color: #F2B9E4;
}
</style>