Shades of Lavender Rose #FF9ADD
Tints of Lavender Rose #FF9ADD
RGB
CMYK
RGB Variations
Color information
#FF9ADD (or 0xFF9ADD) is known color: Lavender Rose. HEX triplet: FF, 9A and DD. RGB value is (255,154,221). Sum of RGB (Red+Green+Blue) = 255+154+221=630 (83% of max value = 765). Red value is 255 (100% from 255 or 40.48% from 630); Green value is 154 (60.55% from 255 or 24.44% from 630); Blue value is 221 (86.72% from 255 or 35.08% from 630); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9ADD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9ADD is #006522. Grayscale: #BFBFBF. Windows color (decimal): -25891 or 14523135. OLE color: 14523135.
HSL color Cylindrical-coordinate representation of color #FF9ADD: hue angle of 320.2º 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 #FF9ADD is Cyan = 0, Magento = 0.40, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 154 | 221 | - |
| CMYK | 0 | 0.40 | 0.13 | 0 |
| HSL | 320.2º | 1% | 0.8% | - |
| HSV(B) | 320.2º | 0.4% | 1% | - |
| XYZ | 65.85 | 49.59 | 74.51 | - |
| YUV | 191.84 | 144.46 | 173.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 154 | 221 | 0 | 0.40 | 0.13 | 0 | 320.2 | 1 | 0.8 |
| Hex | FF | 9A | DD | 0 | 28 | D | 0 | 140 | 64 | 50 |
| Octal | 377 | 232 | 335 | 0 | 50 | 15 | 0 | 500 | 144 | 120 |
| Binary | 11111111 | 10011010 | 11011101 | 0 | 101000 | 1101 | 0 | 101000000 | 1100100 | 1010000 |
Color Harmonies of #FF9ADD
Complementary color
Monochromatic Colors of #FF9ADD
Black with #FF9ADD
Text Example
Text Example
White with #FF9ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9ADD; }
p { color: rgb(255,154,221); }
H1.HeaderClassName
{
color: #FF9ADD;
}
.AnyTagClassName
{
color: #FF9ADD;
}
</style>
background-color css
<style>
a { background-color: #FF9ADD; }
a { background-color: rgb(255,154,221); }
div.DivClassName
{
background-color: #FF9ADD;
}
.BgClassName
{
background-color: #FF9ADD;
}
</style>
border-color css
<style>
span { border-color: #FF9ADD; }
span { border-color: rgb(255,154,221); }
td.TdClassName
{
border-color: #FF9ADD;
}
.TagClassName
{
border-color: #FF9ADD;
}
</style>