Shades of Lavender Rose #FD91DB
Tints of Lavender Rose #FD91DB
RGB
CMYK
RGB Variations
Color information
#FD91DB (or 0xFD91DB) is known color: Lavender Rose. HEX triplet: FD, 91 and DB. RGB value is (253,145,219). Sum of RGB (Red+Green+Blue) = 253+145+219=617 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.00% from 617); Green value is 145 (57.03% from 255 or 23.50% from 617); Blue value is 219 (85.94% from 255 or 35.49% from 617); Max value from RGB is 253 - color contains mainly: red. Hex color #FD91DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD91DB is #026E24. Grayscale: #B9B9B9. Windows color (decimal): -159269 or 14389757. OLE color: 14389757.
HSL color Cylindrical-coordinate representation of color #FD91DB: hue angle of 318.89º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FD91DB is Cyan = 0, Magento = 0.43, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 145 | 219 | - |
| CMYK | 0 | 0.43 | 0.13 | 0.01 |
| HSL | 318.89º | 0.96% | 0.78% | - |
| HSV(B) | 318.89º | 0.43% | 0.99% | - |
| XYZ | 63.42 | 46.25 | 72.6 | - |
| YUV | 185.73 | 146.78 | 175.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 145 | 219 | 0 | 0.43 | 0.13 | 0.01 | 318.89 | 0.96 | 0.78 |
| Hex | FD | 91 | DB | 0 | 2B | D | 1 | 13F | 60 | 4E |
| Octal | 375 | 221 | 333 | 0 | 53 | 15 | 1 | 477 | 140 | 116 |
| Binary | 11111101 | 10010001 | 11011011 | 0 | 101011 | 1101 | 1 | 100111111 | 1100000 | 1001110 |
Color Harmonies of #FD91DB
Complementary color
Monochromatic Colors of #FD91DB
Black with #FD91DB
Text Example
Text Example
White with #FD91DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD91DB; }
p { color: rgb(253,145,219); }
H1.HeaderClassName
{
color: #FD91DB;
}
.AnyTagClassName
{
color: #FD91DB;
}
</style>
background-color css
<style>
a { background-color: #FD91DB; }
a { background-color: rgb(253,145,219); }
div.DivClassName
{
background-color: #FD91DB;
}
.BgClassName
{
background-color: #FD91DB;
}
</style>
border-color css
<style>
span { border-color: #FD91DB; }
span { border-color: rgb(253,145,219); }
td.TdClassName
{
border-color: #FD91DB;
}
.TagClassName
{
border-color: #FD91DB;
}
</style>