Shades of Tea Rose #FC93D0
Tints of Tea Rose #FC93D0
RGB
CMYK
RGB Variations
Color information
#FC93D0 (or 0xFC93D0) is known color: Tea Rose. HEX triplet: FC, 93 and D0. RGB value is (252,147,208). Sum of RGB (Red+Green+Blue) = 252+147+208=607 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.52% from 607); Green value is 147 (57.81% from 255 or 24.22% from 607); Blue value is 208 (81.64% from 255 or 34.27% from 607); Max value from RGB is 252 - color contains mainly: red. Hex color #FC93D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC93D0 is #036C2F. Grayscale: #B9B9B9. Windows color (decimal): -224304 or 13669372. OLE color: 13669372.
HSL color Cylindrical-coordinate representation of color #FC93D0: hue angle of 325.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 #FC93D0 is Cyan = 0, Magento = 0.42, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 147 | 208 | - |
| CMYK | 0 | 0.42 | 0.17 | 0.01 |
| HSL | 325.14º | 0.95% | 0.78% | - |
| HSV(B) | 325.14º | 0.42% | 0.99% | - |
| XYZ | 61.96 | 46.12 | 65.31 | - |
| YUV | 185.35 | 140.79 | 175.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 147 | 208 | 0 | 0.42 | 0.17 | 0.01 | 325.14 | 0.95 | 0.78 |
| Hex | FC | 93 | D0 | 0 | 2A | 11 | 1 | 145 | 5F | 4E |
| Octal | 374 | 223 | 320 | 0 | 52 | 21 | 1 | 505 | 137 | 116 |
| Binary | 11111100 | 10010011 | 11010000 | 0 | 101010 | 10001 | 1 | 101000101 | 1011111 | 1001110 |
Color Harmonies of #FC93D0
Complementary color
Monochromatic Colors of #FC93D0
Black with #FC93D0
Text Example
Text Example
White with #FC93D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC93D0; }
p { color: rgb(252,147,208); }
H1.HeaderClassName
{
color: #FC93D0;
}
.AnyTagClassName
{
color: #FC93D0;
}
</style>
background-color css
<style>
a { background-color: #FC93D0; }
a { background-color: rgb(252,147,208); }
div.DivClassName
{
background-color: #FC93D0;
}
.BgClassName
{
background-color: #FC93D0;
}
</style>
border-color css
<style>
span { border-color: #FC93D0; }
span { border-color: rgb(252,147,208); }
td.TdClassName
{
border-color: #FC93D0;
}
.TagClassName
{
border-color: #FC93D0;
}
</style>