Shades of Lavender Rose #FEA8F7
Tints of Lavender Rose #FEA8F7
RGB
CMYK
RGB Variations
Color information
#FEA8F7 (or 0xFEA8F7) is known color: Lavender Rose. HEX triplet: FE, A8 and F7. RGB value is (254,168,247). Sum of RGB (Red+Green+Blue) = 254+168+247=669 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.97% from 669); Green value is 168 (66.02% from 255 or 25.11% from 669); Blue value is 247 (96.88% from 255 or 36.92% from 669); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA8F7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA8F7 is #015708. Grayscale: #CACACA. Windows color (decimal): -87817 or 16230654. OLE color: 16230654.
HSL color Cylindrical-coordinate representation of color #FEA8F7: hue angle of 304.88º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FEA8F7 is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 168 | 247 | - |
| CMYK | 0 | 0.34 | 0.03 | 0.00 |
| HSL | 304.88º | 0.98% | 0.83% | - |
| HSV(B) | 304.88º | 0.34% | 1% | - |
| XYZ | 71.66 | 55.79 | 94.99 | - |
| YUV | 202.72 | 152.99 | 164.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 168 | 247 | 0 | 0.34 | 0.03 | 0.00 | 304.88 | 0.98 | 0.83 |
| Hex | FE | A8 | F7 | 0 | 22 | 3 | 0 | 131 | 62 | 53 |
| Octal | 376 | 250 | 367 | 0 | 42 | 3 | 0 | 461 | 142 | 123 |
| Binary | 11111110 | 10101000 | 11110111 | 0 | 100010 | 11 | 0 | 100110001 | 1100010 | 1010011 |
Color Harmonies of #FEA8F7
Complementary color
Monochromatic Colors of #FEA8F7
Black with #FEA8F7
Text Example
Text Example
White with #FEA8F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA8F7; }
p { color: rgb(254,168,247); }
H1.HeaderClassName
{
color: #FEA8F7;
}
.AnyTagClassName
{
color: #FEA8F7;
}
</style>
background-color css
<style>
a { background-color: #FEA8F7; }
a { background-color: rgb(254,168,247); }
div.DivClassName
{
background-color: #FEA8F7;
}
.BgClassName
{
background-color: #FEA8F7;
}
</style>
border-color css
<style>
span { border-color: #FEA8F7; }
span { border-color: rgb(254,168,247); }
td.TdClassName
{
border-color: #FEA8F7;
}
.TagClassName
{
border-color: #FEA8F7;
}
</style>