Shades of Lavender Rose #FEA9E2
Tints of Lavender Rose #FEA9E2
RGB
CMYK
RGB Variations
Color information
#FEA9E2 (or 0xFEA9E2) is known color: Lavender Rose. HEX triplet: FE, A9 and E2. RGB value is (254,169,226). Sum of RGB (Red+Green+Blue) = 254+169+226=649 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.14% from 649); Green value is 169 (66.41% from 255 or 26.04% from 649); Blue value is 226 (88.67% from 255 or 34.82% from 649); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA9E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA9E2 is #01561D. Grayscale: #C8C8C8. Windows color (decimal): -87582 or 14854654. OLE color: 14854654.
HSL color Cylindrical-coordinate representation of color #FEA9E2: hue angle of 319.76º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FEA9E2 is Cyan = 0, Magento = 0.33, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 169 | 226 | - |
| CMYK | 0 | 0.33 | 0.11 | 0.00 |
| HSL | 319.76º | 0.98% | 0.83% | - |
| HSV(B) | 319.76º | 0.33% | 1% | - |
| XYZ | 68.79 | 54.94 | 78.93 | - |
| YUV | 200.91 | 142.16 | 165.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 169 | 226 | 0 | 0.33 | 0.11 | 0.00 | 319.76 | 0.98 | 0.83 |
| Hex | FE | A9 | E2 | 0 | 21 | B | 0 | 140 | 62 | 53 |
| Octal | 376 | 251 | 342 | 0 | 41 | 13 | 0 | 500 | 142 | 123 |
| Binary | 11111110 | 10101001 | 11100010 | 0 | 100001 | 1011 | 0 | 101000000 | 1100010 | 1010011 |
Color Harmonies of #FEA9E2
Complementary color
Monochromatic Colors of #FEA9E2
Black with #FEA9E2
Text Example
Text Example
White with #FEA9E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA9E2; }
p { color: rgb(254,169,226); }
H1.HeaderClassName
{
color: #FEA9E2;
}
.AnyTagClassName
{
color: #FEA9E2;
}
</style>
background-color css
<style>
a { background-color: #FEA9E2; }
a { background-color: rgb(254,169,226); }
div.DivClassName
{
background-color: #FEA9E2;
}
.BgClassName
{
background-color: #FEA9E2;
}
</style>
border-color css
<style>
span { border-color: #FEA9E2; }
span { border-color: rgb(254,169,226); }
td.TdClassName
{
border-color: #FEA9E2;
}
.TagClassName
{
border-color: #FEA9E2;
}
</style>