Shades of Tea Rose #FC91C3
Tints of Tea Rose #FC91C3
RGB
CMYK
RGB Variations
Color information
#FC91C3 (or 0xFC91C3) is known color: Tea Rose. HEX triplet: FC, 91 and C3. RGB value is (252,145,195). Sum of RGB (Red+Green+Blue) = 252+145+195=592 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.57% from 592); Green value is 145 (57.03% from 255 or 24.49% from 592); Blue value is 195 (76.56% from 255 or 32.94% from 592); Max value from RGB is 252 - color contains mainly: red. Hex color #FC91C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC91C3 is #036E3C. Grayscale: #B6B6B6. Windows color (decimal): -224829 or 12816892. OLE color: 12816892.
HSL color Cylindrical-coordinate representation of color #FC91C3: hue angle of 331.96º 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 #FC91C3 is Cyan = 0, Magento = 0.42, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 145 | 195 | - |
| CMYK | 0 | 0.42 | 0.23 | 0.01 |
| HSL | 331.96º | 0.95% | 0.78% | - |
| HSV(B) | 331.96º | 0.42% | 0.99% | - |
| XYZ | 60.12 | 44.89 | 57.13 | - |
| YUV | 182.69 | 134.95 | 177.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 145 | 195 | 0 | 0.42 | 0.23 | 0.01 | 331.96 | 0.95 | 0.78 |
| Hex | FC | 91 | C3 | 0 | 2A | 17 | 1 | 14C | 5F | 4E |
| Octal | 374 | 221 | 303 | 0 | 52 | 27 | 1 | 514 | 137 | 116 |
| Binary | 11111100 | 10010001 | 11000011 | 0 | 101010 | 10111 | 1 | 101001100 | 1011111 | 1001110 |
Color Harmonies of #FC91C3
Complementary color
Monochromatic Colors of #FC91C3
Black with #FC91C3
Text Example
Text Example
White with #FC91C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC91C3; }
p { color: rgb(252,145,195); }
H1.HeaderClassName
{
color: #FC91C3;
}
.AnyTagClassName
{
color: #FC91C3;
}
</style>
background-color css
<style>
a { background-color: #FC91C3; }
a { background-color: rgb(252,145,195); }
div.DivClassName
{
background-color: #FC91C3;
}
.BgClassName
{
background-color: #FC91C3;
}
</style>
border-color css
<style>
span { border-color: #FC91C3; }
span { border-color: rgb(252,145,195); }
td.TdClassName
{
border-color: #FC91C3;
}
.TagClassName
{
border-color: #FC91C3;
}
</style>