Shades of Lavender Rose #F29FEA
Tints of Lavender Rose #F29FEA
RGB
CMYK
RGB Variations
Color information
#F29FEA (or 0xF29FEA) is known color: Lavender Rose. HEX triplet: F2, 9F and EA. RGB value is (242,159,234). Sum of RGB (Red+Green+Blue) = 242+159+234=635 (84% of max value = 765). Red value is 242 (94.92% from 255 or 38.11% from 635); Green value is 159 (62.5% from 255 or 25.04% from 635); Blue value is 234 (91.80% from 255 or 36.85% from 635); Max value from RGB is 242 - color contains mainly: red. Hex color #F29FEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F29FEA is #0D6015. Grayscale: #C0C0C0. Windows color (decimal): -876566 or 15376370. OLE color: 15376370.
HSL color Cylindrical-coordinate representation of color #F29FEA: hue angle of 305.78º 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 #F29FEA is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 159 | 234 | - |
| CMYK | 0 | 0.34 | 0.03 | 0.05 |
| HSL | 305.78º | 0.76% | 0.79% | - |
| HSV(B) | 305.78º | 0.34% | 0.95% | - |
| XYZ | 63.87 | 49.61 | 84.05 | - |
| YUV | 192.37 | 151.5 | 163.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 159 | 234 | 0 | 0.34 | 0.03 | 0.05 | 305.78 | 0.76 | 0.79 |
| Hex | F2 | 9F | EA | 0 | 22 | 3 | 5 | 132 | 4C | 4F |
| Octal | 362 | 237 | 352 | 0 | 42 | 3 | 5 | 462 | 114 | 117 |
| Binary | 11110010 | 10011111 | 11101010 | 0 | 100010 | 11 | 101 | 100110010 | 1001100 | 1001111 |
Color Harmonies of #F29FEA
Complementary color
Monochromatic Colors of #F29FEA
Black with #F29FEA
Text Example
Text Example
White with #F29FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29FEA; }
p { color: rgb(242,159,234); }
H1.HeaderClassName
{
color: #F29FEA;
}
.AnyTagClassName
{
color: #F29FEA;
}
</style>
background-color css
<style>
a { background-color: #F29FEA; }
a { background-color: rgb(242,159,234); }
div.DivClassName
{
background-color: #F29FEA;
}
.BgClassName
{
background-color: #F29FEA;
}
</style>
border-color css
<style>
span { border-color: #F29FEA; }
span { border-color: rgb(242,159,234); }
td.TdClassName
{
border-color: #F29FEA;
}
.TagClassName
{
border-color: #F29FEA;
}
</style>