Shades of Lavender Rose #FC91DF
Tints of Lavender Rose #FC91DF
RGB
CMYK
RGB Variations
Color information
#FC91DF (or 0xFC91DF) is known color: Lavender Rose. HEX triplet: FC, 91 and DF. RGB value is (252,145,223). Sum of RGB (Red+Green+Blue) = 252+145+223=620 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.65% from 620); Green value is 145 (57.03% from 255 or 23.39% from 620); Blue value is 223 (87.5% from 255 or 35.97% from 620); Max value from RGB is 252 - color contains mainly: red. Hex color #FC91DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC91DF is #036E20. Grayscale: #B9B9B9. Windows color (decimal): -224801 or 14651900. OLE color: 14651900.
HSL color Cylindrical-coordinate representation of color #FC91DF: hue angle of 316.26º 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 #FC91DF is Cyan = 0, Magento = 0.42, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 145 | 223 | - |
| CMYK | 0 | 0.42 | 0.12 | 0.01 |
| HSL | 316.26º | 0.95% | 0.78% | - |
| HSV(B) | 316.26º | 0.42% | 0.99% | - |
| XYZ | 63.59 | 46.27 | 75.39 | - |
| YUV | 185.89 | 148.95 | 175.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 145 | 223 | 0 | 0.42 | 0.12 | 0.01 | 316.26 | 0.95 | 0.78 |
| Hex | FC | 91 | DF | 0 | 2A | C | 1 | 13C | 5F | 4E |
| Octal | 374 | 221 | 337 | 0 | 52 | 14 | 1 | 474 | 137 | 116 |
| Binary | 11111100 | 10010001 | 11011111 | 0 | 101010 | 1100 | 1 | 100111100 | 1011111 | 1001110 |
Color Harmonies of #FC91DF
Complementary color
Monochromatic Colors of #FC91DF
Black with #FC91DF
Text Example
Text Example
White with #FC91DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC91DF; }
p { color: rgb(252,145,223); }
H1.HeaderClassName
{
color: #FC91DF;
}
.AnyTagClassName
{
color: #FC91DF;
}
</style>
background-color css
<style>
a { background-color: #FC91DF; }
a { background-color: rgb(252,145,223); }
div.DivClassName
{
background-color: #FC91DF;
}
.BgClassName
{
background-color: #FC91DF;
}
</style>
border-color css
<style>
span { border-color: #FC91DF; }
span { border-color: rgb(252,145,223); }
td.TdClassName
{
border-color: #FC91DF;
}
.TagClassName
{
border-color: #FC91DF;
}
</style>