Shades of Lavender Rose #FF9ADC
Tints of Lavender Rose #FF9ADC
RGB
CMYK
RGB Variations
Color information
#FF9ADC (or 0xFF9ADC) is known color: Lavender Rose. HEX triplet: FF, 9A and DC. RGB value is (255,154,220). Sum of RGB (Red+Green+Blue) = 255+154+220=629 (83% of max value = 765). Red value is 255 (100% from 255 or 40.54% from 629); Green value is 154 (60.55% from 255 or 24.48% from 629); Blue value is 220 (86.33% from 255 or 34.98% from 629); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9ADC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9ADC is #006523. Grayscale: #BFBFBF. Windows color (decimal): -25892 or 14457599. OLE color: 14457599.
HSL color Cylindrical-coordinate representation of color #FF9ADC: hue angle of 320.79º 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 #FF9ADC is Cyan = 0, Magento = 0.40, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 154 | 220 | - |
| CMYK | 0 | 0.40 | 0.14 | 0 |
| HSL | 320.79º | 1% | 0.8% | - |
| HSV(B) | 320.79º | 0.4% | 1% | - |
| XYZ | 65.71 | 49.54 | 73.81 | - |
| YUV | 191.72 | 143.96 | 173.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 154 | 220 | 0 | 0.40 | 0.14 | 0 | 320.79 | 1 | 0.8 |
| Hex | FF | 9A | DC | 0 | 28 | E | 0 | 141 | 64 | 50 |
| Octal | 377 | 232 | 334 | 0 | 50 | 16 | 0 | 501 | 144 | 120 |
| Binary | 11111111 | 10011010 | 11011100 | 0 | 101000 | 1110 | 0 | 101000001 | 1100100 | 1010000 |
Color Harmonies of #FF9ADC
Complementary color
Monochromatic Colors of #FF9ADC
Black with #FF9ADC
Text Example
Text Example
White with #FF9ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9ADC; }
p { color: rgb(255,154,220); }
H1.HeaderClassName
{
color: #FF9ADC;
}
.AnyTagClassName
{
color: #FF9ADC;
}
</style>
background-color css
<style>
a { background-color: #FF9ADC; }
a { background-color: rgb(255,154,220); }
div.DivClassName
{
background-color: #FF9ADC;
}
.BgClassName
{
background-color: #FF9ADC;
}
</style>
border-color css
<style>
span { border-color: #FF9ADC; }
span { border-color: rgb(255,154,220); }
td.TdClassName
{
border-color: #FF9ADC;
}
.TagClassName
{
border-color: #FF9ADC;
}
</style>