Shades of Lavender Rose #F29FEC
Tints of Lavender Rose #F29FEC
RGB
CMYK
RGB Variations
Color information
#F29FEC (or 0xF29FEC) is known color: Lavender Rose. HEX triplet: F2, 9F and EC. RGB value is (242,159,236). Sum of RGB (Red+Green+Blue) = 242+159+236=637 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.99% from 637); Green value is 159 (62.5% from 255 or 24.96% from 637); Blue value is 236 (92.58% from 255 or 37.05% from 637); Max value from RGB is 242 - color contains mainly: red. Hex color #F29FEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F29FEC is #0D6013. Grayscale: #C0C0C0. Windows color (decimal): -876564 or 15507442. OLE color: 15507442.
HSL color Cylindrical-coordinate representation of color #F29FEC: hue angle of 304.34º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F29FEC is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 159 | 236 | - |
| CMYK | 0 | 0.34 | 0.02 | 0.05 |
| HSL | 304.34º | 0.76% | 0.79% | - |
| HSV(B) | 304.34º | 0.34% | 0.95% | - |
| XYZ | 64.16 | 49.73 | 85.57 | - |
| YUV | 192.6 | 152.5 | 163.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 159 | 236 | 0 | 0.34 | 0.02 | 0.05 | 304.34 | 0.76 | 0.79 |
| Hex | F2 | 9F | EC | 0 | 22 | 2 | 5 | 130 | 4C | 4F |
| Octal | 362 | 237 | 354 | 0 | 42 | 2 | 5 | 460 | 114 | 117 |
| Binary | 11110010 | 10011111 | 11101100 | 0 | 100010 | 10 | 101 | 100110000 | 1001100 | 1001111 |
Color Harmonies of #F29FEC
Complementary color
Monochromatic Colors of #F29FEC
Black with #F29FEC
Text Example
Text Example
White with #F29FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29FEC; }
p { color: rgb(242,159,236); }
H1.HeaderClassName
{
color: #F29FEC;
}
.AnyTagClassName
{
color: #F29FEC;
}
</style>
background-color css
<style>
a { background-color: #F29FEC; }
a { background-color: rgb(242,159,236); }
div.DivClassName
{
background-color: #F29FEC;
}
.BgClassName
{
background-color: #F29FEC;
}
</style>
border-color css
<style>
span { border-color: #F29FEC; }
span { border-color: rgb(242,159,236); }
td.TdClassName
{
border-color: #F29FEC;
}
.TagClassName
{
border-color: #F29FEC;
}
</style>