Shades of Tea Rose #FC91BC
Tints of Tea Rose #FC91BC
RGB
CMYK
RGB Variations
Color information
#FC91BC (or 0xFC91BC) is known color: Tea Rose. HEX triplet: FC, 91 and BC. RGB value is (252,145,188). Sum of RGB (Red+Green+Blue) = 252+145+188=585 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.08% from 585); Green value is 145 (57.03% from 255 or 24.79% from 585); Blue value is 188 (73.83% from 255 or 32.14% from 585); Max value from RGB is 252 - color contains mainly: red. Hex color #FC91BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC91BC is #036E43. Grayscale: #B5B5B5. Windows color (decimal): -224836 or 12358140. OLE color: 12358140.
HSL color Cylindrical-coordinate representation of color #FC91BC: hue angle of 335.89º 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 #FC91BC is Cyan = 0, Magento = 0.42, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 145 | 188 | - |
| CMYK | 0 | 0.42 | 0.25 | 0.01 |
| HSL | 335.89º | 0.95% | 0.78% | - |
| HSV(B) | 335.89º | 0.42% | 0.99% | - |
| XYZ | 59.35 | 44.58 | 53.05 | - |
| YUV | 181.9 | 131.45 | 178 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 145 | 188 | 0 | 0.42 | 0.25 | 0.01 | 335.89 | 0.95 | 0.78 |
| Hex | FC | 91 | BC | 0 | 2A | 19 | 1 | 150 | 5F | 4E |
| Octal | 374 | 221 | 274 | 0 | 52 | 31 | 1 | 520 | 137 | 116 |
| Binary | 11111100 | 10010001 | 10111100 | 0 | 101010 | 11001 | 1 | 101010000 | 1011111 | 1001110 |
Color Harmonies of #FC91BC
Complementary color
Monochromatic Colors of #FC91BC
Black with #FC91BC
Text Example
Text Example
White with #FC91BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC91BC; }
p { color: rgb(252,145,188); }
H1.HeaderClassName
{
color: #FC91BC;
}
.AnyTagClassName
{
color: #FC91BC;
}
</style>
background-color css
<style>
a { background-color: #FC91BC; }
a { background-color: rgb(252,145,188); }
div.DivClassName
{
background-color: #FC91BC;
}
.BgClassName
{
background-color: #FC91BC;
}
</style>
border-color css
<style>
span { border-color: #FC91BC; }
span { border-color: rgb(252,145,188); }
td.TdClassName
{
border-color: #FC91BC;
}
.TagClassName
{
border-color: #FC91BC;
}
</style>