Shades of Lavender Rose #FEA8EF
Tints of Lavender Rose #FEA8EF
RGB
CMYK
RGB Variations
Color information
#FEA8EF (or 0xFEA8EF) is known color: Lavender Rose. HEX triplet: FE, A8 and EF. RGB value is (254,168,239). Sum of RGB (Red+Green+Blue) = 254+168+239=661 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.43% from 661); Green value is 168 (66.02% from 255 or 25.42% from 661); Blue value is 239 (93.75% from 255 or 36.16% from 661); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA8EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA8EF is #015710. Grayscale: #C9C9C9. Windows color (decimal): -87825 or 15706366. OLE color: 15706366.
HSL color Cylindrical-coordinate representation of color #FEA8EF: hue angle of 310.47º 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 #FEA8EF is Cyan = 0, Magento = 0.34, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 168 | 239 | - |
| CMYK | 0 | 0.34 | 0.06 | 0.00 |
| HSL | 310.47º | 0.98% | 0.83% | - |
| HSV(B) | 310.47º | 0.34% | 1% | - |
| XYZ | 70.46 | 55.31 | 88.62 | - |
| YUV | 201.81 | 148.99 | 165.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 168 | 239 | 0 | 0.34 | 0.06 | 0.00 | 310.47 | 0.98 | 0.83 |
| Hex | FE | A8 | EF | 0 | 22 | 6 | 0 | 136 | 62 | 53 |
| Octal | 376 | 250 | 357 | 0 | 42 | 6 | 0 | 466 | 142 | 123 |
| Binary | 11111110 | 10101000 | 11101111 | 0 | 100010 | 110 | 0 | 100110110 | 1100010 | 1010011 |
Color Harmonies of #FEA8EF
Complementary color
Monochromatic Colors of #FEA8EF
Black with #FEA8EF
Text Example
Text Example
White with #FEA8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA8EF; }
p { color: rgb(254,168,239); }
H1.HeaderClassName
{
color: #FEA8EF;
}
.AnyTagClassName
{
color: #FEA8EF;
}
</style>
background-color css
<style>
a { background-color: #FEA8EF; }
a { background-color: rgb(254,168,239); }
div.DivClassName
{
background-color: #FEA8EF;
}
.BgClassName
{
background-color: #FEA8EF;
}
</style>
border-color css
<style>
span { border-color: #FEA8EF; }
span { border-color: rgb(254,168,239); }
td.TdClassName
{
border-color: #FEA8EF;
}
.TagClassName
{
border-color: #FEA8EF;
}
</style>