Shades of Lavender Rose #FF9FFD
Tints of Lavender Rose #FF9FFD
RGB
CMYK
RGB Variations
Color information
#FF9FFD (or 0xFF9FFD) is known color: Lavender Rose. HEX triplet: FF, 9F and FD. RGB value is (255,159,253). Sum of RGB (Red+Green+Blue) = 255+159+253=667 (88% of max value = 765). Red value is 255 (100% from 255 or 38.23% from 667); Green value is 159 (62.5% from 255 or 23.84% from 667); Blue value is 253 (99.22% from 255 or 37.93% from 667); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9FFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF9FFD is #006002. Grayscale: #C6C6C6. Windows color (decimal): -24579 or 16621567. OLE color: 16621567.
HSL color Cylindrical-coordinate representation of color #FF9FFD: hue angle of 301.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 #FF9FFD is Cyan = 0, Magento = 0.38, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 159 | 253 | - |
| CMYK | 0 | 0.38 | 0.01 | 0 |
| HSL | 301.25º | 1% | 0.81% | - |
| HSV(B) | 301.25º | 0.38% | 1% | - |
| XYZ | 71.37 | 53.15 | 99.43 | - |
| YUV | 198.42 | 158.8 | 168.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 159 | 253 | 0 | 0.38 | 0.01 | 0 | 301.25 | 1 | 0.81 |
| Hex | FF | 9F | FD | 0 | 26 | 1 | 0 | 12D | 64 | 51 |
| Octal | 377 | 237 | 375 | 0 | 46 | 1 | 0 | 455 | 144 | 121 |
| Binary | 11111111 | 10011111 | 11111101 | 0 | 100110 | 1 | 0 | 100101101 | 1100100 | 1010001 |
Color Harmonies of #FF9FFD
Complementary color
Monochromatic Colors of #FF9FFD
Black with #FF9FFD
Text Example
Text Example
White with #FF9FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9FFD; }
p { color: rgb(255,159,253); }
H1.HeaderClassName
{
color: #FF9FFD;
}
.AnyTagClassName
{
color: #FF9FFD;
}
</style>
background-color css
<style>
a { background-color: #FF9FFD; }
a { background-color: rgb(255,159,253); }
div.DivClassName
{
background-color: #FF9FFD;
}
.BgClassName
{
background-color: #FF9FFD;
}
</style>
border-color css
<style>
span { border-color: #FF9FFD; }
span { border-color: rgb(255,159,253); }
td.TdClassName
{
border-color: #FF9FFD;
}
.TagClassName
{
border-color: #FF9FFD;
}
</style>