Shades of Lavender Rose #FC91DD
Tints of Lavender Rose #FC91DD
RGB
CMYK
RGB Variations
Color information
#FC91DD (or 0xFC91DD) is known color: Lavender Rose. HEX triplet: FC, 91 and DD. RGB value is (252,145,221). Sum of RGB (Red+Green+Blue) = 252+145+221=618 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.78% from 618); Green value is 145 (57.03% from 255 or 23.46% from 618); Blue value is 221 (86.72% from 255 or 35.76% from 618); Max value from RGB is 252 - color contains mainly: red. Hex color #FC91DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC91DD is #036E22. Grayscale: #B9B9B9. Windows color (decimal): -224803 or 14520828. OLE color: 14520828.
HSL color Cylindrical-coordinate representation of color #FC91DD: hue angle of 317.38º 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 #FC91DD is Cyan = 0, Magento = 0.42, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 145 | 221 | - |
| CMYK | 0 | 0.42 | 0.12 | 0.01 |
| HSL | 317.38º | 0.95% | 0.78% | - |
| HSV(B) | 317.38º | 0.42% | 0.99% | - |
| XYZ | 63.32 | 46.17 | 73.98 | - |
| YUV | 185.66 | 147.95 | 175.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 145 | 221 | 0 | 0.42 | 0.12 | 0.01 | 317.38 | 0.95 | 0.78 |
| Hex | FC | 91 | DD | 0 | 2A | C | 1 | 13D | 5F | 4E |
| Octal | 374 | 221 | 335 | 0 | 52 | 14 | 1 | 475 | 137 | 116 |
| Binary | 11111100 | 10010001 | 11011101 | 0 | 101010 | 1100 | 1 | 100111101 | 1011111 | 1001110 |
Color Harmonies of #FC91DD
Complementary color
Monochromatic Colors of #FC91DD
Black with #FC91DD
Text Example
Text Example
White with #FC91DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC91DD; }
p { color: rgb(252,145,221); }
H1.HeaderClassName
{
color: #FC91DD;
}
.AnyTagClassName
{
color: #FC91DD;
}
</style>
background-color css
<style>
a { background-color: #FC91DD; }
a { background-color: rgb(252,145,221); }
div.DivClassName
{
background-color: #FC91DD;
}
.BgClassName
{
background-color: #FC91DD;
}
</style>
border-color css
<style>
span { border-color: #FC91DD; }
span { border-color: rgb(252,145,221); }
td.TdClassName
{
border-color: #FC91DD;
}
.TagClassName
{
border-color: #FC91DD;
}
</style>