Shades of Lavender Rose #FE9AF1
Tints of Lavender Rose #FE9AF1
RGB
CMYK
RGB Variations
Color information
#FE9AF1 (or 0xFE9AF1) is known color: Lavender Rose. HEX triplet: FE, 9A and F1. RGB value is (254,154,241). Sum of RGB (Red+Green+Blue) = 254+154+241=649 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.14% from 649); Green value is 154 (60.55% from 255 or 23.73% from 649); Blue value is 241 (94.53% from 255 or 37.13% from 649); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9AF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE9AF1 is #01650E. Grayscale: #C1C1C1. Windows color (decimal): -91407 or 15833854. OLE color: 15833854.
HSL color Cylindrical-coordinate representation of color #FE9AF1: hue angle of 307.8º 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 #FE9AF1 is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 154 | 241 | - |
| CMYK | 0 | 0.39 | 0.05 | 0.00 |
| HSL | 307.8º | 0.98% | 0.8% | - |
| HSV(B) | 307.8º | 0.39% | 1% | - |
| XYZ | 68.31 | 50.53 | 89.37 | - |
| YUV | 193.82 | 154.63 | 170.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 154 | 241 | 0 | 0.39 | 0.05 | 0.00 | 307.8 | 0.98 | 0.8 |
| Hex | FE | 9A | F1 | 0 | 27 | 5 | 0 | 134 | 62 | 50 |
| Octal | 376 | 232 | 361 | 0 | 47 | 5 | 0 | 464 | 142 | 120 |
| Binary | 11111110 | 10011010 | 11110001 | 0 | 100111 | 101 | 0 | 100110100 | 1100010 | 1010000 |
Color Harmonies of #FE9AF1
Complementary color
Monochromatic Colors of #FE9AF1
Black with #FE9AF1
Text Example
Text Example
White with #FE9AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9AF1; }
p { color: rgb(254,154,241); }
H1.HeaderClassName
{
color: #FE9AF1;
}
.AnyTagClassName
{
color: #FE9AF1;
}
</style>
background-color css
<style>
a { background-color: #FE9AF1; }
a { background-color: rgb(254,154,241); }
div.DivClassName
{
background-color: #FE9AF1;
}
.BgClassName
{
background-color: #FE9AF1;
}
</style>
border-color css
<style>
span { border-color: #FE9AF1; }
span { border-color: rgb(254,154,241); }
td.TdClassName
{
border-color: #FE9AF1;
}
.TagClassName
{
border-color: #FE9AF1;
}
</style>