Shades of Lavender Rose #FD9EDB
Tints of Lavender Rose #FD9EDB
RGB
CMYK
RGB Variations
Color information
#FD9EDB (or 0xFD9EDB) is known color: Lavender Rose. HEX triplet: FD, 9E and DB. RGB value is (253,158,219). Sum of RGB (Red+Green+Blue) = 253+158+219=630 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.16% from 630); Green value is 158 (62.11% from 255 or 25.08% from 630); Blue value is 219 (85.94% from 255 or 34.76% from 630); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9EDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD9EDB is #026124. Grayscale: #C1C1C1. Windows color (decimal): -155941 or 14393085. OLE color: 14393085.
HSL color Cylindrical-coordinate representation of color #FD9EDB: hue angle of 321.47º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FD9EDB is Cyan = 0, Magento = 0.38, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 158 | 219 | - |
| CMYK | 0 | 0.38 | 0.13 | 0.01 |
| HSL | 321.47º | 0.96% | 0.81% | - |
| HSV(B) | 321.47º | 0.38% | 0.99% | - |
| XYZ | 65.52 | 50.45 | 73.3 | - |
| YUV | 193.36 | 142.47 | 170.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 158 | 219 | 0 | 0.38 | 0.13 | 0.01 | 321.47 | 0.96 | 0.81 |
| Hex | FD | 9E | DB | 0 | 26 | D | 1 | 141 | 60 | 51 |
| Octal | 375 | 236 | 333 | 0 | 46 | 15 | 1 | 501 | 140 | 121 |
| Binary | 11111101 | 10011110 | 11011011 | 0 | 100110 | 1101 | 1 | 101000001 | 1100000 | 1010001 |
Color Harmonies of #FD9EDB
Complementary color
Monochromatic Colors of #FD9EDB
Black with #FD9EDB
Text Example
Text Example
White with #FD9EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD9EDB; }
p { color: rgb(253,158,219); }
H1.HeaderClassName
{
color: #FD9EDB;
}
.AnyTagClassName
{
color: #FD9EDB;
}
</style>
background-color css
<style>
a { background-color: #FD9EDB; }
a { background-color: rgb(253,158,219); }
div.DivClassName
{
background-color: #FD9EDB;
}
.BgClassName
{
background-color: #FD9EDB;
}
</style>
border-color css
<style>
span { border-color: #FD9EDB; }
span { border-color: rgb(253,158,219); }
td.TdClassName
{
border-color: #FD9EDB;
}
.TagClassName
{
border-color: #FD9EDB;
}
</style>