Shades of Lavender Rose #FF99FA
Tints of Lavender Rose #FF99FA
RGB
CMYK
RGB Variations
Color information
#FF99FA (or 0xFF99FA) is known color: Lavender Rose. HEX triplet: FF, 99 and FA. RGB value is (255,153,250). Sum of RGB (Red+Green+Blue) = 255+153+250=658 (87% of max value = 765). Red value is 255 (100% from 255 or 38.75% from 658); Green value is 153 (60.16% from 255 or 23.25% from 658); Blue value is 250 (98.05% from 255 or 37.99% from 658); Max value from RGB is 255 - color contains mainly: red. Hex color #FF99FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF99FA is #006605. Grayscale: #C2C2C2. Windows color (decimal): -26118 or 16423423. OLE color: 16423423.
HSL color Cylindrical-coordinate representation of color #FF99FA: hue angle of 302.94º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FF99FA is Cyan = 0, Magento = 0.4, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 153 | 250 | - |
| CMYK | 0 | 0.4 | 0.02 | 0 |
| HSL | 302.94º | 1% | 0.8% | - |
| HSV(B) | 302.94º | 0.4% | 1% | - |
| XYZ | 69.89 | 50.94 | 96.59 | - |
| YUV | 194.56 | 159.29 | 171.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 153 | 250 | 0 | 0.4 | 0.02 | 0 | 302.94 | 1 | 0.8 |
| Hex | FF | 99 | FA | 0 | 28 | 2 | 0 | 12F | 64 | 50 |
| Octal | 377 | 231 | 372 | 0 | 50 | 2 | 0 | 457 | 144 | 120 |
| Binary | 11111111 | 10011001 | 11111010 | 0 | 101000 | 10 | 0 | 100101111 | 1100100 | 1010000 |
Color Harmonies of #FF99FA
Complementary color
Monochromatic Colors of #FF99FA
Black with #FF99FA
Text Example
Text Example
White with #FF99FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF99FA; }
p { color: rgb(255,153,250); }
H1.HeaderClassName
{
color: #FF99FA;
}
.AnyTagClassName
{
color: #FF99FA;
}
</style>
background-color css
<style>
a { background-color: #FF99FA; }
a { background-color: rgb(255,153,250); }
div.DivClassName
{
background-color: #FF99FA;
}
.BgClassName
{
background-color: #FF99FA;
}
</style>
border-color css
<style>
span { border-color: #FF99FA; }
span { border-color: rgb(255,153,250); }
td.TdClassName
{
border-color: #FF99FA;
}
.TagClassName
{
border-color: #FF99FA;
}
</style>