Shades of Tea Rose #FC91CF
Tints of Tea Rose #FC91CF
RGB
CMYK
RGB Variations
Color information
#FC91CF (or 0xFC91CF) is known color: Tea Rose. HEX triplet: FC, 91 and CF. RGB value is (252,145,207). Sum of RGB (Red+Green+Blue) = 252+145+207=604 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.72% from 604); Green value is 145 (57.03% from 255 or 24.01% from 604); Blue value is 207 (81.25% from 255 or 34.27% from 604); Max value from RGB is 252 - color contains mainly: red. Hex color #FC91CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC91CF is #036E30. Grayscale: #B7B7B7. Windows color (decimal): -224817 or 13603324. OLE color: 13603324.
HSL color Cylindrical-coordinate representation of color #FC91CF: hue angle of 325.23º 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 #FC91CF is Cyan = 0, Magento = 0.42, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 145 | 207 | - |
| CMYK | 0 | 0.42 | 0.18 | 0.01 |
| HSL | 325.23º | 0.95% | 0.78% | - |
| HSV(B) | 325.23º | 0.42% | 0.99% | - |
| XYZ | 61.53 | 45.45 | 64.56 | - |
| YUV | 184.06 | 140.95 | 176.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 145 | 207 | 0 | 0.42 | 0.18 | 0.01 | 325.23 | 0.95 | 0.78 |
| Hex | FC | 91 | CF | 0 | 2A | 12 | 1 | 145 | 5F | 4E |
| Octal | 374 | 221 | 317 | 0 | 52 | 22 | 1 | 505 | 137 | 116 |
| Binary | 11111100 | 10010001 | 11001111 | 0 | 101010 | 10010 | 1 | 101000101 | 1011111 | 1001110 |
Color Harmonies of #FC91CF
Complementary color
Monochromatic Colors of #FC91CF
Black with #FC91CF
Text Example
Text Example
White with #FC91CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC91CF; }
p { color: rgb(252,145,207); }
H1.HeaderClassName
{
color: #FC91CF;
}
.AnyTagClassName
{
color: #FC91CF;
}
</style>
background-color css
<style>
a { background-color: #FC91CF; }
a { background-color: rgb(252,145,207); }
div.DivClassName
{
background-color: #FC91CF;
}
.BgClassName
{
background-color: #FC91CF;
}
</style>
border-color css
<style>
span { border-color: #FC91CF; }
span { border-color: rgb(252,145,207); }
td.TdClassName
{
border-color: #FC91CF;
}
.TagClassName
{
border-color: #FC91CF;
}
</style>