Shades of Lavender Rose #FEA8F9
Tints of Lavender Rose #FEA8F9
RGB
CMYK
RGB Variations
Color information
#FEA8F9 (or 0xFEA8F9) is known color: Lavender Rose. HEX triplet: FE, A8 and F9. RGB value is (254,168,249). Sum of RGB (Red+Green+Blue) = 254+168+249=671 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.85% from 671); Green value is 168 (66.02% from 255 or 25.04% from 671); Blue value is 249 (97.66% from 255 or 37.11% from 671); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA8F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA8F9 is #015706. Grayscale: #CACACA. Windows color (decimal): -87815 or 16361726. OLE color: 16361726.
HSL color Cylindrical-coordinate representation of color #FEA8F9: hue angle of 303.49º 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 #FEA8F9 is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 168 | 249 | - |
CMYK | 0 | 0.34 | 0.02 | 0.00 |
HSL | 303.49º | 0.98% | 0.83% | - |
HSV(B) | 303.49º | 0.34% | 1% | - |
XYZ | 71.97 | 55.92 | 96.62 | - |
YUV | 202.95 | 153.99 | 164.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 168 | 249 | 0 | 0.34 | 0.02 | 0.00 | 303.49 | 0.98 | 0.83 |
Hex | FE | A8 | F9 | 0 | 22 | 2 | 0 | 12F | 62 | 53 |
Octal | 376 | 250 | 371 | 0 | 42 | 2 | 0 | 457 | 142 | 123 |
Binary | 11111110 | 10101000 | 11111001 | 0 | 100010 | 10 | 0 | 100101111 | 1100010 | 1010011 |
Color Harmonies of #FEA8F9
Complementary color
Monochromatic Colors of #FEA8F9
Black with #FEA8F9
Text Example
Text Example
White with #FEA8F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA8F9; }
p { color: rgb(254,168,249); }
H1.HeaderClassName
{
color: #FEA8F9;
}
.AnyTagClassName
{
color: #FEA8F9;
}
</style>
background-color css
<style>
a { background-color: #FEA8F9; }
a { background-color: rgb(254,168,249); }
div.DivClassName
{
background-color: #FEA8F9;
}
.BgClassName
{
background-color: #FEA8F9;
}
</style>
border-color css
<style>
span { border-color: #FEA8F9; }
span { border-color: rgb(254,168,249); }
td.TdClassName
{
border-color: #FEA8F9;
}
.TagClassName
{
border-color: #FEA8F9;
}
</style>