Shades of Lavender Rose #FEA5FE
Tints of Lavender Rose #FEA5FE
RGB
CMYK
RGB Variations
Color information
#FEA5FE (or 0xFEA5FE) is known color: Lavender Rose. HEX triplet: FE, A5 and FE. RGB value is (254,165,254). Sum of RGB (Red+Green+Blue) = 254+165+254=673 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.74% from 673); Green value is 165 (64.84% from 255 or 24.52% from 673); Blue value is 254 (99.61% from 255 or 37.74% from 673); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FEA5FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA5FE is #015A01. Grayscale: #C9C9C9. Windows color (decimal): -88578 or 16688638. OLE color: 16688638.
HSL color Cylindrical-coordinate representation of color #FEA5FE: hue angle of 300º 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 #FEA5FE is Cyan = 0, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 165 | 254 | - |
| CMYK | 0 | 0.35 | 0 | 0.00 |
| HSL | 300º | 0.98% | 0.82% | - |
| HSV(B) | 300º | 0.35% | 1% | - |
| XYZ | 72.22 | 55.14 | 100.6 | - |
| YUV | 201.76 | 157.49 | 165.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 165 | 254 | 0 | 0.35 | 0 | 0.00 | 300 | 0.98 | 0.82 |
| Hex | FE | A5 | FE | 0 | 23 | 0 | 0 | 12C | 62 | 52 |
| Octal | 376 | 245 | 376 | 0 | 43 | 0 | 0 | 454 | 142 | 122 |
| Binary | 11111110 | 10100101 | 11111110 | 0 | 100011 | 0 | 0 | 100101100 | 1100010 | 1010010 |
Color Harmonies of #FEA5FE
Complementary color
Monochromatic Colors of #FEA5FE
Black with #FEA5FE
Text Example
Text Example
White with #FEA5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA5FE; }
p { color: rgb(254,165,254); }
H1.HeaderClassName
{
color: #FEA5FE;
}
.AnyTagClassName
{
color: #FEA5FE;
}
</style>
background-color css
<style>
a { background-color: #FEA5FE; }
a { background-color: rgb(254,165,254); }
div.DivClassName
{
background-color: #FEA5FE;
}
.BgClassName
{
background-color: #FEA5FE;
}
</style>
border-color css
<style>
span { border-color: #FEA5FE; }
span { border-color: rgb(254,165,254); }
td.TdClassName
{
border-color: #FEA5FE;
}
.TagClassName
{
border-color: #FEA5FE;
}
</style>