Shades of Lavender Rose #FE9AF8
Tints of Lavender Rose #FE9AF8
RGB
CMYK
RGB Variations
Color information
#FE9AF8 (or 0xFE9AF8) is known color: Lavender Rose. HEX triplet: FE, 9A and F8. RGB value is (254,154,248). Sum of RGB (Red+Green+Blue) = 254+154+248=656 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.72% from 656); Green value is 154 (60.55% from 255 or 23.48% from 656); Blue value is 248 (97.27% from 255 or 37.80% from 656); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9AF8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE9AF8 is #016507. Grayscale: #C2C2C2. Windows color (decimal): -91400 or 16292606. OLE color: 16292606.
HSL color Cylindrical-coordinate representation of color #FE9AF8: hue angle of 303.6º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FE9AF8 is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 154 | 248 | - |
| CMYK | 0 | 0.39 | 0.02 | 0.00 |
| HSL | 303.6º | 0.98% | 0.8% | - |
| HSV(B) | 303.6º | 0.39% | 1% | - |
| XYZ | 69.37 | 50.96 | 94.99 | - |
| YUV | 194.62 | 158.13 | 170.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 154 | 248 | 0 | 0.39 | 0.02 | 0.00 | 303.6 | 0.98 | 0.8 |
| Hex | FE | 9A | F8 | 0 | 27 | 2 | 0 | 130 | 62 | 50 |
| Octal | 376 | 232 | 370 | 0 | 47 | 2 | 0 | 460 | 142 | 120 |
| Binary | 11111110 | 10011010 | 11111000 | 0 | 100111 | 10 | 0 | 100110000 | 1100010 | 1010000 |
Color Harmonies of #FE9AF8
Complementary color
Monochromatic Colors of #FE9AF8
Black with #FE9AF8
Text Example
Text Example
White with #FE9AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9AF8; }
p { color: rgb(254,154,248); }
H1.HeaderClassName
{
color: #FE9AF8;
}
.AnyTagClassName
{
color: #FE9AF8;
}
</style>
background-color css
<style>
a { background-color: #FE9AF8; }
a { background-color: rgb(254,154,248); }
div.DivClassName
{
background-color: #FE9AF8;
}
.BgClassName
{
background-color: #FE9AF8;
}
</style>
border-color css
<style>
span { border-color: #FE9AF8; }
span { border-color: rgb(254,154,248); }
td.TdClassName
{
border-color: #FE9AF8;
}
.TagClassName
{
border-color: #FE9AF8;
}
</style>