Shades of Tea Rose #FC93C2
Tints of Tea Rose #FC93C2
RGB
CMYK
RGB Variations
Color information
#FC93C2 (or 0xFC93C2) is known color: Tea Rose. HEX triplet: FC, 93 and C2. RGB value is (252,147,194). Sum of RGB (Red+Green+Blue) = 252+147+194=593 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.50% from 593); Green value is 147 (57.81% from 255 or 24.79% from 593); Blue value is 194 (76.17% from 255 or 32.72% from 593); Max value from RGB is 252 - color contains mainly: red. Hex color #FC93C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC93C2 is #036C3D. Grayscale: #B7B7B7. Windows color (decimal): -224318 or 12751868. OLE color: 12751868.
HSL color Cylindrical-coordinate representation of color #FC93C2: hue angle of 333.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 #FC93C2 is Cyan = 0, Magento = 0.42, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 147 | 194 | - |
| CMYK | 0 | 0.42 | 0.23 | 0.01 |
| HSL | 333.14º | 0.95% | 0.78% | - |
| HSV(B) | 333.14º | 0.42% | 0.99% | - |
| XYZ | 60.32 | 45.46 | 56.63 | - |
| YUV | 183.75 | 133.79 | 176.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 147 | 194 | 0 | 0.42 | 0.23 | 0.01 | 333.14 | 0.95 | 0.78 |
| Hex | FC | 93 | C2 | 0 | 2A | 17 | 1 | 14D | 5F | 4E |
| Octal | 374 | 223 | 302 | 0 | 52 | 27 | 1 | 515 | 137 | 116 |
| Binary | 11111100 | 10010011 | 11000010 | 0 | 101010 | 10111 | 1 | 101001101 | 1011111 | 1001110 |
Color Harmonies of #FC93C2
Complementary color
Monochromatic Colors of #FC93C2
Black with #FC93C2
Text Example
Text Example
White with #FC93C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC93C2; }
p { color: rgb(252,147,194); }
H1.HeaderClassName
{
color: #FC93C2;
}
.AnyTagClassName
{
color: #FC93C2;
}
</style>
background-color css
<style>
a { background-color: #FC93C2; }
a { background-color: rgb(252,147,194); }
div.DivClassName
{
background-color: #FC93C2;
}
.BgClassName
{
background-color: #FC93C2;
}
</style>
border-color css
<style>
span { border-color: #FC93C2; }
span { border-color: rgb(252,147,194); }
td.TdClassName
{
border-color: #FC93C2;
}
.TagClassName
{
border-color: #FC93C2;
}
</style>