Shades of Lavender Rose #FF9FE0
Tints of Lavender Rose #FF9FE0
RGB
CMYK
RGB Variations
Color information
#FF9FE0 (or 0xFF9FE0) is known color: Lavender Rose. HEX triplet: FF, 9F and E0. RGB value is (255,159,224). Sum of RGB (Red+Green+Blue) = 255+159+224=638 (84% of max value = 765). Red value is 255 (100% from 255 or 39.97% from 638); Green value is 159 (62.5% from 255 or 24.92% from 638); Blue value is 224 (87.89% from 255 or 35.11% from 638); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9FE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9FE0 is #00601F. Grayscale: #C2C2C2. Windows color (decimal): -24608 or 14721023. OLE color: 14721023.
HSL color Cylindrical-coordinate representation of color #FF9FE0: hue angle of 319.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 #FF9FE0 is Cyan = 0, Magento = 0.38, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 159 | 224 | - |
| CMYK | 0 | 0.38 | 0.12 | 0 |
| HSL | 319.38º | 1% | 0.81% | - |
| HSV(B) | 319.38º | 0.38% | 1% | - |
| XYZ | 67.09 | 51.44 | 76.91 | - |
| YUV | 195.11 | 144.3 | 170.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 159 | 224 | 0 | 0.38 | 0.12 | 0 | 319.38 | 1 | 0.81 |
| Hex | FF | 9F | E0 | 0 | 26 | C | 0 | 13F | 64 | 51 |
| Octal | 377 | 237 | 340 | 0 | 46 | 14 | 0 | 477 | 144 | 121 |
| Binary | 11111111 | 10011111 | 11100000 | 0 | 100110 | 1100 | 0 | 100111111 | 1100100 | 1010001 |
Color Harmonies of #FF9FE0
Complementary color
Monochromatic Colors of #FF9FE0
Black with #FF9FE0
Text Example
Text Example
White with #FF9FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9FE0; }
p { color: rgb(255,159,224); }
H1.HeaderClassName
{
color: #FF9FE0;
}
.AnyTagClassName
{
color: #FF9FE0;
}
</style>
background-color css
<style>
a { background-color: #FF9FE0; }
a { background-color: rgb(255,159,224); }
div.DivClassName
{
background-color: #FF9FE0;
}
.BgClassName
{
background-color: #FF9FE0;
}
</style>
border-color css
<style>
span { border-color: #FF9FE0; }
span { border-color: rgb(255,159,224); }
td.TdClassName
{
border-color: #FF9FE0;
}
.TagClassName
{
border-color: #FF9FE0;
}
</style>