Shades of Lavender Rose #FEA5EF
Tints of Lavender Rose #FEA5EF
RGB
CMYK
RGB Variations
Color information
#FEA5EF (or 0xFEA5EF) is known color: Lavender Rose. HEX triplet: FE, A5 and EF. RGB value is (254,165,239). Sum of RGB (Red+Green+Blue) = 254+165+239=658 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.60% from 658); Green value is 165 (64.84% from 255 or 25.08% from 658); Blue value is 239 (93.75% from 255 or 36.32% from 658); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA5EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA5EF is #015A10. Grayscale: #C7C7C7. Windows color (decimal): -88593 or 15705598. OLE color: 15705598.
HSL color Cylindrical-coordinate representation of color #FEA5EF: hue angle of 310.11º 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 #FEA5EF is Cyan = 0, Magento = 0.35, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 165 | 239 | - |
| CMYK | 0 | 0.35 | 0.06 | 0.00 |
| HSL | 310.11º | 0.98% | 0.82% | - |
| HSV(B) | 310.11º | 0.35% | 1% | - |
| XYZ | 69.91 | 54.21 | 88.44 | - |
| YUV | 200.05 | 149.99 | 166.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 165 | 239 | 0 | 0.35 | 0.06 | 0.00 | 310.11 | 0.98 | 0.82 |
| Hex | FE | A5 | EF | 0 | 23 | 6 | 0 | 136 | 62 | 52 |
| Octal | 376 | 245 | 357 | 0 | 43 | 6 | 0 | 466 | 142 | 122 |
| Binary | 11111110 | 10100101 | 11101111 | 0 | 100011 | 110 | 0 | 100110110 | 1100010 | 1010010 |
Color Harmonies of #FEA5EF
Complementary color
Monochromatic Colors of #FEA5EF
Black with #FEA5EF
Text Example
Text Example
White with #FEA5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA5EF; }
p { color: rgb(254,165,239); }
H1.HeaderClassName
{
color: #FEA5EF;
}
.AnyTagClassName
{
color: #FEA5EF;
}
</style>
background-color css
<style>
a { background-color: #FEA5EF; }
a { background-color: rgb(254,165,239); }
div.DivClassName
{
background-color: #FEA5EF;
}
.BgClassName
{
background-color: #FEA5EF;
}
</style>
border-color css
<style>
span { border-color: #FEA5EF; }
span { border-color: rgb(254,165,239); }
td.TdClassName
{
border-color: #FEA5EF;
}
.TagClassName
{
border-color: #FEA5EF;
}
</style>