Shades of Lavender Rose #FEA5F7
Tints of Lavender Rose #FEA5F7
RGB
CMYK
RGB Variations
Color information
#FEA5F7 (or 0xFEA5F7) is known color: Lavender Rose. HEX triplet: FE, A5 and F7. RGB value is (254,165,247). Sum of RGB (Red+Green+Blue) = 254+165+247=666 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.14% from 666); Green value is 165 (64.84% from 255 or 24.77% from 666); Blue value is 247 (96.88% from 255 or 37.09% from 666); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA5F7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA5F7 is #015A08. Grayscale: #C8C8C8. Windows color (decimal): -88585 or 16229886. OLE color: 16229886.
HSL color Cylindrical-coordinate representation of color #FEA5F7: hue angle of 304.72º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FEA5F7 is Cyan = 0, Magento = 0.35, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 165 | 247 | - |
| CMYK | 0 | 0.35 | 0.03 | 0.00 |
| HSL | 304.72º | 0.98% | 0.82% | - |
| HSV(B) | 304.72º | 0.35% | 1% | - |
| XYZ | 71.12 | 54.7 | 94.8 | - |
| YUV | 200.96 | 153.99 | 165.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 165 | 247 | 0 | 0.35 | 0.03 | 0.00 | 304.72 | 0.98 | 0.82 |
| Hex | FE | A5 | F7 | 0 | 23 | 3 | 0 | 131 | 62 | 52 |
| Octal | 376 | 245 | 367 | 0 | 43 | 3 | 0 | 461 | 142 | 122 |
| Binary | 11111110 | 10100101 | 11110111 | 0 | 100011 | 11 | 0 | 100110001 | 1100010 | 1010010 |
Color Harmonies of #FEA5F7
Complementary color
Monochromatic Colors of #FEA5F7
Black with #FEA5F7
Text Example
Text Example
White with #FEA5F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA5F7; }
p { color: rgb(254,165,247); }
H1.HeaderClassName
{
color: #FEA5F7;
}
.AnyTagClassName
{
color: #FEA5F7;
}
</style>
background-color css
<style>
a { background-color: #FEA5F7; }
a { background-color: rgb(254,165,247); }
div.DivClassName
{
background-color: #FEA5F7;
}
.BgClassName
{
background-color: #FEA5F7;
}
</style>
border-color css
<style>
span { border-color: #FEA5F7; }
span { border-color: rgb(254,165,247); }
td.TdClassName
{
border-color: #FEA5F7;
}
.TagClassName
{
border-color: #FEA5F7;
}
</style>