Shades of Lavender Rose #F29FE7
Tints of Lavender Rose #F29FE7
RGB
CMYK
RGB Variations
Color information
#F29FE7 (or 0xF29FE7) is known color: Lavender Rose. HEX triplet: F2, 9F and E7. RGB value is (242,159,231). Sum of RGB (Red+Green+Blue) = 242+159+231=632 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.29% from 632); Green value is 159 (62.5% from 255 or 25.16% from 632); Blue value is 231 (90.62% from 255 or 36.55% from 632); Max value from RGB is 242 - color contains mainly: red. Hex color #F29FE7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F29FE7 is #0D6018. Grayscale: #BFBFBF. Windows color (decimal): -876569 or 15179762. OLE color: 15179762.
HSL color Cylindrical-coordinate representation of color #F29FE7: hue angle of 307.95º 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 #F29FE7 is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 159 | 231 | - |
| CMYK | 0 | 0.34 | 0.05 | 0.05 |
| HSL | 307.95º | 0.76% | 0.79% | - |
| HSV(B) | 307.95º | 0.34% | 0.95% | - |
| XYZ | 63.44 | 49.44 | 81.8 | - |
| YUV | 192.03 | 150 | 163.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 159 | 231 | 0 | 0.34 | 0.05 | 0.05 | 307.95 | 0.76 | 0.79 |
| Hex | F2 | 9F | E7 | 0 | 22 | 5 | 5 | 134 | 4C | 4F |
| Octal | 362 | 237 | 347 | 0 | 42 | 5 | 5 | 464 | 114 | 117 |
| Binary | 11110010 | 10011111 | 11100111 | 0 | 100010 | 101 | 101 | 100110100 | 1001100 | 1001111 |
Color Harmonies of #F29FE7
Complementary color
Monochromatic Colors of #F29FE7
Black with #F29FE7
Text Example
Text Example
White with #F29FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29FE7; }
p { color: rgb(242,159,231); }
H1.HeaderClassName
{
color: #F29FE7;
}
.AnyTagClassName
{
color: #F29FE7;
}
</style>
background-color css
<style>
a { background-color: #F29FE7; }
a { background-color: rgb(242,159,231); }
div.DivClassName
{
background-color: #F29FE7;
}
.BgClassName
{
background-color: #F29FE7;
}
</style>
border-color css
<style>
span { border-color: #F29FE7; }
span { border-color: rgb(242,159,231); }
td.TdClassName
{
border-color: #F29FE7;
}
.TagClassName
{
border-color: #F29FE7;
}
</style>