Shades of Lavender Rose #FEA8FE
Tints of Lavender Rose #FEA8FE
RGB
CMYK
RGB Variations
Color information
#FEA8FE (or 0xFEA8FE) is known color: Lavender Rose. HEX triplet: FE, A8 and FE. RGB value is (254,168,254). Sum of RGB (Red+Green+Blue) = 254+168+254=676 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.57% from 676); Green value is 168 (66.02% from 255 or 24.85% from 676); Blue value is 254 (99.61% from 255 or 37.57% from 676); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FEA8FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA8FE is #015701. Grayscale: #CBCBCB. Windows color (decimal): -87810 or 16689406. OLE color: 16689406.
HSL color Cylindrical-coordinate representation of color #FEA8FE: hue angle of 300º 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 #FEA8FE is Cyan = 0, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 168 | 254 | - |
| CMYK | 0 | 0.34 | 0 | 0.00 |
| HSL | 300º | 0.98% | 0.83% | - |
| HSV(B) | 300º | 0.34% | 1% | - |
| XYZ | 72.77 | 56.23 | 100.78 | - |
| YUV | 203.52 | 156.49 | 164.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 168 | 254 | 0 | 0.34 | 0 | 0.00 | 300 | 0.98 | 0.83 |
| Hex | FE | A8 | FE | 0 | 22 | 0 | 0 | 12C | 62 | 53 |
| Octal | 376 | 250 | 376 | 0 | 42 | 0 | 0 | 454 | 142 | 123 |
| Binary | 11111110 | 10101000 | 11111110 | 0 | 100010 | 0 | 0 | 100101100 | 1100010 | 1010011 |
Color Harmonies of #FEA8FE
Complementary color
Monochromatic Colors of #FEA8FE
Black with #FEA8FE
Text Example
Text Example
White with #FEA8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA8FE; }
p { color: rgb(254,168,254); }
H1.HeaderClassName
{
color: #FEA8FE;
}
.AnyTagClassName
{
color: #FEA8FE;
}
</style>
background-color css
<style>
a { background-color: #FEA8FE; }
a { background-color: rgb(254,168,254); }
div.DivClassName
{
background-color: #FEA8FE;
}
.BgClassName
{
background-color: #FEA8FE;
}
</style>
border-color css
<style>
span { border-color: #FEA8FE; }
span { border-color: rgb(254,168,254); }
td.TdClassName
{
border-color: #FEA8FE;
}
.TagClassName
{
border-color: #FEA8FE;
}
</style>