Shades of Tea Rose #FC91CA
Tints of Tea Rose #FC91CA
RGB
CMYK
RGB Variations
Color information
#FC91CA (or 0xFC91CA) is known color: Tea Rose. HEX triplet: FC, 91 and CA. RGB value is (252,145,202). Sum of RGB (Red+Green+Blue) = 252+145+202=599 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.07% from 599); Green value is 145 (57.03% from 255 or 24.21% from 599); Blue value is 202 (79.30% from 255 or 33.72% from 599); Max value from RGB is 252 - color contains mainly: red. Hex color #FC91CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC91CA is #036E35. Grayscale: #B7B7B7. Windows color (decimal): -224822 or 13275644. OLE color: 13275644.
HSL color Cylindrical-coordinate representation of color #FC91CA: hue angle of 328.04º 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 #FC91CA is Cyan = 0, Magento = 0.42, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 145 | 202 | - |
| CMYK | 0 | 0.42 | 0.20 | 0.01 |
| HSL | 328.04º | 0.95% | 0.78% | - |
| HSV(B) | 328.04º | 0.42% | 0.99% | - |
| XYZ | 60.93 | 45.21 | 61.39 | - |
| YUV | 183.49 | 138.45 | 176.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 145 | 202 | 0 | 0.42 | 0.20 | 0.01 | 328.04 | 0.95 | 0.78 |
| Hex | FC | 91 | CA | 0 | 2A | 14 | 1 | 148 | 5F | 4E |
| Octal | 374 | 221 | 312 | 0 | 52 | 24 | 1 | 510 | 137 | 116 |
| Binary | 11111100 | 10010001 | 11001010 | 0 | 101010 | 10100 | 1 | 101001000 | 1011111 | 1001110 |
Color Harmonies of #FC91CA
Complementary color
Monochromatic Colors of #FC91CA
Black with #FC91CA
Text Example
Text Example
White with #FC91CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC91CA; }
p { color: rgb(252,145,202); }
H1.HeaderClassName
{
color: #FC91CA;
}
.AnyTagClassName
{
color: #FC91CA;
}
</style>
background-color css
<style>
a { background-color: #FC91CA; }
a { background-color: rgb(252,145,202); }
div.DivClassName
{
background-color: #FC91CA;
}
.BgClassName
{
background-color: #FC91CA;
}
</style>
border-color css
<style>
span { border-color: #FC91CA; }
span { border-color: rgb(252,145,202); }
td.TdClassName
{
border-color: #FC91CA;
}
.TagClassName
{
border-color: #FC91CA;
}
</style>