Shades of Lavender Rose #F29FE6
Tints of Lavender Rose #F29FE6
RGB
CMYK
RGB Variations
Color information
#F29FE6 (or 0xF29FE6) is known color: Lavender Rose. HEX triplet: F2, 9F and E6. RGB value is (242,159,230). Sum of RGB (Red+Green+Blue) = 242+159+230=631 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.35% from 631); Green value is 159 (62.5% from 255 or 25.20% from 631); Blue value is 230 (90.23% from 255 or 36.45% from 631); Max value from RGB is 242 - color contains mainly: red. Hex color #F29FE6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F29FE6 is #0D6019. Grayscale: #BFBFBF. Windows color (decimal): -876570 or 15114226. OLE color: 15114226.
HSL color Cylindrical-coordinate representation of color #F29FE6: hue angle of 308.67º 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 #F29FE6 is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 159 | 230 | - |
| CMYK | 0 | 0.34 | 0.05 | 0.05 |
| HSL | 308.67º | 0.76% | 0.79% | - |
| HSV(B) | 308.67º | 0.34% | 0.95% | - |
| XYZ | 63.3 | 49.39 | 81.06 | - |
| YUV | 191.91 | 149.5 | 163.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 159 | 230 | 0 | 0.34 | 0.05 | 0.05 | 308.67 | 0.76 | 0.79 |
| Hex | F2 | 9F | E6 | 0 | 22 | 5 | 5 | 135 | 4C | 4F |
| Octal | 362 | 237 | 346 | 0 | 42 | 5 | 5 | 465 | 114 | 117 |
| Binary | 11110010 | 10011111 | 11100110 | 0 | 100010 | 101 | 101 | 100110101 | 1001100 | 1001111 |
Color Harmonies of #F29FE6
Complementary color
Monochromatic Colors of #F29FE6
Black with #F29FE6
Text Example
Text Example
White with #F29FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29FE6; }
p { color: rgb(242,159,230); }
H1.HeaderClassName
{
color: #F29FE6;
}
.AnyTagClassName
{
color: #F29FE6;
}
</style>
background-color css
<style>
a { background-color: #F29FE6; }
a { background-color: rgb(242,159,230); }
div.DivClassName
{
background-color: #F29FE6;
}
.BgClassName
{
background-color: #F29FE6;
}
</style>
border-color css
<style>
span { border-color: #F29FE6; }
span { border-color: rgb(242,159,230); }
td.TdClassName
{
border-color: #F29FE6;
}
.TagClassName
{
border-color: #F29FE6;
}
</style>