Shades of Lavender Rose #FF99DF
Tints of Lavender Rose #FF99DF
RGB
CMYK
RGB Variations
Color information
#FF99DF (or 0xFF99DF) is known color: Lavender Rose. HEX triplet: FF, 99 and DF. RGB value is (255,153,223). Sum of RGB (Red+Green+Blue) = 255+153+223=631 (83% of max value = 765). Red value is 255 (100% from 255 or 40.41% from 631); Green value is 153 (60.16% from 255 or 24.25% from 631); Blue value is 223 (87.5% from 255 or 35.34% from 631); Max value from RGB is 255 - color contains mainly: red. Hex color #FF99DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF99DF is #006620. Grayscale: #BFBFBF. Windows color (decimal): -26145 or 14653951. OLE color: 14653951.
HSL color Cylindrical-coordinate representation of color #FF99DF: hue angle of 318.82º 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 #FF99DF is Cyan = 0, Magento = 0.4, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 153 | 223 | - |
| CMYK | 0 | 0.4 | 0.13 | 0 |
| HSL | 318.82º | 1% | 0.8% | - |
| HSV(B) | 318.82º | 0.4% | 1% | - |
| XYZ | 65.95 | 49.37 | 75.87 | - |
| YUV | 191.48 | 145.79 | 173.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 153 | 223 | 0 | 0.4 | 0.13 | 0 | 318.82 | 1 | 0.8 |
| Hex | FF | 99 | DF | 0 | 28 | D | 0 | 13F | 64 | 50 |
| Octal | 377 | 231 | 337 | 0 | 50 | 15 | 0 | 477 | 144 | 120 |
| Binary | 11111111 | 10011001 | 11011111 | 0 | 101000 | 1101 | 0 | 100111111 | 1100100 | 1010000 |
Color Harmonies of #FF99DF
Complementary color
Monochromatic Colors of #FF99DF
Black with #FF99DF
Text Example
Text Example
White with #FF99DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF99DF; }
p { color: rgb(255,153,223); }
H1.HeaderClassName
{
color: #FF99DF;
}
.AnyTagClassName
{
color: #FF99DF;
}
</style>
background-color css
<style>
a { background-color: #FF99DF; }
a { background-color: rgb(255,153,223); }
div.DivClassName
{
background-color: #FF99DF;
}
.BgClassName
{
background-color: #FF99DF;
}
</style>
border-color css
<style>
span { border-color: #FF99DF; }
span { border-color: rgb(255,153,223); }
td.TdClassName
{
border-color: #FF99DF;
}
.TagClassName
{
border-color: #FF99DF;
}
</style>