Shades of Lavender Rose #FEA3EA
Tints of Lavender Rose #FEA3EA
RGB
CMYK
RGB Variations
Color information
#FEA3EA (or 0xFEA3EA) is known color: Lavender Rose. HEX triplet: FE, A3 and EA. RGB value is (254,163,234). Sum of RGB (Red+Green+Blue) = 254+163+234=651 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.02% from 651); Green value is 163 (64.06% from 255 or 25.04% from 651); Blue value is 234 (91.80% from 255 or 35.94% from 651); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA3EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA3EA is #015C15. Grayscale: #C6C6C6. Windows color (decimal): -89110 or 15377406. OLE color: 15377406.
HSL color Cylindrical-coordinate representation of color #FEA3EA: hue angle of 313.19º 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 #FEA3EA is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 163 | 234 | - |
| CMYK | 0 | 0.36 | 0.08 | 0.00 |
| HSL | 313.19º | 0.98% | 0.82% | - |
| HSV(B) | 313.19º | 0.36% | 1% | - |
| XYZ | 68.82 | 53.21 | 84.48 | - |
| YUV | 198.3 | 148.15 | 167.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 163 | 234 | 0 | 0.36 | 0.08 | 0.00 | 313.19 | 0.98 | 0.82 |
| Hex | FE | A3 | EA | 0 | 24 | 8 | 0 | 139 | 62 | 52 |
| Octal | 376 | 243 | 352 | 0 | 44 | 10 | 0 | 471 | 142 | 122 |
| Binary | 11111110 | 10100011 | 11101010 | 0 | 100100 | 1000 | 0 | 100111001 | 1100010 | 1010010 |
Color Harmonies of #FEA3EA
Complementary color
Monochromatic Colors of #FEA3EA
Black with #FEA3EA
Text Example
Text Example
White with #FEA3EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA3EA; }
p { color: rgb(254,163,234); }
H1.HeaderClassName
{
color: #FEA3EA;
}
.AnyTagClassName
{
color: #FEA3EA;
}
</style>
background-color css
<style>
a { background-color: #FEA3EA; }
a { background-color: rgb(254,163,234); }
div.DivClassName
{
background-color: #FEA3EA;
}
.BgClassName
{
background-color: #FEA3EA;
}
</style>
border-color css
<style>
span { border-color: #FEA3EA; }
span { border-color: rgb(254,163,234); }
td.TdClassName
{
border-color: #FEA3EA;
}
.TagClassName
{
border-color: #FEA3EA;
}
</style>