Shades of Lavender Rose #FEA5E6
Tints of Lavender Rose #FEA5E6
RGB
CMYK
RGB Variations
Color information
#FEA5E6 (or 0xFEA5E6) is known color: Lavender Rose. HEX triplet: FE, A5 and E6. RGB value is (254,165,230). Sum of RGB (Red+Green+Blue) = 254+165+230=649 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.14% from 649); Green value is 165 (64.84% from 255 or 25.42% from 649); Blue value is 230 (90.23% from 255 or 35.44% from 649); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA5E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA5E6 is #015A19. Grayscale: #C6C6C6. Windows color (decimal): -88602 or 15115774. OLE color: 15115774.
HSL color Cylindrical-coordinate representation of color #FEA5E6: hue angle of 316.18º 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 #FEA5E6 is Cyan = 0, Magento = 0.35, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 165 | 230 | - |
| CMYK | 0 | 0.35 | 0.09 | 0.00 |
| HSL | 316.18º | 0.98% | 0.82% | - |
| HSV(B) | 316.18º | 0.35% | 1% | - |
| XYZ | 68.61 | 53.69 | 81.61 | - |
| YUV | 199.02 | 145.49 | 167.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 165 | 230 | 0 | 0.35 | 0.09 | 0.00 | 316.18 | 0.98 | 0.82 |
| Hex | FE | A5 | E6 | 0 | 23 | 9 | 0 | 13C | 62 | 52 |
| Octal | 376 | 245 | 346 | 0 | 43 | 11 | 0 | 474 | 142 | 122 |
| Binary | 11111110 | 10100101 | 11100110 | 0 | 100011 | 1001 | 0 | 100111100 | 1100010 | 1010010 |
Color Harmonies of #FEA5E6
Complementary color
Monochromatic Colors of #FEA5E6
Black with #FEA5E6
Text Example
Text Example
White with #FEA5E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA5E6; }
p { color: rgb(254,165,230); }
H1.HeaderClassName
{
color: #FEA5E6;
}
.AnyTagClassName
{
color: #FEA5E6;
}
</style>
background-color css
<style>
a { background-color: #FEA5E6; }
a { background-color: rgb(254,165,230); }
div.DivClassName
{
background-color: #FEA5E6;
}
.BgClassName
{
background-color: #FEA5E6;
}
</style>
border-color css
<style>
span { border-color: #FEA5E6; }
span { border-color: rgb(254,165,230); }
td.TdClassName
{
border-color: #FEA5E6;
}
.TagClassName
{
border-color: #FEA5E6;
}
</style>