Shades of Lavender Rose #FF9FE6
Tints of Lavender Rose #FF9FE6
RGB
CMYK
RGB Variations
Color information
#FF9FE6 (or 0xFF9FE6) is known color: Lavender Rose. HEX triplet: FF, 9F and E6. RGB value is (255,159,230). Sum of RGB (Red+Green+Blue) = 255+159+230=644 (85% of max value = 765). Red value is 255 (100% from 255 or 39.60% from 644); Green value is 159 (62.5% from 255 or 24.69% from 644); Blue value is 230 (90.23% from 255 or 35.71% from 644); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9FE6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF9FE6 is #006019. Grayscale: #C3C3C3. Windows color (decimal): -24602 or 15114239. OLE color: 15114239.
HSL color Cylindrical-coordinate representation of color #FF9FE6: hue angle of 315.62º 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 #FF9FE6 is Cyan = 0, Magento = 0.38, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 159 | 230 | - |
| CMYK | 0 | 0.38 | 0.10 | 0 |
| HSL | 315.63º | 1% | 0.81% | - |
| HSV(B) | 315.63º | 0.38% | 1% | - |
| XYZ | 67.92 | 51.77 | 81.28 | - |
| YUV | 195.8 | 147.3 | 170.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 159 | 230 | 0 | 0.38 | 0.10 | 0 | 315.63 | 1 | 0.81 |
| Hex | FF | 9F | E6 | 0 | 26 | A | 0 | 13C | 64 | 51 |
| Octal | 377 | 237 | 346 | 0 | 46 | 12 | 0 | 474 | 144 | 121 |
| Binary | 11111111 | 10011111 | 11100110 | 0 | 100110 | 1010 | 0 | 100111100 | 1100100 | 1010001 |
Color Harmonies of #FF9FE6
Complementary color
Monochromatic Colors of #FF9FE6
Black with #FF9FE6
Text Example
Text Example
White with #FF9FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9FE6; }
p { color: rgb(255,159,230); }
H1.HeaderClassName
{
color: #FF9FE6;
}
.AnyTagClassName
{
color: #FF9FE6;
}
</style>
background-color css
<style>
a { background-color: #FF9FE6; }
a { background-color: rgb(255,159,230); }
div.DivClassName
{
background-color: #FF9FE6;
}
.BgClassName
{
background-color: #FF9FE6;
}
</style>
border-color css
<style>
span { border-color: #FF9FE6; }
span { border-color: rgb(255,159,230); }
td.TdClassName
{
border-color: #FF9FE6;
}
.TagClassName
{
border-color: #FF9FE6;
}
</style>