Shades of French Lilac #F2B9E0
Tints of French Lilac #F2B9E0
RGB
CMYK
RGB Variations
Color information
#F2B9E0 (or 0xF2B9E0) is known color: French Lilac. HEX triplet: F2, B9 and E0. RGB value is (242,185,224). Sum of RGB (Red+Green+Blue) = 242+185+224=651 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.17% from 651); Green value is 185 (72.66% from 255 or 28.42% from 651); Blue value is 224 (87.89% from 255 or 34.41% from 651); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B9E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2B9E0 is #0D461F. Grayscale: #CECECE. Windows color (decimal): -869920 or 14727666. OLE color: 14727666.
HSL color Cylindrical-coordinate representation of color #F2B9E0: hue angle of 318.95º 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 #F2B9E0 is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 185 | 224 | - |
| CMYK | 0 | 0.24 | 0.07 | 0.05 |
| HSL | 318.95º | 0.69% | 0.84% | - |
| HSV(B) | 318.95º | 0.24% | 0.95% | - |
| XYZ | 67.42 | 58.96 | 78.35 | - |
| YUV | 206.49 | 137.88 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 185 | 224 | 0 | 0.24 | 0.07 | 0.05 | 318.95 | 0.69 | 0.84 |
| Hex | F2 | B9 | E0 | 0 | 18 | 7 | 5 | 13F | 45 | 54 |
| Octal | 362 | 271 | 340 | 0 | 30 | 7 | 5 | 477 | 105 | 124 |
| Binary | 11110010 | 10111001 | 11100000 | 0 | 11000 | 111 | 101 | 100111111 | 1000101 | 1010100 |
Color Harmonies of #F2B9E0
Complementary color
Monochromatic Colors of #F2B9E0
Black with #F2B9E0
Text Example
Text Example
White with #F2B9E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B9E0; }
p { color: rgb(242,185,224); }
H1.HeaderClassName
{
color: #F2B9E0;
}
.AnyTagClassName
{
color: #F2B9E0;
}
</style>
background-color css
<style>
a { background-color: #F2B9E0; }
a { background-color: rgb(242,185,224); }
div.DivClassName
{
background-color: #F2B9E0;
}
.BgClassName
{
background-color: #F2B9E0;
}
</style>
border-color css
<style>
span { border-color: #F2B9E0; }
span { border-color: rgb(242,185,224); }
td.TdClassName
{
border-color: #F2B9E0;
}
.TagClassName
{
border-color: #F2B9E0;
}
</style>