Shades of Lavender Rose #FF9FFC
Tints of Lavender Rose #FF9FFC
RGB
CMYK
RGB Variations
Color information
#FF9FFC (or 0xFF9FFC) is known color: Lavender Rose. HEX triplet: FF, 9F and FC. RGB value is (255,159,252). Sum of RGB (Red+Green+Blue) = 255+159+252=666 (88% of max value = 765). Red value is 255 (100% from 255 or 38.29% from 666); Green value is 159 (62.5% from 255 or 23.87% from 666); Blue value is 252 (98.83% from 255 or 37.84% from 666); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9FFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF9FFC is #006003. Grayscale: #C6C6C6. Windows color (decimal): -24580 or 16556031. OLE color: 16556031.
HSL color Cylindrical-coordinate representation of color #FF9FFC: hue angle of 301.88º 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 #FF9FFC is Cyan = 0, Magento = 0.38, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 159 | 252 | - |
| CMYK | 0 | 0.38 | 0.01 | 0 |
| HSL | 301.88º | 1% | 0.81% | - |
| HSV(B) | 301.88º | 0.38% | 1% | - |
| XYZ | 71.21 | 53.08 | 98.59 | - |
| YUV | 198.31 | 158.3 | 168.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 159 | 252 | 0 | 0.38 | 0.01 | 0 | 301.88 | 1 | 0.81 |
| Hex | FF | 9F | FC | 0 | 26 | 1 | 0 | 12E | 64 | 51 |
| Octal | 377 | 237 | 374 | 0 | 46 | 1 | 0 | 456 | 144 | 121 |
| Binary | 11111111 | 10011111 | 11111100 | 0 | 100110 | 1 | 0 | 100101110 | 1100100 | 1010001 |
Color Harmonies of #FF9FFC
Complementary color
Monochromatic Colors of #FF9FFC
Black with #FF9FFC
Text Example
Text Example
White with #FF9FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9FFC; }
p { color: rgb(255,159,252); }
H1.HeaderClassName
{
color: #FF9FFC;
}
.AnyTagClassName
{
color: #FF9FFC;
}
</style>
background-color css
<style>
a { background-color: #FF9FFC; }
a { background-color: rgb(255,159,252); }
div.DivClassName
{
background-color: #FF9FFC;
}
.BgClassName
{
background-color: #FF9FFC;
}
</style>
border-color css
<style>
span { border-color: #FF9FFC; }
span { border-color: rgb(255,159,252); }
td.TdClassName
{
border-color: #FF9FFC;
}
.TagClassName
{
border-color: #FF9FFC;
}
</style>