Shades of Tea Rose #FC91C4
Tints of Tea Rose #FC91C4
RGB
CMYK
RGB Variations
Color information
#FC91C4 (or 0xFC91C4) is known color: Tea Rose. HEX triplet: FC, 91 and C4. RGB value is (252,145,196). Sum of RGB (Red+Green+Blue) = 252+145+196=593 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.50% from 593); Green value is 145 (57.03% from 255 or 24.45% from 593); Blue value is 196 (76.95% from 255 or 33.05% from 593); Max value from RGB is 252 - color contains mainly: red. Hex color #FC91C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC91C4 is #036E3B. Grayscale: #B6B6B6. Windows color (decimal): -224828 or 12882428. OLE color: 12882428.
HSL color Cylindrical-coordinate representation of color #FC91C4: hue angle of 331.4º 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 #FC91C4 is Cyan = 0, Magento = 0.42, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 145 | 196 | - |
| CMYK | 0 | 0.42 | 0.22 | 0.01 |
| HSL | 331.4º | 0.95% | 0.78% | - |
| HSV(B) | 331.4º | 0.42% | 0.99% | - |
| XYZ | 60.23 | 44.93 | 57.72 | - |
| YUV | 182.81 | 135.45 | 177.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 145 | 196 | 0 | 0.42 | 0.22 | 0.01 | 331.4 | 0.95 | 0.78 |
| Hex | FC | 91 | C4 | 0 | 2A | 16 | 1 | 14B | 5F | 4E |
| Octal | 374 | 221 | 304 | 0 | 52 | 26 | 1 | 513 | 137 | 116 |
| Binary | 11111100 | 10010001 | 11000100 | 0 | 101010 | 10110 | 1 | 101001011 | 1011111 | 1001110 |
Color Harmonies of #FC91C4
Complementary color
Monochromatic Colors of #FC91C4
Black with #FC91C4
Text Example
Text Example
White with #FC91C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC91C4; }
p { color: rgb(252,145,196); }
H1.HeaderClassName
{
color: #FC91C4;
}
.AnyTagClassName
{
color: #FC91C4;
}
</style>
background-color css
<style>
a { background-color: #FC91C4; }
a { background-color: rgb(252,145,196); }
div.DivClassName
{
background-color: #FC91C4;
}
.BgClassName
{
background-color: #FC91C4;
}
</style>
border-color css
<style>
span { border-color: #FC91C4; }
span { border-color: rgb(252,145,196); }
td.TdClassName
{
border-color: #FC91C4;
}
.TagClassName
{
border-color: #FC91C4;
}
</style>