Shades of Lavender Rose #FEA8FF
Tints of Lavender Rose #FEA8FF
RGB
CMYK
RGB Variations
Color information
#FEA8FF (or 0xFEA8FF) is known color: Lavender Rose. HEX triplet: FE, A8 and FF. RGB value is (254,168,255). Sum of RGB (Red+Green+Blue) = 254+168+255=677 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.52% from 677); Green value is 168 (66.02% from 255 or 24.82% from 677); Blue value is 255 (100% from 255 or 37.67% from 677); Max value from RGB is 255 - color contains mainly: blue. Hex color #FEA8FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA8FF is #015700. Grayscale: #CBCBCB. Windows color (decimal): -87809 or 16754942. OLE color: 16754942.
HSL color Cylindrical-coordinate representation of color #FEA8FF: hue angle of 299.31º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FEA8FF is Cyan = 0.00, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 168 | 255 | - |
| CMYK | 0.00 | 0.34 | 0 | 0 |
| HSL | 299.31º | 1% | 0.83% | - |
| HSV(B) | 299.31º | 0.34% | 1% | - |
| XYZ | 72.93 | 56.3 | 101.63 | - |
| YUV | 203.63 | 156.99 | 163.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 168 | 255 | 0.00 | 0.34 | 0 | 0 | 299.31 | 1 | 0.83 |
| Hex | FE | A8 | FF | 0 | 22 | 0 | 0 | 12B | 64 | 53 |
| Octal | 376 | 250 | 377 | 0 | 42 | 0 | 0 | 453 | 144 | 123 |
| Binary | 11111110 | 10101000 | 11111111 | 0 | 100010 | 0 | 0 | 100101011 | 1100100 | 1010011 |
Color Harmonies of #FEA8FF
Complementary color
Monochromatic Colors of #FEA8FF
Black with #FEA8FF
Text Example
Text Example
White with #FEA8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA8FF; }
p { color: rgb(254,168,255); }
H1.HeaderClassName
{
color: #FEA8FF;
}
.AnyTagClassName
{
color: #FEA8FF;
}
</style>
background-color css
<style>
a { background-color: #FEA8FF; }
a { background-color: rgb(254,168,255); }
div.DivClassName
{
background-color: #FEA8FF;
}
.BgClassName
{
background-color: #FEA8FF;
}
</style>
border-color css
<style>
span { border-color: #FEA8FF; }
span { border-color: rgb(254,168,255); }
td.TdClassName
{
border-color: #FEA8FF;
}
.TagClassName
{
border-color: #FEA8FF;
}
</style>