Shades of Lavender Rose #FEA9E4
Tints of Lavender Rose #FEA9E4
RGB
CMYK
RGB Variations
Color information
#FEA9E4 (or 0xFEA9E4) is known color: Lavender Rose. HEX triplet: FE, A9 and E4. RGB value is (254,169,228). Sum of RGB (Red+Green+Blue) = 254+169+228=651 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.02% from 651); Green value is 169 (66.41% from 255 or 25.96% from 651); Blue value is 228 (89.45% from 255 or 35.02% from 651); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA9E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA9E4 is #01561B. Grayscale: #C8C8C8. Windows color (decimal): -87580 or 14985726. OLE color: 14985726.
HSL color Cylindrical-coordinate representation of color #FEA9E4: hue angle of 318.35º 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 #FEA9E4 is Cyan = 0, Magento = 0.33, Yellow = 0.10 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 169 | 228 | - |
| CMYK | 0 | 0.33 | 0.10 | 0.00 |
| HSL | 318.35º | 0.98% | 0.83% | - |
| HSV(B) | 318.35º | 0.33% | 1% | - |
| XYZ | 69.06 | 55.05 | 80.38 | - |
| YUV | 201.14 | 143.16 | 165.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 169 | 228 | 0 | 0.33 | 0.10 | 0.00 | 318.35 | 0.98 | 0.83 |
| Hex | FE | A9 | E4 | 0 | 21 | A | 0 | 13E | 62 | 53 |
| Octal | 376 | 251 | 344 | 0 | 41 | 12 | 0 | 476 | 142 | 123 |
| Binary | 11111110 | 10101001 | 11100100 | 0 | 100001 | 1010 | 0 | 100111110 | 1100010 | 1010011 |
Color Harmonies of #FEA9E4
Complementary color
Monochromatic Colors of #FEA9E4
Black with #FEA9E4
Text Example
Text Example
White with #FEA9E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA9E4; }
p { color: rgb(254,169,228); }
H1.HeaderClassName
{
color: #FEA9E4;
}
.AnyTagClassName
{
color: #FEA9E4;
}
</style>
background-color css
<style>
a { background-color: #FEA9E4; }
a { background-color: rgb(254,169,228); }
div.DivClassName
{
background-color: #FEA9E4;
}
.BgClassName
{
background-color: #FEA9E4;
}
</style>
border-color css
<style>
span { border-color: #FEA9E4; }
span { border-color: rgb(254,169,228); }
td.TdClassName
{
border-color: #FEA9E4;
}
.TagClassName
{
border-color: #FEA9E4;
}
</style>