Shades of Lavender Rose #FC91D4
Tints of Lavender Rose #FC91D4
RGB
CMYK
RGB Variations
Color information
#FC91D4 (or 0xFC91D4) is known color: Lavender Rose. HEX triplet: FC, 91 and D4. RGB value is (252,145,212). Sum of RGB (Red+Green+Blue) = 252+145+212=609 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.38% from 609); Green value is 145 (57.03% from 255 or 23.81% from 609); Blue value is 212 (83.20% from 255 or 34.81% from 609); Max value from RGB is 252 - color contains mainly: red. Hex color #FC91D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC91D4 is #036E2B. Grayscale: #B8B8B8. Windows color (decimal): -224812 or 13931004. OLE color: 13931004.
HSL color Cylindrical-coordinate representation of color #FC91D4: hue angle of 322.43º 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 #FC91D4 is Cyan = 0, Magento = 0.42, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 145 | 212 | - |
| CMYK | 0 | 0.42 | 0.16 | 0.01 |
| HSL | 322.43º | 0.95% | 0.78% | - |
| HSV(B) | 322.43º | 0.42% | 0.99% | - |
| XYZ | 62.15 | 45.7 | 67.83 | - |
| YUV | 184.63 | 143.45 | 176.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 145 | 212 | 0 | 0.42 | 0.16 | 0.01 | 322.43 | 0.95 | 0.78 |
| Hex | FC | 91 | D4 | 0 | 2A | 10 | 1 | 142 | 5F | 4E |
| Octal | 374 | 221 | 324 | 0 | 52 | 20 | 1 | 502 | 137 | 116 |
| Binary | 11111100 | 10010001 | 11010100 | 0 | 101010 | 10000 | 1 | 101000010 | 1011111 | 1001110 |
Color Harmonies of #FC91D4
Complementary color
Monochromatic Colors of #FC91D4
Black with #FC91D4
Text Example
Text Example
White with #FC91D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC91D4; }
p { color: rgb(252,145,212); }
H1.HeaderClassName
{
color: #FC91D4;
}
.AnyTagClassName
{
color: #FC91D4;
}
</style>
background-color css
<style>
a { background-color: #FC91D4; }
a { background-color: rgb(252,145,212); }
div.DivClassName
{
background-color: #FC91D4;
}
.BgClassName
{
background-color: #FC91D4;
}
</style>
border-color css
<style>
span { border-color: #FC91D4; }
span { border-color: rgb(252,145,212); }
td.TdClassName
{
border-color: #FC91D4;
}
.TagClassName
{
border-color: #FC91D4;
}
</style>