Shades of Lavender Rose #FF9FE8
Tints of Lavender Rose #FF9FE8
RGB
CMYK
RGB Variations
Color information
#FF9FE8 (or 0xFF9FE8) is known color: Lavender Rose. HEX triplet: FF, 9F and E8. RGB value is (255,159,232). Sum of RGB (Red+Green+Blue) = 255+159+232=646 (85% of max value = 765). Red value is 255 (100% from 255 or 39.47% from 646); Green value is 159 (62.5% from 255 or 24.61% from 646); Blue value is 232 (91.02% from 255 or 35.91% from 646); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9FE8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF9FE8 is #006017. Grayscale: #C3C3C3. Windows color (decimal): -24600 or 15245311. OLE color: 15245311.
HSL color Cylindrical-coordinate representation of color #FF9FE8: hue angle of 314.38º 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 #FF9FE8 is Cyan = 0, Magento = 0.38, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 159 | 232 | - |
| CMYK | 0 | 0.38 | 0.09 | 0 |
| HSL | 314.38º | 1% | 0.81% | - |
| HSV(B) | 314.38º | 0.38% | 1% | - |
| XYZ | 68.2 | 51.88 | 82.76 | - |
| YUV | 196.03 | 148.3 | 170.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 159 | 232 | 0 | 0.38 | 0.09 | 0 | 314.38 | 1 | 0.81 |
| Hex | FF | 9F | E8 | 0 | 26 | 9 | 0 | 13A | 64 | 51 |
| Octal | 377 | 237 | 350 | 0 | 46 | 11 | 0 | 472 | 144 | 121 |
| Binary | 11111111 | 10011111 | 11101000 | 0 | 100110 | 1001 | 0 | 100111010 | 1100100 | 1010001 |
Color Harmonies of #FF9FE8
Complementary color
Monochromatic Colors of #FF9FE8
Black with #FF9FE8
Text Example
Text Example
White with #FF9FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9FE8; }
p { color: rgb(255,159,232); }
H1.HeaderClassName
{
color: #FF9FE8;
}
.AnyTagClassName
{
color: #FF9FE8;
}
</style>
background-color css
<style>
a { background-color: #FF9FE8; }
a { background-color: rgb(255,159,232); }
div.DivClassName
{
background-color: #FF9FE8;
}
.BgClassName
{
background-color: #FF9FE8;
}
</style>
border-color css
<style>
span { border-color: #FF9FE8; }
span { border-color: rgb(255,159,232); }
td.TdClassName
{
border-color: #FF9FE8;
}
.TagClassName
{
border-color: #FF9FE8;
}
</style>