Shades of Lavender Rose #FEA3F7
Tints of Lavender Rose #FEA3F7
RGB
CMYK
RGB Variations
Color information
#FEA3F7 (or 0xFEA3F7) is known color: Lavender Rose. HEX triplet: FE, A3 and F7. RGB value is (254,163,247). Sum of RGB (Red+Green+Blue) = 254+163+247=664 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.25% from 664); Green value is 163 (64.06% from 255 or 24.55% from 664); Blue value is 247 (96.88% from 255 or 37.20% from 664); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA3F7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA3F7 is #015C08. Grayscale: #C7C7C7. Windows color (decimal): -89097 or 16229374. OLE color: 16229374.
HSL color Cylindrical-coordinate representation of color #FEA3F7: hue angle of 304.62º 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 #FEA3F7 is Cyan = 0, Magento = 0.36, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 163 | 247 | - |
| CMYK | 0 | 0.36 | 0.03 | 0.00 |
| HSL | 304.62º | 0.98% | 0.82% | - |
| HSV(B) | 304.62º | 0.36% | 1% | - |
| XYZ | 70.76 | 53.98 | 94.69 | - |
| YUV | 199.79 | 154.65 | 166.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 163 | 247 | 0 | 0.36 | 0.03 | 0.00 | 304.62 | 0.98 | 0.82 |
| Hex | FE | A3 | F7 | 0 | 24 | 3 | 0 | 131 | 62 | 52 |
| Octal | 376 | 243 | 367 | 0 | 44 | 3 | 0 | 461 | 142 | 122 |
| Binary | 11111110 | 10100011 | 11110111 | 0 | 100100 | 11 | 0 | 100110001 | 1100010 | 1010010 |
Color Harmonies of #FEA3F7
Complementary color
Monochromatic Colors of #FEA3F7
Black with #FEA3F7
Text Example
Text Example
White with #FEA3F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA3F7; }
p { color: rgb(254,163,247); }
H1.HeaderClassName
{
color: #FEA3F7;
}
.AnyTagClassName
{
color: #FEA3F7;
}
</style>
background-color css
<style>
a { background-color: #FEA3F7; }
a { background-color: rgb(254,163,247); }
div.DivClassName
{
background-color: #FEA3F7;
}
.BgClassName
{
background-color: #FEA3F7;
}
</style>
border-color css
<style>
span { border-color: #FEA3F7; }
span { border-color: rgb(254,163,247); }
td.TdClassName
{
border-color: #FEA3F7;
}
.TagClassName
{
border-color: #FEA3F7;
}
</style>