Shades of Lavender Rose #FF99DC
Tints of Lavender Rose #FF99DC
RGB
CMYK
RGB Variations
Color information
#FF99DC (or 0xFF99DC) is known color: Lavender Rose. HEX triplet: FF, 99 and DC. RGB value is (255,153,220). Sum of RGB (Red+Green+Blue) = 255+153+220=628 (83% of max value = 765). Red value is 255 (100% from 255 or 40.61% from 628); Green value is 153 (60.16% from 255 or 24.36% from 628); Blue value is 220 (86.33% from 255 or 35.03% from 628); Max value from RGB is 255 - color contains mainly: red. Hex color #FF99DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF99DC is #006623. Grayscale: #BEBEBE. Windows color (decimal): -26148 or 14457343. OLE color: 14457343.
HSL color Cylindrical-coordinate representation of color #FF99DC: hue angle of 320.59º 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 #FF99DC is Cyan = 0, Magento = 0.4, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 153 | 220 | - |
| CMYK | 0 | 0.4 | 0.14 | 0 |
| HSL | 320.59º | 1% | 0.8% | - |
| HSV(B) | 320.59º | 0.4% | 1% | - |
| XYZ | 65.55 | 49.21 | 73.75 | - |
| YUV | 191.14 | 144.29 | 173.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 153 | 220 | 0 | 0.4 | 0.14 | 0 | 320.59 | 1 | 0.8 |
| Hex | FF | 99 | DC | 0 | 28 | E | 0 | 141 | 64 | 50 |
| Octal | 377 | 231 | 334 | 0 | 50 | 16 | 0 | 501 | 144 | 120 |
| Binary | 11111111 | 10011001 | 11011100 | 0 | 101000 | 1110 | 0 | 101000001 | 1100100 | 1010000 |
Color Harmonies of #FF99DC
Complementary color
Monochromatic Colors of #FF99DC
Black with #FF99DC
Text Example
Text Example
White with #FF99DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF99DC; }
p { color: rgb(255,153,220); }
H1.HeaderClassName
{
color: #FF99DC;
}
.AnyTagClassName
{
color: #FF99DC;
}
</style>
background-color css
<style>
a { background-color: #FF99DC; }
a { background-color: rgb(255,153,220); }
div.DivClassName
{
background-color: #FF99DC;
}
.BgClassName
{
background-color: #FF99DC;
}
</style>
border-color css
<style>
span { border-color: #FF99DC; }
span { border-color: rgb(255,153,220); }
td.TdClassName
{
border-color: #FF99DC;
}
.TagClassName
{
border-color: #FF99DC;
}
</style>