Shades of Lavender Rose #FEA8F6
Tints of Lavender Rose #FEA8F6
RGB
CMYK
RGB Variations
Color information
#FEA8F6 (or 0xFEA8F6) is known color: Lavender Rose. HEX triplet: FE, A8 and F6. RGB value is (254,168,246). Sum of RGB (Red+Green+Blue) = 254+168+246=668 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.02% from 668); Green value is 168 (66.02% from 255 or 25.15% from 668); Blue value is 246 (96.48% from 255 or 36.83% from 668); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA8F6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA8F6 is #015709. Grayscale: #CACACA. Windows color (decimal): -87818 or 16165118. OLE color: 16165118.
HSL color Cylindrical-coordinate representation of color #FEA8F6: hue angle of 305.58º 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 #FEA8F6 is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 168 | 246 | - |
| CMYK | 0 | 0.34 | 0.03 | 0.00 |
| HSL | 305.58º | 0.98% | 0.83% | - |
| HSV(B) | 305.58º | 0.34% | 1% | - |
| XYZ | 71.51 | 55.73 | 94.18 | - |
| YUV | 202.61 | 152.49 | 164.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 168 | 246 | 0 | 0.34 | 0.03 | 0.00 | 305.58 | 0.98 | 0.83 |
| Hex | FE | A8 | F6 | 0 | 22 | 3 | 0 | 132 | 62 | 53 |
| Octal | 376 | 250 | 366 | 0 | 42 | 3 | 0 | 462 | 142 | 123 |
| Binary | 11111110 | 10101000 | 11110110 | 0 | 100010 | 11 | 0 | 100110010 | 1100010 | 1010011 |
Color Harmonies of #FEA8F6
Complementary color
Monochromatic Colors of #FEA8F6
Black with #FEA8F6
Text Example
Text Example
White with #FEA8F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA8F6; }
p { color: rgb(254,168,246); }
H1.HeaderClassName
{
color: #FEA8F6;
}
.AnyTagClassName
{
color: #FEA8F6;
}
</style>
background-color css
<style>
a { background-color: #FEA8F6; }
a { background-color: rgb(254,168,246); }
div.DivClassName
{
background-color: #FEA8F6;
}
.BgClassName
{
background-color: #FEA8F6;
}
</style>
border-color css
<style>
span { border-color: #FEA8F6; }
span { border-color: rgb(254,168,246); }
td.TdClassName
{
border-color: #FEA8F6;
}
.TagClassName
{
border-color: #FEA8F6;
}
</style>