Shades of Lavender Rose #FEA1F8
Tints of Lavender Rose #FEA1F8
RGB
CMYK
RGB Variations
Color information
#FEA1F8 (or 0xFEA1F8) is known color: Lavender Rose. HEX triplet: FE, A1 and F8. RGB value is (254,161,248). Sum of RGB (Red+Green+Blue) = 254+161+248=663 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.31% from 663); Green value is 161 (63.28% from 255 or 24.28% from 663); Blue value is 248 (97.27% from 255 or 37.41% from 663); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA1F8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA1F8 is #015E07. Grayscale: #C6C6C6. Windows color (decimal): -89608 or 16294398. OLE color: 16294398.
HSL color Cylindrical-coordinate representation of color #FEA1F8: hue angle of 303.87º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FEA1F8 is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 161 | 248 | - |
| CMYK | 0 | 0.37 | 0.02 | 0.00 |
| HSL | 303.87º | 0.98% | 0.81% | - |
| HSV(B) | 303.87º | 0.37% | 1% | - |
| XYZ | 70.56 | 53.34 | 95.38 | - |
| YUV | 198.73 | 155.81 | 167.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 161 | 248 | 0 | 0.37 | 0.02 | 0.00 | 303.87 | 0.98 | 0.81 |
| Hex | FE | A1 | F8 | 0 | 25 | 2 | 0 | 130 | 62 | 51 |
| Octal | 376 | 241 | 370 | 0 | 45 | 2 | 0 | 460 | 142 | 121 |
| Binary | 11111110 | 10100001 | 11111000 | 0 | 100101 | 10 | 0 | 100110000 | 1100010 | 1010001 |
Color Harmonies of #FEA1F8
Complementary color
Monochromatic Colors of #FEA1F8
Black with #FEA1F8
Text Example
Text Example
White with #FEA1F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA1F8; }
p { color: rgb(254,161,248); }
H1.HeaderClassName
{
color: #FEA1F8;
}
.AnyTagClassName
{
color: #FEA1F8;
}
</style>
background-color css
<style>
a { background-color: #FEA1F8; }
a { background-color: rgb(254,161,248); }
div.DivClassName
{
background-color: #FEA1F8;
}
.BgClassName
{
background-color: #FEA1F8;
}
</style>
border-color css
<style>
span { border-color: #FEA1F8; }
span { border-color: rgb(254,161,248); }
td.TdClassName
{
border-color: #FEA1F8;
}
.TagClassName
{
border-color: #FEA1F8;
}
</style>