Shades of Lavender Rose #FE9DF5
Tints of Lavender Rose #FE9DF5
RGB
CMYK
RGB Variations
Color information
#FE9DF5 (or 0xFE9DF5) is known color: Lavender Rose. HEX triplet: FE, 9D and F5. RGB value is (254,157,245). Sum of RGB (Red+Green+Blue) = 254+157+245=656 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.72% from 656); Green value is 157 (61.72% from 255 or 23.93% from 656); Blue value is 245 (96.09% from 255 or 37.35% from 656); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9DF5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE9DF5 is #01620A. Grayscale: #C3C3C3. Windows color (decimal): -90635 or 16096766. OLE color: 16096766.
HSL color Cylindrical-coordinate representation of color #FE9DF5: hue angle of 305.57º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FE9DF5 is Cyan = 0, Magento = 0.38, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 157 | 245 | - |
| CMYK | 0 | 0.38 | 0.04 | 0.00 |
| HSL | 305.57º | 0.98% | 0.81% | - |
| HSV(B) | 305.57º | 0.38% | 1% | - |
| XYZ | 69.41 | 51.78 | 92.72 | - |
| YUV | 196.04 | 155.64 | 169.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 157 | 245 | 0 | 0.38 | 0.04 | 0.00 | 305.57 | 0.98 | 0.81 |
| Hex | FE | 9D | F5 | 0 | 26 | 4 | 0 | 132 | 62 | 51 |
| Octal | 376 | 235 | 365 | 0 | 46 | 4 | 0 | 462 | 142 | 121 |
| Binary | 11111110 | 10011101 | 11110101 | 0 | 100110 | 100 | 0 | 100110010 | 1100010 | 1010001 |
Color Harmonies of #FE9DF5
Complementary color
Monochromatic Colors of #FE9DF5
Black with #FE9DF5
Text Example
Text Example
White with #FE9DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9DF5; }
p { color: rgb(254,157,245); }
H1.HeaderClassName
{
color: #FE9DF5;
}
.AnyTagClassName
{
color: #FE9DF5;
}
</style>
background-color css
<style>
a { background-color: #FE9DF5; }
a { background-color: rgb(254,157,245); }
div.DivClassName
{
background-color: #FE9DF5;
}
.BgClassName
{
background-color: #FE9DF5;
}
</style>
border-color css
<style>
span { border-color: #FE9DF5; }
span { border-color: rgb(254,157,245); }
td.TdClassName
{
border-color: #FE9DF5;
}
.TagClassName
{
border-color: #FE9DF5;
}
</style>