Shades of Lavender Rose #FF99D9
Tints of Lavender Rose #FF99D9
RGB
CMYK
RGB Variations
Color information
#FF99D9 (or 0xFF99D9) is known color: Lavender Rose. HEX triplet: FF, 99 and D9. RGB value is (255,153,217). Sum of RGB (Red+Green+Blue) = 255+153+217=625 (82% of max value = 765). Red value is 255 (100% from 255 or 40.8% from 625); Green value is 153 (60.16% from 255 or 24.48% from 625); Blue value is 217 (85.16% from 255 or 34.72% from 625); Max value from RGB is 255 - color contains mainly: red. Hex color #FF99D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF99D9 is #006626. Grayscale: #BEBEBE. Windows color (decimal): -26151 or 14260735. OLE color: 14260735.
HSL color Cylindrical-coordinate representation of color #FF99D9: hue angle of 322.35º 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 #FF99D9 is Cyan = 0, Magento = 0.4, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 153 | 217 | - |
| CMYK | 0 | 0.4 | 0.15 | 0 |
| HSL | 322.35º | 1% | 0.8% | - |
| HSV(B) | 322.35º | 0.4% | 1% | - |
| XYZ | 65.16 | 49.05 | 71.68 | - |
| YUV | 190.79 | 142.79 | 173.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 153 | 217 | 0 | 0.4 | 0.15 | 0 | 322.35 | 1 | 0.8 |
| Hex | FF | 99 | D9 | 0 | 28 | F | 0 | 142 | 64 | 50 |
| Octal | 377 | 231 | 331 | 0 | 50 | 17 | 0 | 502 | 144 | 120 |
| Binary | 11111111 | 10011001 | 11011001 | 0 | 101000 | 1111 | 0 | 101000010 | 1100100 | 1010000 |
Color Harmonies of #FF99D9
Complementary color
Monochromatic Colors of #FF99D9
Black with #FF99D9
Text Example
Text Example
White with #FF99D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF99D9; }
p { color: rgb(255,153,217); }
H1.HeaderClassName
{
color: #FF99D9;
}
.AnyTagClassName
{
color: #FF99D9;
}
</style>
background-color css
<style>
a { background-color: #FF99D9; }
a { background-color: rgb(255,153,217); }
div.DivClassName
{
background-color: #FF99D9;
}
.BgClassName
{
background-color: #FF99D9;
}
</style>
border-color css
<style>
span { border-color: #FF99D9; }
span { border-color: rgb(255,153,217); }
td.TdClassName
{
border-color: #FF99D9;
}
.TagClassName
{
border-color: #FF99D9;
}
</style>