Shades of Lavender Rose #FEA5F5
Tints of Lavender Rose #FEA5F5
RGB
CMYK
RGB Variations
Color information
#FEA5F5 (or 0xFEA5F5) is known color: Lavender Rose. HEX triplet: FE, A5 and F5. RGB value is (254,165,245). Sum of RGB (Red+Green+Blue) = 254+165+245=664 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.25% from 664); Green value is 165 (64.84% from 255 or 24.85% from 664); Blue value is 245 (96.09% from 255 or 36.90% from 664); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA5F5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA5F5 is #015A0A. Grayscale: #C8C8C8. Windows color (decimal): -88587 or 16098814. OLE color: 16098814.
HSL color Cylindrical-coordinate representation of color #FEA5F5: hue angle of 306.07º 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 #FEA5F5 is Cyan = 0, Magento = 0.35, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 165 | 245 | - |
| CMYK | 0 | 0.35 | 0.04 | 0.00 |
| HSL | 306.07º | 0.98% | 0.82% | - |
| HSV(B) | 306.07º | 0.35% | 1% | - |
| XYZ | 70.81 | 54.57 | 93.19 | - |
| YUV | 200.73 | 152.99 | 166 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 165 | 245 | 0 | 0.35 | 0.04 | 0.00 | 306.07 | 0.98 | 0.82 |
| Hex | FE | A5 | F5 | 0 | 23 | 4 | 0 | 132 | 62 | 52 |
| Octal | 376 | 245 | 365 | 0 | 43 | 4 | 0 | 462 | 142 | 122 |
| Binary | 11111110 | 10100101 | 11110101 | 0 | 100011 | 100 | 0 | 100110010 | 1100010 | 1010010 |
Color Harmonies of #FEA5F5
Complementary color
Monochromatic Colors of #FEA5F5
Black with #FEA5F5
Text Example
Text Example
White with #FEA5F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA5F5; }
p { color: rgb(254,165,245); }
H1.HeaderClassName
{
color: #FEA5F5;
}
.AnyTagClassName
{
color: #FEA5F5;
}
</style>
background-color css
<style>
a { background-color: #FEA5F5; }
a { background-color: rgb(254,165,245); }
div.DivClassName
{
background-color: #FEA5F5;
}
.BgClassName
{
background-color: #FEA5F5;
}
</style>
border-color css
<style>
span { border-color: #FEA5F5; }
span { border-color: rgb(254,165,245); }
td.TdClassName
{
border-color: #FEA5F5;
}
.TagClassName
{
border-color: #FEA5F5;
}
</style>