Shades of Lavender Rose #FEA9E8
Tints of Lavender Rose #FEA9E8
RGB
CMYK
RGB Variations
Color information
#FEA9E8 (or 0xFEA9E8) is known color: Lavender Rose. HEX triplet: FE, A9 and E8. RGB value is (254,169,232). Sum of RGB (Red+Green+Blue) = 254+169+232=655 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.78% from 655); Green value is 169 (66.41% from 255 or 25.80% from 655); Blue value is 232 (91.02% from 255 or 35.42% from 655); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA9E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA9E8 is #015617. Grayscale: #C9C9C9. Windows color (decimal): -87576 or 15247870. OLE color: 15247870.
HSL color Cylindrical-coordinate representation of color #FEA9E8: hue angle of 315.53º 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 #FEA9E8 is Cyan = 0, Magento = 0.33, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 169 | 232 | - |
| CMYK | 0 | 0.33 | 0.09 | 0.00 |
| HSL | 315.53º | 0.98% | 0.83% | - |
| HSV(B) | 315.53º | 0.33% | 1% | - |
| XYZ | 69.63 | 55.27 | 83.34 | - |
| YUV | 201.6 | 145.16 | 165.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 169 | 232 | 0 | 0.33 | 0.09 | 0.00 | 315.53 | 0.98 | 0.83 |
| Hex | FE | A9 | E8 | 0 | 21 | 9 | 0 | 13C | 62 | 53 |
| Octal | 376 | 251 | 350 | 0 | 41 | 11 | 0 | 474 | 142 | 123 |
| Binary | 11111110 | 10101001 | 11101000 | 0 | 100001 | 1001 | 0 | 100111100 | 1100010 | 1010011 |
Color Harmonies of #FEA9E8
Complementary color
Monochromatic Colors of #FEA9E8
Black with #FEA9E8
Text Example
Text Example
White with #FEA9E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA9E8; }
p { color: rgb(254,169,232); }
H1.HeaderClassName
{
color: #FEA9E8;
}
.AnyTagClassName
{
color: #FEA9E8;
}
</style>
background-color css
<style>
a { background-color: #FEA9E8; }
a { background-color: rgb(254,169,232); }
div.DivClassName
{
background-color: #FEA9E8;
}
.BgClassName
{
background-color: #FEA9E8;
}
</style>
border-color css
<style>
span { border-color: #FEA9E8; }
span { border-color: rgb(254,169,232); }
td.TdClassName
{
border-color: #FEA9E8;
}
.TagClassName
{
border-color: #FEA9E8;
}
</style>