Shades of Lavender Rose #FE9FE5
Tints of Lavender Rose #FE9FE5
RGB
CMYK
RGB Variations
Color information
#FE9FE5 (or 0xFE9FE5) is known color: Lavender Rose. HEX triplet: FE, 9F and E5. RGB value is (254,159,229). Sum of RGB (Red+Green+Blue) = 254+159+229=642 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.56% from 642); Green value is 159 (62.5% from 255 or 24.77% from 642); Blue value is 229 (89.84% from 255 or 35.67% from 642); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9FE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9FE5 is #01601A. Grayscale: #C3C3C3. Windows color (decimal): -90139 or 15048702. OLE color: 15048702.
HSL color Cylindrical-coordinate representation of color #FE9FE5: hue angle of 315.79º 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 #FE9FE5 is Cyan = 0, Magento = 0.37, Yellow = 0.10 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 159 | 229 | - |
| CMYK | 0 | 0.37 | 0.10 | 0.00 |
| HSL | 315.79º | 0.98% | 0.81% | - |
| HSV(B) | 315.79º | 0.37% | 1% | - |
| XYZ | 67.41 | 51.52 | 80.52 | - |
| YUV | 195.39 | 146.97 | 169.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 159 | 229 | 0 | 0.37 | 0.10 | 0.00 | 315.79 | 0.98 | 0.81 |
| Hex | FE | 9F | E5 | 0 | 25 | A | 0 | 13C | 62 | 51 |
| Octal | 376 | 237 | 345 | 0 | 45 | 12 | 0 | 474 | 142 | 121 |
| Binary | 11111110 | 10011111 | 11100101 | 0 | 100101 | 1010 | 0 | 100111100 | 1100010 | 1010001 |
Color Harmonies of #FE9FE5
Complementary color
Monochromatic Colors of #FE9FE5
Black with #FE9FE5
Text Example
Text Example
White with #FE9FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9FE5; }
p { color: rgb(254,159,229); }
H1.HeaderClassName
{
color: #FE9FE5;
}
.AnyTagClassName
{
color: #FE9FE5;
}
</style>
background-color css
<style>
a { background-color: #FE9FE5; }
a { background-color: rgb(254,159,229); }
div.DivClassName
{
background-color: #FE9FE5;
}
.BgClassName
{
background-color: #FE9FE5;
}
</style>
border-color css
<style>
span { border-color: #FE9FE5; }
span { border-color: rgb(254,159,229); }
td.TdClassName
{
border-color: #FE9FE5;
}
.TagClassName
{
border-color: #FE9FE5;
}
</style>