Shades of Lavender Rose #FF9AD9
Tints of Lavender Rose #FF9AD9
RGB
CMYK
RGB Variations
Color information
#FF9AD9 (or 0xFF9AD9) is known color: Lavender Rose. HEX triplet: FF, 9A and D9. RGB value is (255,154,217). Sum of RGB (Red+Green+Blue) = 255+154+217=626 (82% of max value = 765). Red value is 255 (100% from 255 or 40.73% from 626); Green value is 154 (60.55% from 255 or 24.60% from 626); Blue value is 217 (85.16% from 255 or 34.66% from 626); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9AD9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9AD9 is #006526. Grayscale: #BFBFBF. Windows color (decimal): -25895 or 14260991. OLE color: 14260991.
HSL color Cylindrical-coordinate representation of color #FF9AD9: hue angle of 322.57º 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 #FF9AD9 is Cyan = 0, Magento = 0.40, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 154 | 217 | - |
| CMYK | 0 | 0.40 | 0.15 | 0 |
| HSL | 322.57º | 1% | 0.8% | - |
| HSV(B) | 322.57º | 0.4% | 1% | - |
| XYZ | 65.32 | 49.38 | 71.73 | - |
| YUV | 191.38 | 142.46 | 173.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 154 | 217 | 0 | 0.40 | 0.15 | 0 | 322.57 | 1 | 0.8 |
| Hex | FF | 9A | D9 | 0 | 28 | F | 0 | 143 | 64 | 50 |
| Octal | 377 | 232 | 331 | 0 | 50 | 17 | 0 | 503 | 144 | 120 |
| Binary | 11111111 | 10011010 | 11011001 | 0 | 101000 | 1111 | 0 | 101000011 | 1100100 | 1010000 |
Color Harmonies of #FF9AD9
Complementary color
Monochromatic Colors of #FF9AD9
Black with #FF9AD9
Text Example
Text Example
White with #FF9AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9AD9; }
p { color: rgb(255,154,217); }
H1.HeaderClassName
{
color: #FF9AD9;
}
.AnyTagClassName
{
color: #FF9AD9;
}
</style>
background-color css
<style>
a { background-color: #FF9AD9; }
a { background-color: rgb(255,154,217); }
div.DivClassName
{
background-color: #FF9AD9;
}
.BgClassName
{
background-color: #FF9AD9;
}
</style>
border-color css
<style>
span { border-color: #FF9AD9; }
span { border-color: rgb(255,154,217); }
td.TdClassName
{
border-color: #FF9AD9;
}
.TagClassName
{
border-color: #FF9AD9;
}
</style>