Shades of Lavender Rose #FF9DFE
Tints of Lavender Rose #FF9DFE
RGB
CMYK
RGB Variations
Color information
#FF9DFE (or 0xFF9DFE) is known color: Lavender Rose. HEX triplet: FF, 9D and FE. RGB value is (255,157,254). Sum of RGB (Red+Green+Blue) = 255+157+254=666 (88% of max value = 765). Red value is 255 (100% from 255 or 38.29% from 666); Green value is 157 (61.72% from 255 or 23.57% from 666); Blue value is 254 (99.61% from 255 or 38.14% from 666); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9DFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF9DFE is #006201. Grayscale: #C5C5C5. Windows color (decimal): -25090 or 16686591. OLE color: 16686591.
HSL color Cylindrical-coordinate representation of color #FF9DFE: hue angle of 300.61º 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 #FF9DFE is Cyan = 0, Magento = 0.38, Yellow = 0.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 157 | 254 | - |
| CMYK | 0 | 0.38 | 0.00 | 0 |
| HSL | 300.61º | 1% | 0.81% | - |
| HSV(B) | 300.61º | 0.38% | 1% | - |
| XYZ | 71.19 | 52.53 | 100.15 | - |
| YUV | 197.36 | 159.97 | 169.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 157 | 254 | 0 | 0.38 | 0.00 | 0 | 300.61 | 1 | 0.81 |
| Hex | FF | 9D | FE | 0 | 26 | 0 | 0 | 12D | 64 | 51 |
| Octal | 377 | 235 | 376 | 0 | 46 | 0 | 0 | 455 | 144 | 121 |
| Binary | 11111111 | 10011101 | 11111110 | 0 | 100110 | 0 | 0 | 100101101 | 1100100 | 1010001 |
Color Harmonies of #FF9DFE
Complementary color
Monochromatic Colors of #FF9DFE
Black with #FF9DFE
Text Example
Text Example
White with #FF9DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9DFE; }
p { color: rgb(255,157,254); }
H1.HeaderClassName
{
color: #FF9DFE;
}
.AnyTagClassName
{
color: #FF9DFE;
}
</style>
background-color css
<style>
a { background-color: #FF9DFE; }
a { background-color: rgb(255,157,254); }
div.DivClassName
{
background-color: #FF9DFE;
}
.BgClassName
{
background-color: #FF9DFE;
}
</style>
border-color css
<style>
span { border-color: #FF9DFE; }
span { border-color: rgb(255,157,254); }
td.TdClassName
{
border-color: #FF9DFE;
}
.TagClassName
{
border-color: #FF9DFE;
}
</style>