Shades of Lavender Rose #FC91DB
Tints of Lavender Rose #FC91DB
RGB
CMYK
RGB Variations
Color information
#FC91DB (or 0xFC91DB) is known color: Lavender Rose. HEX triplet: FC, 91 and DB. RGB value is (252,145,219). Sum of RGB (Red+Green+Blue) = 252+145+219=616 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.91% from 616); Green value is 145 (57.03% from 255 or 23.54% from 616); Blue value is 219 (85.94% from 255 or 35.55% from 616); Max value from RGB is 252 - color contains mainly: red. Hex color #FC91DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC91DB is #036E24. Grayscale: #B9B9B9. Windows color (decimal): -224805 or 14389756. OLE color: 14389756.
HSL color Cylindrical-coordinate representation of color #FC91DB: hue angle of 318.5º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FC91DB is Cyan = 0, Magento = 0.42, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 145 | 219 | - |
| CMYK | 0 | 0.42 | 0.13 | 0.01 |
| HSL | 318.5º | 0.95% | 0.78% | - |
| HSV(B) | 318.5º | 0.42% | 0.99% | - |
| XYZ | 63.06 | 46.06 | 72.59 | - |
| YUV | 185.43 | 146.95 | 175.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 145 | 219 | 0 | 0.42 | 0.13 | 0.01 | 318.5 | 0.95 | 0.78 |
| Hex | FC | 91 | DB | 0 | 2A | D | 1 | 13F | 5F | 4E |
| Octal | 374 | 221 | 333 | 0 | 52 | 15 | 1 | 477 | 137 | 116 |
| Binary | 11111100 | 10010001 | 11011011 | 0 | 101010 | 1101 | 1 | 100111111 | 1011111 | 1001110 |
Color Harmonies of #FC91DB
Complementary color
Monochromatic Colors of #FC91DB
Black with #FC91DB
Text Example
Text Example
White with #FC91DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC91DB; }
p { color: rgb(252,145,219); }
H1.HeaderClassName
{
color: #FC91DB;
}
.AnyTagClassName
{
color: #FC91DB;
}
</style>
background-color css
<style>
a { background-color: #FC91DB; }
a { background-color: rgb(252,145,219); }
div.DivClassName
{
background-color: #FC91DB;
}
.BgClassName
{
background-color: #FC91DB;
}
</style>
border-color css
<style>
span { border-color: #FC91DB; }
span { border-color: rgb(252,145,219); }
td.TdClassName
{
border-color: #FC91DB;
}
.TagClassName
{
border-color: #FC91DB;
}
</style>