Shades of Tea Rose #FC93C5
Tints of Tea Rose #FC93C5
RGB
CMYK
RGB Variations
Color information
#FC93C5 (or 0xFC93C5) is known color: Tea Rose. HEX triplet: FC, 93 and C5. RGB value is (252,147,197). Sum of RGB (Red+Green+Blue) = 252+147+197=596 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.28% from 596); Green value is 147 (57.81% from 255 or 24.66% from 596); Blue value is 197 (77.34% from 255 or 33.05% from 596); Max value from RGB is 252 - color contains mainly: red. Hex color #FC93C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC93C5 is #036C3A. Grayscale: #B8B8B8. Windows color (decimal): -224315 or 12948476. OLE color: 12948476.
HSL color Cylindrical-coordinate representation of color #FC93C5: hue angle of 331.43º 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 #FC93C5 is Cyan = 0, Magento = 0.42, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 147 | 197 | - |
| CMYK | 0 | 0.42 | 0.22 | 0.01 |
| HSL | 331.43º | 0.95% | 0.78% | - |
| HSV(B) | 331.43º | 0.42% | 0.99% | - |
| XYZ | 60.66 | 45.59 | 58.43 | - |
| YUV | 184.1 | 135.29 | 176.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 147 | 197 | 0 | 0.42 | 0.22 | 0.01 | 331.43 | 0.95 | 0.78 |
| Hex | FC | 93 | C5 | 0 | 2A | 16 | 1 | 14B | 5F | 4E |
| Octal | 374 | 223 | 305 | 0 | 52 | 26 | 1 | 513 | 137 | 116 |
| Binary | 11111100 | 10010011 | 11000101 | 0 | 101010 | 10110 | 1 | 101001011 | 1011111 | 1001110 |
Color Harmonies of #FC93C5
Complementary color
Monochromatic Colors of #FC93C5
Black with #FC93C5
Text Example
Text Example
White with #FC93C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC93C5; }
p { color: rgb(252,147,197); }
H1.HeaderClassName
{
color: #FC93C5;
}
.AnyTagClassName
{
color: #FC93C5;
}
</style>
background-color css
<style>
a { background-color: #FC93C5; }
a { background-color: rgb(252,147,197); }
div.DivClassName
{
background-color: #FC93C5;
}
.BgClassName
{
background-color: #FC93C5;
}
</style>
border-color css
<style>
span { border-color: #FC93C5; }
span { border-color: rgb(252,147,197); }
td.TdClassName
{
border-color: #FC93C5;
}
.TagClassName
{
border-color: #FC93C5;
}
</style>