Shades of Lavender Rose #FF99D8
Tints of Lavender Rose #FF99D8
RGB
CMYK
RGB Variations
Color information
#FF99D8 (or 0xFF99D8) is known color: Lavender Rose. HEX triplet: FF, 99 and D8. RGB value is (255,153,216). Sum of RGB (Red+Green+Blue) = 255+153+216=624 (82% of max value = 765). Red value is 255 (100% from 255 or 40.87% from 624); Green value is 153 (60.16% from 255 or 24.52% from 624); Blue value is 216 (84.77% from 255 or 34.62% from 624); Max value from RGB is 255 - color contains mainly: red. Hex color #FF99D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF99D8 is #006627. Grayscale: #BEBEBE. Windows color (decimal): -26152 or 14195199. OLE color: 14195199.
HSL color Cylindrical-coordinate representation of color #FF99D8: hue angle of 322.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 #FF99D8 is Cyan = 0, Magento = 0.4, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 153 | 216 | - |
| CMYK | 0 | 0.4 | 0.15 | 0 |
| HSL | 322.94º | 1% | 0.8% | - |
| HSV(B) | 322.94º | 0.4% | 1% | - |
| XYZ | 65.03 | 49 | 71 | - |
| YUV | 190.68 | 142.29 | 173.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 153 | 216 | 0 | 0.4 | 0.15 | 0 | 322.94 | 1 | 0.8 |
| Hex | FF | 99 | D8 | 0 | 28 | F | 0 | 143 | 64 | 50 |
| Octal | 377 | 231 | 330 | 0 | 50 | 17 | 0 | 503 | 144 | 120 |
| Binary | 11111111 | 10011001 | 11011000 | 0 | 101000 | 1111 | 0 | 101000011 | 1100100 | 1010000 |
Color Harmonies of #FF99D8
Complementary color
Monochromatic Colors of #FF99D8
Black with #FF99D8
Text Example
Text Example
White with #FF99D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF99D8; }
p { color: rgb(255,153,216); }
H1.HeaderClassName
{
color: #FF99D8;
}
.AnyTagClassName
{
color: #FF99D8;
}
</style>
background-color css
<style>
a { background-color: #FF99D8; }
a { background-color: rgb(255,153,216); }
div.DivClassName
{
background-color: #FF99D8;
}
.BgClassName
{
background-color: #FF99D8;
}
</style>
border-color css
<style>
span { border-color: #FF99D8; }
span { border-color: rgb(255,153,216); }
td.TdClassName
{
border-color: #FF99D8;
}
.TagClassName
{
border-color: #FF99D8;
}
</style>