Shades of Lavender Rose #F29FE0
Tints of Lavender Rose #F29FE0
RGB
CMYK
RGB Variations
Color information
#F29FE0 (or 0xF29FE0) is known color: Lavender Rose. HEX triplet: F2, 9F and E0. RGB value is (242,159,224). Sum of RGB (Red+Green+Blue) = 242+159+224=625 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.72% from 625); Green value is 159 (62.5% from 255 or 25.44% from 625); Blue value is 224 (87.89% from 255 or 35.84% from 625); Max value from RGB is 242 - color contains mainly: red. Hex color #F29FE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F29FE0 is #0D601F. Grayscale: #BFBFBF. Windows color (decimal): -876576 or 14721010. OLE color: 14721010.
HSL color Cylindrical-coordinate representation of color #F29FE0: hue angle of 313.01º 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 #F29FE0 is Cyan = 0, Magento = 0.34, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 159 | 224 | - |
| CMYK | 0 | 0.34 | 0.07 | 0.05 |
| HSL | 313.01º | 0.76% | 0.79% | - |
| HSV(B) | 313.01º | 0.34% | 0.95% | - |
| XYZ | 62.47 | 49.06 | 76.7 | - |
| YUV | 191.23 | 146.5 | 164.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 159 | 224 | 0 | 0.34 | 0.07 | 0.05 | 313.01 | 0.76 | 0.79 |
| Hex | F2 | 9F | E0 | 0 | 22 | 7 | 5 | 139 | 4C | 4F |
| Octal | 362 | 237 | 340 | 0 | 42 | 7 | 5 | 471 | 114 | 117 |
| Binary | 11110010 | 10011111 | 11100000 | 0 | 100010 | 111 | 101 | 100111001 | 1001100 | 1001111 |
Color Harmonies of #F29FE0
Complementary color
Monochromatic Colors of #F29FE0
Black with #F29FE0
Text Example
Text Example
White with #F29FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29FE0; }
p { color: rgb(242,159,224); }
H1.HeaderClassName
{
color: #F29FE0;
}
.AnyTagClassName
{
color: #F29FE0;
}
</style>
background-color css
<style>
a { background-color: #F29FE0; }
a { background-color: rgb(242,159,224); }
div.DivClassName
{
background-color: #F29FE0;
}
.BgClassName
{
background-color: #F29FE0;
}
</style>
border-color css
<style>
span { border-color: #F29FE0; }
span { border-color: rgb(242,159,224); }
td.TdClassName
{
border-color: #F29FE0;
}
.TagClassName
{
border-color: #F29FE0;
}
</style>