Shades of Tea Rose #FC92C3
Tints of Tea Rose #FC92C3
RGB
CMYK
RGB Variations
Color information
#FC92C3 (or 0xFC92C3) is known color: Tea Rose. HEX triplet: FC, 92 and C3. RGB value is (252,146,195). Sum of RGB (Red+Green+Blue) = 252+146+195=593 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.50% from 593); Green value is 146 (57.42% from 255 or 24.62% from 593); Blue value is 195 (76.56% from 255 or 32.88% from 593); Max value from RGB is 252 - color contains mainly: red. Hex color #FC92C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC92C3 is #036D3C. Grayscale: #B7B7B7. Windows color (decimal): -224573 or 12817148. OLE color: 12817148.
HSL color Cylindrical-coordinate representation of color #FC92C3: hue angle of 332.26º 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 #FC92C3 is Cyan = 0, Magento = 0.42, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 146 | 195 | - |
| CMYK | 0 | 0.42 | 0.23 | 0.01 |
| HSL | 332.26º | 0.95% | 0.78% | - |
| HSV(B) | 332.26º | 0.42% | 0.99% | - |
| XYZ | 60.27 | 45.19 | 57.18 | - |
| YUV | 183.28 | 134.62 | 177.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 146 | 195 | 0 | 0.42 | 0.23 | 0.01 | 332.26 | 0.95 | 0.78 |
| Hex | FC | 92 | C3 | 0 | 2A | 17 | 1 | 14C | 5F | 4E |
| Octal | 374 | 222 | 303 | 0 | 52 | 27 | 1 | 514 | 137 | 116 |
| Binary | 11111100 | 10010010 | 11000011 | 0 | 101010 | 10111 | 1 | 101001100 | 1011111 | 1001110 |
Color Harmonies of #FC92C3
Complementary color
Monochromatic Colors of #FC92C3
Black with #FC92C3
Text Example
Text Example
White with #FC92C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC92C3; }
p { color: rgb(252,146,195); }
H1.HeaderClassName
{
color: #FC92C3;
}
.AnyTagClassName
{
color: #FC92C3;
}
</style>
background-color css
<style>
a { background-color: #FC92C3; }
a { background-color: rgb(252,146,195); }
div.DivClassName
{
background-color: #FC92C3;
}
.BgClassName
{
background-color: #FC92C3;
}
</style>
border-color css
<style>
span { border-color: #FC92C3; }
span { border-color: rgb(252,146,195); }
td.TdClassName
{
border-color: #FC92C3;
}
.TagClassName
{
border-color: #FC92C3;
}
</style>