Shades of Lavender Rose #FE9FE3
Tints of Lavender Rose #FE9FE3
RGB
CMYK
RGB Variations
Color information
#FE9FE3 (or 0xFE9FE3) is known color: Lavender Rose. HEX triplet: FE, 9F and E3. RGB value is (254,159,227). Sum of RGB (Red+Green+Blue) = 254+159+227=640 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.69% from 640); Green value is 159 (62.5% from 255 or 24.84% from 640); Blue value is 227 (89.06% from 255 or 35.47% from 640); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9FE3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9FE3 is #01601C. Grayscale: #C2C2C2. Windows color (decimal): -90141 or 14917630. OLE color: 14917630.
HSL color Cylindrical-coordinate representation of color #FE9FE3: hue angle of 317.05º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FE9FE3 is Cyan = 0, Magento = 0.37, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 159 | 227 | - |
| CMYK | 0 | 0.37 | 0.11 | 0.00 |
| HSL | 317.05º | 0.98% | 0.81% | - |
| HSV(B) | 317.05º | 0.37% | 1% | - |
| XYZ | 67.14 | 51.41 | 79.06 | - |
| YUV | 195.16 | 145.97 | 169.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 159 | 227 | 0 | 0.37 | 0.11 | 0.00 | 317.05 | 0.98 | 0.81 |
| Hex | FE | 9F | E3 | 0 | 25 | B | 0 | 13D | 62 | 51 |
| Octal | 376 | 237 | 343 | 0 | 45 | 13 | 0 | 475 | 142 | 121 |
| Binary | 11111110 | 10011111 | 11100011 | 0 | 100101 | 1011 | 0 | 100111101 | 1100010 | 1010001 |
Color Harmonies of #FE9FE3
Complementary color
Monochromatic Colors of #FE9FE3
Black with #FE9FE3
Text Example
Text Example
White with #FE9FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9FE3; }
p { color: rgb(254,159,227); }
H1.HeaderClassName
{
color: #FE9FE3;
}
.AnyTagClassName
{
color: #FE9FE3;
}
</style>
background-color css
<style>
a { background-color: #FE9FE3; }
a { background-color: rgb(254,159,227); }
div.DivClassName
{
background-color: #FE9FE3;
}
.BgClassName
{
background-color: #FE9FE3;
}
</style>
border-color css
<style>
span { border-color: #FE9FE3; }
span { border-color: rgb(254,159,227); }
td.TdClassName
{
border-color: #FE9FE3;
}
.TagClassName
{
border-color: #FE9FE3;
}
</style>