Shades of Lavender Rose #F29FEF
Tints of Lavender Rose #F29FEF
RGB
CMYK
RGB Variations
Color information
#F29FEF (or 0xF29FEF) is known color: Lavender Rose. HEX triplet: F2, 9F and EF. RGB value is (242,159,239). Sum of RGB (Red+Green+Blue) = 242+159+239=640 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.81% from 640); Green value is 159 (62.5% from 255 or 24.84% from 640); Blue value is 239 (93.75% from 255 or 37.34% from 640); Max value from RGB is 242 - color contains mainly: red. Hex color #F29FEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F29FEF is #0D6010. Grayscale: #C0C0C0. Windows color (decimal): -876561 or 15704050. OLE color: 15704050.
HSL color Cylindrical-coordinate representation of color #F29FEF: hue angle of 302.17º 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 #F29FEF is Cyan = 0, Magento = 0.34, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 159 | 239 | - |
| CMYK | 0 | 0.34 | 0.01 | 0.05 |
| HSL | 302.17º | 0.76% | 0.79% | - |
| HSV(B) | 302.17º | 0.34% | 0.95% | - |
| XYZ | 64.6 | 49.91 | 87.89 | - |
| YUV | 192.94 | 154 | 163 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 159 | 239 | 0 | 0.34 | 0.01 | 0.05 | 302.17 | 0.76 | 0.79 |
| Hex | F2 | 9F | EF | 0 | 22 | 1 | 5 | 12E | 4C | 4F |
| Octal | 362 | 237 | 357 | 0 | 42 | 1 | 5 | 456 | 114 | 117 |
| Binary | 11110010 | 10011111 | 11101111 | 0 | 100010 | 1 | 101 | 100101110 | 1001100 | 1001111 |
Color Harmonies of #F29FEF
Complementary color
Monochromatic Colors of #F29FEF
Black with #F29FEF
Text Example
Text Example
White with #F29FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29FEF; }
p { color: rgb(242,159,239); }
H1.HeaderClassName
{
color: #F29FEF;
}
.AnyTagClassName
{
color: #F29FEF;
}
</style>
background-color css
<style>
a { background-color: #F29FEF; }
a { background-color: rgb(242,159,239); }
div.DivClassName
{
background-color: #F29FEF;
}
.BgClassName
{
background-color: #F29FEF;
}
</style>
border-color css
<style>
span { border-color: #F29FEF; }
span { border-color: rgb(242,159,239); }
td.TdClassName
{
border-color: #F29FEF;
}
.TagClassName
{
border-color: #F29FEF;
}
</style>