Shades of Lavender Rose #FF9FE5
Tints of Lavender Rose #FF9FE5
RGB
CMYK
RGB Variations
Color information
#FF9FE5 (or 0xFF9FE5) is known color: Lavender Rose. HEX triplet: FF, 9F and E5. RGB value is (255,159,229). Sum of RGB (Red+Green+Blue) = 255+159+229=643 (85% of max value = 765). Red value is 255 (100% from 255 or 39.66% from 643); Green value is 159 (62.5% from 255 or 24.73% from 643); Blue value is 229 (89.84% from 255 or 35.61% from 643); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9FE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9FE5 is #00601A. Grayscale: #C3C3C3. Windows color (decimal): -24603 or 15048703. OLE color: 15048703.
HSL color Cylindrical-coordinate representation of color #FF9FE5: hue angle of 316.25º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FF9FE5 is Cyan = 0, Magento = 0.38, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 159 | 229 | - |
| CMYK | 0 | 0.38 | 0.10 | 0 |
| HSL | 316.25º | 1% | 0.81% | - |
| HSV(B) | 316.25º | 0.38% | 1% | - |
| XYZ | 67.78 | 51.71 | 80.54 | - |
| YUV | 195.68 | 146.8 | 170.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 159 | 229 | 0 | 0.38 | 0.10 | 0 | 316.25 | 1 | 0.81 |
| Hex | FF | 9F | E5 | 0 | 26 | A | 0 | 13C | 64 | 51 |
| Octal | 377 | 237 | 345 | 0 | 46 | 12 | 0 | 474 | 144 | 121 |
| Binary | 11111111 | 10011111 | 11100101 | 0 | 100110 | 1010 | 0 | 100111100 | 1100100 | 1010001 |
Color Harmonies of #FF9FE5
Complementary color
Monochromatic Colors of #FF9FE5
Black with #FF9FE5
Text Example
Text Example
White with #FF9FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9FE5; }
p { color: rgb(255,159,229); }
H1.HeaderClassName
{
color: #FF9FE5;
}
.AnyTagClassName
{
color: #FF9FE5;
}
</style>
background-color css
<style>
a { background-color: #FF9FE5; }
a { background-color: rgb(255,159,229); }
div.DivClassName
{
background-color: #FF9FE5;
}
.BgClassName
{
background-color: #FF9FE5;
}
</style>
border-color css
<style>
span { border-color: #FF9FE5; }
span { border-color: rgb(255,159,229); }
td.TdClassName
{
border-color: #FF9FE5;
}
.TagClassName
{
border-color: #FF9FE5;
}
</style>