Shades of Tea Rose #FC91C0
Tints of Tea Rose #FC91C0
RGB
CMYK
RGB Variations
Color information
#FC91C0 (or 0xFC91C0) is known color: Tea Rose. HEX triplet: FC, 91 and C0. RGB value is (252,145,192). Sum of RGB (Red+Green+Blue) = 252+145+192=589 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.78% from 589); Green value is 145 (57.03% from 255 or 24.62% from 589); Blue value is 192 (75.39% from 255 or 32.60% from 589); Max value from RGB is 252 - color contains mainly: red. Hex color #FC91C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC91C0 is #036E3F. Grayscale: #B6B6B6. Windows color (decimal): -224832 or 12620284. OLE color: 12620284.
HSL color Cylindrical-coordinate representation of color #FC91C0: hue angle of 333.64º 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 #FC91C0 is Cyan = 0, Magento = 0.42, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 145 | 192 | - |
| CMYK | 0 | 0.42 | 0.24 | 0.01 |
| HSL | 333.64º | 0.95% | 0.78% | - |
| HSV(B) | 333.64º | 0.42% | 0.99% | - |
| XYZ | 59.78 | 44.75 | 55.36 | - |
| YUV | 182.35 | 133.45 | 177.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 145 | 192 | 0 | 0.42 | 0.24 | 0.01 | 333.64 | 0.95 | 0.78 |
| Hex | FC | 91 | C0 | 0 | 2A | 18 | 1 | 14E | 5F | 4E |
| Octal | 374 | 221 | 300 | 0 | 52 | 30 | 1 | 516 | 137 | 116 |
| Binary | 11111100 | 10010001 | 11000000 | 0 | 101010 | 11000 | 1 | 101001110 | 1011111 | 1001110 |
Color Harmonies of #FC91C0
Complementary color
Monochromatic Colors of #FC91C0
Black with #FC91C0
Text Example
Text Example
White with #FC91C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC91C0; }
p { color: rgb(252,145,192); }
H1.HeaderClassName
{
color: #FC91C0;
}
.AnyTagClassName
{
color: #FC91C0;
}
</style>
background-color css
<style>
a { background-color: #FC91C0; }
a { background-color: rgb(252,145,192); }
div.DivClassName
{
background-color: #FC91C0;
}
.BgClassName
{
background-color: #FC91C0;
}
</style>
border-color css
<style>
span { border-color: #FC91C0; }
span { border-color: rgb(252,145,192); }
td.TdClassName
{
border-color: #FC91C0;
}
.TagClassName
{
border-color: #FC91C0;
}
</style>