Shades of Lavender Rose #FD9ADB
Tints of Lavender Rose #FD9ADB
RGB
CMYK
RGB Variations
Color information
#FD9ADB (or 0xFD9ADB) is known color: Lavender Rose. HEX triplet: FD, 9A and DB. RGB value is (253,154,219). Sum of RGB (Red+Green+Blue) = 253+154+219=626 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.42% from 626); Green value is 154 (60.55% from 255 or 24.60% from 626); Blue value is 219 (85.94% from 255 or 34.98% from 626); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9ADB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD9ADB is #026524. Grayscale: #BEBEBE. Windows color (decimal): -156965 or 14392061. OLE color: 14392061.
HSL color Cylindrical-coordinate representation of color #FD9ADB: hue angle of 320.61º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FD9ADB is Cyan = 0, Magento = 0.39, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 154 | 219 | - |
| CMYK | 0 | 0.39 | 0.13 | 0.01 |
| HSL | 320.61º | 0.96% | 0.8% | - |
| HSV(B) | 320.61º | 0.39% | 0.99% | - |
| XYZ | 64.85 | 49.11 | 73.08 | - |
| YUV | 191.01 | 143.8 | 172.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 154 | 219 | 0 | 0.39 | 0.13 | 0.01 | 320.61 | 0.96 | 0.8 |
| Hex | FD | 9A | DB | 0 | 27 | D | 1 | 141 | 60 | 50 |
| Octal | 375 | 232 | 333 | 0 | 47 | 15 | 1 | 501 | 140 | 120 |
| Binary | 11111101 | 10011010 | 11011011 | 0 | 100111 | 1101 | 1 | 101000001 | 1100000 | 1010000 |
Color Harmonies of #FD9ADB
Complementary color
Monochromatic Colors of #FD9ADB
Black with #FD9ADB
Text Example
Text Example
White with #FD9ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD9ADB; }
p { color: rgb(253,154,219); }
H1.HeaderClassName
{
color: #FD9ADB;
}
.AnyTagClassName
{
color: #FD9ADB;
}
</style>
background-color css
<style>
a { background-color: #FD9ADB; }
a { background-color: rgb(253,154,219); }
div.DivClassName
{
background-color: #FD9ADB;
}
.BgClassName
{
background-color: #FD9ADB;
}
</style>
border-color css
<style>
span { border-color: #FD9ADB; }
span { border-color: rgb(253,154,219); }
td.TdClassName
{
border-color: #FD9ADB;
}
.TagClassName
{
border-color: #FD9ADB;
}
</style>