Shades of Lavender Rose #FEA3E4
Tints of Lavender Rose #FEA3E4
RGB
CMYK
RGB Variations
Color information
#FEA3E4 (or 0xFEA3E4) is known color: Lavender Rose. HEX triplet: FE, A3 and E4. RGB value is (254,163,228). Sum of RGB (Red+Green+Blue) = 254+163+228=645 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.38% from 645); Green value is 163 (64.06% from 255 or 25.27% from 645); Blue value is 228 (89.45% from 255 or 35.35% from 645); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA3E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA3E4 is #015C1B. Grayscale: #C5C5C5. Windows color (decimal): -89116 or 14984190. OLE color: 14984190.
HSL color Cylindrical-coordinate representation of color #FEA3E4: hue angle of 317.14º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FEA3E4 is Cyan = 0, Magento = 0.36, Yellow = 0.10 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 163 | 228 | - |
| CMYK | 0 | 0.36 | 0.10 | 0.00 |
| HSL | 317.14º | 0.98% | 0.82% | - |
| HSV(B) | 317.14º | 0.36% | 1% | - |
| XYZ | 67.97 | 52.87 | 80.02 | - |
| YUV | 197.62 | 145.15 | 168.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 163 | 228 | 0 | 0.36 | 0.10 | 0.00 | 317.14 | 0.98 | 0.82 |
| Hex | FE | A3 | E4 | 0 | 24 | A | 0 | 13D | 62 | 52 |
| Octal | 376 | 243 | 344 | 0 | 44 | 12 | 0 | 475 | 142 | 122 |
| Binary | 11111110 | 10100011 | 11100100 | 0 | 100100 | 1010 | 0 | 100111101 | 1100010 | 1010010 |
Color Harmonies of #FEA3E4
Complementary color
Monochromatic Colors of #FEA3E4
Black with #FEA3E4
Text Example
Text Example
White with #FEA3E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA3E4; }
p { color: rgb(254,163,228); }
H1.HeaderClassName
{
color: #FEA3E4;
}
.AnyTagClassName
{
color: #FEA3E4;
}
</style>
background-color css
<style>
a { background-color: #FEA3E4; }
a { background-color: rgb(254,163,228); }
div.DivClassName
{
background-color: #FEA3E4;
}
.BgClassName
{
background-color: #FEA3E4;
}
</style>
border-color css
<style>
span { border-color: #FEA3E4; }
span { border-color: rgb(254,163,228); }
td.TdClassName
{
border-color: #FEA3E4;
}
.TagClassName
{
border-color: #FEA3E4;
}
</style>