Shades of Lavender Rose #FEA8F1
Tints of Lavender Rose #FEA8F1
RGB
CMYK
RGB Variations
Color information
#FEA8F1 (or 0xFEA8F1) is known color: Lavender Rose. HEX triplet: FE, A8 and F1. RGB value is (254,168,241). Sum of RGB (Red+Green+Blue) = 254+168+241=663 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.31% from 663); Green value is 168 (66.02% from 255 or 25.34% from 663); Blue value is 241 (94.53% from 255 or 36.35% from 663); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA8F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA8F1 is #01570E. Grayscale: #C9C9C9. Windows color (decimal): -87823 or 15837438. OLE color: 15837438.
HSL color Cylindrical-coordinate representation of color #FEA8F1: hue angle of 309.07º 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 #FEA8F1 is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 168 | 241 | - |
| CMYK | 0 | 0.34 | 0.05 | 0.00 |
| HSL | 309.07º | 0.98% | 0.83% | - |
| HSV(B) | 309.07º | 0.34% | 1% | - |
| XYZ | 70.75 | 55.43 | 90.19 | - |
| YUV | 202.04 | 149.99 | 165.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 168 | 241 | 0 | 0.34 | 0.05 | 0.00 | 309.07 | 0.98 | 0.83 |
| Hex | FE | A8 | F1 | 0 | 22 | 5 | 0 | 135 | 62 | 53 |
| Octal | 376 | 250 | 361 | 0 | 42 | 5 | 0 | 465 | 142 | 123 |
| Binary | 11111110 | 10101000 | 11110001 | 0 | 100010 | 101 | 0 | 100110101 | 1100010 | 1010011 |
Color Harmonies of #FEA8F1
Complementary color
Monochromatic Colors of #FEA8F1
Black with #FEA8F1
Text Example
Text Example
White with #FEA8F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA8F1; }
p { color: rgb(254,168,241); }
H1.HeaderClassName
{
color: #FEA8F1;
}
.AnyTagClassName
{
color: #FEA8F1;
}
</style>
background-color css
<style>
a { background-color: #FEA8F1; }
a { background-color: rgb(254,168,241); }
div.DivClassName
{
background-color: #FEA8F1;
}
.BgClassName
{
background-color: #FEA8F1;
}
</style>
border-color css
<style>
span { border-color: #FEA8F1; }
span { border-color: rgb(254,168,241); }
td.TdClassName
{
border-color: #FEA8F1;
}
.TagClassName
{
border-color: #FEA8F1;
}
</style>