Shades of Tea Rose #FC93C9
Tints of Tea Rose #FC93C9
RGB
CMYK
RGB Variations
Color information
#FC93C9 (or 0xFC93C9) is known color: Tea Rose. HEX triplet: FC, 93 and C9. RGB value is (252,147,201). Sum of RGB (Red+Green+Blue) = 252+147+201=600 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42% from 600); Green value is 147 (57.81% from 255 or 24.5% from 600); Blue value is 201 (78.91% from 255 or 33.5% from 600); Max value from RGB is 252 - color contains mainly: red. Hex color #FC93C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC93C9 is #036C36. Grayscale: #B8B8B8. Windows color (decimal): -224311 or 13210620. OLE color: 13210620.
HSL color Cylindrical-coordinate representation of color #FC93C9: hue angle of 329.14º 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 #FC93C9 is Cyan = 0, Magento = 0.42, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 147 | 201 | - |
| CMYK | 0 | 0.42 | 0.20 | 0.01 |
| HSL | 329.14º | 0.95% | 0.78% | - |
| HSV(B) | 329.14º | 0.42% | 0.99% | - |
| XYZ | 61.12 | 45.78 | 60.87 | - |
| YUV | 184.55 | 137.29 | 176.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 147 | 201 | 0 | 0.42 | 0.20 | 0.01 | 329.14 | 0.95 | 0.78 |
| Hex | FC | 93 | C9 | 0 | 2A | 14 | 1 | 149 | 5F | 4E |
| Octal | 374 | 223 | 311 | 0 | 52 | 24 | 1 | 511 | 137 | 116 |
| Binary | 11111100 | 10010011 | 11001001 | 0 | 101010 | 10100 | 1 | 101001001 | 1011111 | 1001110 |
Color Harmonies of #FC93C9
Complementary color
Monochromatic Colors of #FC93C9
Black with #FC93C9
Text Example
Text Example
White with #FC93C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC93C9; }
p { color: rgb(252,147,201); }
H1.HeaderClassName
{
color: #FC93C9;
}
.AnyTagClassName
{
color: #FC93C9;
}
</style>
background-color css
<style>
a { background-color: #FC93C9; }
a { background-color: rgb(252,147,201); }
div.DivClassName
{
background-color: #FC93C9;
}
.BgClassName
{
background-color: #FC93C9;
}
</style>
border-color css
<style>
span { border-color: #FC93C9; }
span { border-color: rgb(252,147,201); }
td.TdClassName
{
border-color: #FC93C9;
}
.TagClassName
{
border-color: #FC93C9;
}
</style>