Shades of Tea Rose #FC93CE
Tints of Tea Rose #FC93CE
RGB
CMYK
RGB Variations
Color information
#FC93CE (or 0xFC93CE) is known color: Tea Rose. HEX triplet: FC, 93 and CE. RGB value is (252,147,206). Sum of RGB (Red+Green+Blue) = 252+147+206=605 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.65% from 605); Green value is 147 (57.81% from 255 or 24.30% from 605); Blue value is 206 (80.86% from 255 or 34.05% from 605); Max value from RGB is 252 - color contains mainly: red. Hex color #FC93CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC93CE is #036C31. Grayscale: #B8B8B8. Windows color (decimal): -224306 or 13538300. OLE color: 13538300.
HSL color Cylindrical-coordinate representation of color #FC93CE: hue angle of 326.29º 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 #FC93CE is Cyan = 0, Magento = 0.42, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 147 | 206 | - |
| CMYK | 0 | 0.42 | 0.18 | 0.01 |
| HSL | 326.29º | 0.95% | 0.78% | - |
| HSV(B) | 326.29º | 0.42% | 0.99% | - |
| XYZ | 61.72 | 46.02 | 64.02 | - |
| YUV | 185.12 | 139.79 | 175.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 147 | 206 | 0 | 0.42 | 0.18 | 0.01 | 326.29 | 0.95 | 0.78 |
| Hex | FC | 93 | CE | 0 | 2A | 12 | 1 | 146 | 5F | 4E |
| Octal | 374 | 223 | 316 | 0 | 52 | 22 | 1 | 506 | 137 | 116 |
| Binary | 11111100 | 10010011 | 11001110 | 0 | 101010 | 10010 | 1 | 101000110 | 1011111 | 1001110 |
Color Harmonies of #FC93CE
Complementary color
Monochromatic Colors of #FC93CE
Black with #FC93CE
Text Example
Text Example
White with #FC93CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC93CE; }
p { color: rgb(252,147,206); }
H1.HeaderClassName
{
color: #FC93CE;
}
.AnyTagClassName
{
color: #FC93CE;
}
</style>
background-color css
<style>
a { background-color: #FC93CE; }
a { background-color: rgb(252,147,206); }
div.DivClassName
{
background-color: #FC93CE;
}
.BgClassName
{
background-color: #FC93CE;
}
</style>
border-color css
<style>
span { border-color: #FC93CE; }
span { border-color: rgb(252,147,206); }
td.TdClassName
{
border-color: #FC93CE;
}
.TagClassName
{
border-color: #FC93CE;
}
</style>