Shades of Tea Rose #FC91C9
Tints of Tea Rose #FC91C9
RGB
CMYK
RGB Variations
Color information
#FC91C9 (or 0xFC91C9) is known color: Tea Rose. HEX triplet: FC, 91 and C9. RGB value is (252,145,201). Sum of RGB (Red+Green+Blue) = 252+145+201=598 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.14% from 598); Green value is 145 (57.03% from 255 or 24.25% from 598); Blue value is 201 (78.91% from 255 or 33.61% from 598); Max value from RGB is 252 - color contains mainly: red. Hex color #FC91C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC91C9 is #036E36. Grayscale: #B7B7B7. Windows color (decimal): -224823 or 13210108. OLE color: 13210108.
HSL color Cylindrical-coordinate representation of color #FC91C9: hue angle of 328.6º 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 #FC91C9 is Cyan = 0, Magento = 0.42, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 145 | 201 | - |
| CMYK | 0 | 0.42 | 0.20 | 0.01 |
| HSL | 328.6º | 0.95% | 0.78% | - |
| HSV(B) | 328.6º | 0.42% | 0.99% | - |
| XYZ | 60.81 | 45.16 | 60.77 | - |
| YUV | 183.38 | 137.95 | 176.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 145 | 201 | 0 | 0.42 | 0.20 | 0.01 | 328.6 | 0.95 | 0.78 |
| Hex | FC | 91 | C9 | 0 | 2A | 14 | 1 | 149 | 5F | 4E |
| Octal | 374 | 221 | 311 | 0 | 52 | 24 | 1 | 511 | 137 | 116 |
| Binary | 11111100 | 10010001 | 11001001 | 0 | 101010 | 10100 | 1 | 101001001 | 1011111 | 1001110 |
Color Harmonies of #FC91C9
Complementary color
Monochromatic Colors of #FC91C9
Black with #FC91C9
Text Example
Text Example
White with #FC91C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC91C9; }
p { color: rgb(252,145,201); }
H1.HeaderClassName
{
color: #FC91C9;
}
.AnyTagClassName
{
color: #FC91C9;
}
</style>
background-color css
<style>
a { background-color: #FC91C9; }
a { background-color: rgb(252,145,201); }
div.DivClassName
{
background-color: #FC91C9;
}
.BgClassName
{
background-color: #FC91C9;
}
</style>
border-color css
<style>
span { border-color: #FC91C9; }
span { border-color: rgb(252,145,201); }
td.TdClassName
{
border-color: #FC91C9;
}
.TagClassName
{
border-color: #FC91C9;
}
</style>