Shades of Lavender Rose #FEA2F9
Tints of Lavender Rose #FEA2F9
RGB
CMYK
RGB Variations
Color information
#FEA2F9 (or 0xFEA2F9) is known color: Lavender Rose. HEX triplet: FE, A2 and F9. RGB value is (254,162,249). Sum of RGB (Red+Green+Blue) = 254+162+249=665 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.20% from 665); Green value is 162 (63.67% from 255 or 24.36% from 665); Blue value is 249 (97.66% from 255 or 37.44% from 665); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA2F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA2F9 is #015D06. Grayscale: #C7C7C7. Windows color (decimal): -89351 or 16360190. OLE color: 16360190.
HSL color Cylindrical-coordinate representation of color #FEA2F9: hue angle of 303.26º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FEA2F9 is Cyan = 0, Magento = 0.36, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 162 | 249 | - |
| CMYK | 0 | 0.36 | 0.02 | 0.00 |
| HSL | 303.26º | 0.98% | 0.82% | - |
| HSV(B) | 303.26º | 0.36% | 1% | - |
| XYZ | 70.89 | 53.75 | 96.26 | - |
| YUV | 199.43 | 155.98 | 166.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 162 | 249 | 0 | 0.36 | 0.02 | 0.00 | 303.26 | 0.98 | 0.82 |
| Hex | FE | A2 | F9 | 0 | 24 | 2 | 0 | 12F | 62 | 52 |
| Octal | 376 | 242 | 371 | 0 | 44 | 2 | 0 | 457 | 142 | 122 |
| Binary | 11111110 | 10100010 | 11111001 | 0 | 100100 | 10 | 0 | 100101111 | 1100010 | 1010010 |
Color Harmonies of #FEA2F9
Complementary color
Monochromatic Colors of #FEA2F9
Black with #FEA2F9
Text Example
Text Example
White with #FEA2F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA2F9; }
p { color: rgb(254,162,249); }
H1.HeaderClassName
{
color: #FEA2F9;
}
.AnyTagClassName
{
color: #FEA2F9;
}
</style>
background-color css
<style>
a { background-color: #FEA2F9; }
a { background-color: rgb(254,162,249); }
div.DivClassName
{
background-color: #FEA2F9;
}
.BgClassName
{
background-color: #FEA2F9;
}
</style>
border-color css
<style>
span { border-color: #FEA2F9; }
span { border-color: rgb(254,162,249); }
td.TdClassName
{
border-color: #FEA2F9;
}
.TagClassName
{
border-color: #FEA2F9;
}
</style>