Shades of Tea Rose #FC91C5
Tints of Tea Rose #FC91C5
RGB
CMYK
RGB Variations
Color information
#FC91C5 (or 0xFC91C5) is known color: Tea Rose. HEX triplet: FC, 91 and C5. RGB value is (252,145,197). Sum of RGB (Red+Green+Blue) = 252+145+197=594 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.42% from 594); Green value is 145 (57.03% from 255 or 24.41% from 594); Blue value is 197 (77.34% from 255 or 33.16% from 594); Max value from RGB is 252 - color contains mainly: red. Hex color #FC91C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC91C5 is #036E3A. Grayscale: #B6B6B6. Windows color (decimal): -224827 or 12947964. OLE color: 12947964.
HSL color Cylindrical-coordinate representation of color #FC91C5: hue angle of 330.84º 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 #FC91C5 is Cyan = 0, Magento = 0.42, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 145 | 197 | - |
| CMYK | 0 | 0.42 | 0.22 | 0.01 |
| HSL | 330.84º | 0.95% | 0.78% | - |
| HSV(B) | 330.84º | 0.42% | 0.99% | - |
| XYZ | 60.35 | 44.98 | 58.32 | - |
| YUV | 182.92 | 135.95 | 177.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 145 | 197 | 0 | 0.42 | 0.22 | 0.01 | 330.84 | 0.95 | 0.78 |
| Hex | FC | 91 | C5 | 0 | 2A | 16 | 1 | 14B | 5F | 4E |
| Octal | 374 | 221 | 305 | 0 | 52 | 26 | 1 | 513 | 137 | 116 |
| Binary | 11111100 | 10010001 | 11000101 | 0 | 101010 | 10110 | 1 | 101001011 | 1011111 | 1001110 |
Color Harmonies of #FC91C5
Complementary color
Monochromatic Colors of #FC91C5
Black with #FC91C5
Text Example
Text Example
White with #FC91C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC91C5; }
p { color: rgb(252,145,197); }
H1.HeaderClassName
{
color: #FC91C5;
}
.AnyTagClassName
{
color: #FC91C5;
}
</style>
background-color css
<style>
a { background-color: #FC91C5; }
a { background-color: rgb(252,145,197); }
div.DivClassName
{
background-color: #FC91C5;
}
.BgClassName
{
background-color: #FC91C5;
}
</style>
border-color css
<style>
span { border-color: #FC91C5; }
span { border-color: rgb(252,145,197); }
td.TdClassName
{
border-color: #FC91C5;
}
.TagClassName
{
border-color: #FC91C5;
}
</style>