Shades of Lavender Rose #FF9FED
Tints of Lavender Rose #FF9FED
RGB
CMYK
RGB Variations
Color information
#FF9FED (or 0xFF9FED) is known color: Lavender Rose. HEX triplet: FF, 9F and ED. RGB value is (255,159,237). Sum of RGB (Red+Green+Blue) = 255+159+237=651 (86% of max value = 765). Red value is 255 (100% from 255 or 39.17% from 651); Green value is 159 (62.5% from 255 or 24.42% from 651); Blue value is 237 (92.97% from 255 or 36.41% from 651); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9FED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF9FED is #006012. Grayscale: #C4C4C4. Windows color (decimal): -24595 or 15572991. OLE color: 15572991.
HSL color Cylindrical-coordinate representation of color #FF9FED: hue angle of 311.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 #FF9FED is Cyan = 0, Magento = 0.38, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 159 | 237 | - |
| CMYK | 0 | 0.38 | 0.07 | 0 |
| HSL | 311.25º | 1% | 0.81% | - |
| HSV(B) | 311.25º | 0.38% | 1% | - |
| XYZ | 68.92 | 52.17 | 86.56 | - |
| YUV | 196.6 | 150.8 | 169.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 159 | 237 | 0 | 0.38 | 0.07 | 0 | 311.25 | 1 | 0.81 |
| Hex | FF | 9F | ED | 0 | 26 | 7 | 0 | 137 | 64 | 51 |
| Octal | 377 | 237 | 355 | 0 | 46 | 7 | 0 | 467 | 144 | 121 |
| Binary | 11111111 | 10011111 | 11101101 | 0 | 100110 | 111 | 0 | 100110111 | 1100100 | 1010001 |
Color Harmonies of #FF9FED
Complementary color
Monochromatic Colors of #FF9FED
Black with #FF9FED
Text Example
Text Example
White with #FF9FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9FED; }
p { color: rgb(255,159,237); }
H1.HeaderClassName
{
color: #FF9FED;
}
.AnyTagClassName
{
color: #FF9FED;
}
</style>
background-color css
<style>
a { background-color: #FF9FED; }
a { background-color: rgb(255,159,237); }
div.DivClassName
{
background-color: #FF9FED;
}
.BgClassName
{
background-color: #FF9FED;
}
</style>
border-color css
<style>
span { border-color: #FF9FED; }
span { border-color: rgb(255,159,237); }
td.TdClassName
{
border-color: #FF9FED;
}
.TagClassName
{
border-color: #FF9FED;
}
</style>