Shades of Lavender Rose #FF9ADF
Tints of Lavender Rose #FF9ADF
RGB
CMYK
RGB Variations
Color information
#FF9ADF (or 0xFF9ADF) is known color: Lavender Rose. HEX triplet: FF, 9A and DF. RGB value is (255,154,223). Sum of RGB (Red+Green+Blue) = 255+154+223=632 (83% of max value = 765). Red value is 255 (100% from 255 or 40.35% from 632); Green value is 154 (60.55% from 255 or 24.37% from 632); Blue value is 223 (87.5% from 255 or 35.28% from 632); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9ADF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9ADF is #006520. Grayscale: #BFBFBF. Windows color (decimal): -25889 or 14654207. OLE color: 14654207.
HSL color Cylindrical-coordinate representation of color #FF9ADF: hue angle of 319.01º 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 #FF9ADF is Cyan = 0, Magento = 0.40, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 154 | 223 | - |
| CMYK | 0 | 0.40 | 0.13 | 0 |
| HSL | 319.01º | 1% | 0.8% | - |
| HSV(B) | 319.01º | 0.4% | 1% | - |
| XYZ | 66.11 | 49.7 | 75.92 | - |
| YUV | 192.07 | 145.46 | 172.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 154 | 223 | 0 | 0.40 | 0.13 | 0 | 319.01 | 1 | 0.8 |
| Hex | FF | 9A | DF | 0 | 28 | D | 0 | 13F | 64 | 50 |
| Octal | 377 | 232 | 337 | 0 | 50 | 15 | 0 | 477 | 144 | 120 |
| Binary | 11111111 | 10011010 | 11011111 | 0 | 101000 | 1101 | 0 | 100111111 | 1100100 | 1010000 |
Color Harmonies of #FF9ADF
Complementary color
Monochromatic Colors of #FF9ADF
Black with #FF9ADF
Text Example
Text Example
White with #FF9ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9ADF; }
p { color: rgb(255,154,223); }
H1.HeaderClassName
{
color: #FF9ADF;
}
.AnyTagClassName
{
color: #FF9ADF;
}
</style>
background-color css
<style>
a { background-color: #FF9ADF; }
a { background-color: rgb(255,154,223); }
div.DivClassName
{
background-color: #FF9ADF;
}
.BgClassName
{
background-color: #FF9ADF;
}
</style>
border-color css
<style>
span { border-color: #FF9ADF; }
span { border-color: rgb(255,154,223); }
td.TdClassName
{
border-color: #FF9ADF;
}
.TagClassName
{
border-color: #FF9ADF;
}
</style>