Shades of Tea Rose #FC92BC
Tints of Tea Rose #FC92BC
RGB
CMYK
RGB Variations
Color information
#FC92BC (or 0xFC92BC) is known color: Tea Rose. HEX triplet: FC, 92 and BC. RGB value is (252,146,188). Sum of RGB (Red+Green+Blue) = 252+146+188=586 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.00% from 586); Green value is 146 (57.42% from 255 or 24.91% from 586); Blue value is 188 (73.83% from 255 or 32.08% from 586); Max value from RGB is 252 - color contains mainly: red. Hex color #FC92BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC92BC is #036D43. Grayscale: #B6B6B6. Windows color (decimal): -224580 or 12358396. OLE color: 12358396.
HSL color Cylindrical-coordinate representation of color #FC92BC: hue angle of 336.23º 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 #FC92BC is Cyan = 0, Magento = 0.42, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 146 | 188 | - |
| CMYK | 0 | 0.42 | 0.25 | 0.01 |
| HSL | 336.23º | 0.95% | 0.78% | - |
| HSV(B) | 336.23º | 0.42% | 0.99% | - |
| XYZ | 59.5 | 44.88 | 53.1 | - |
| YUV | 182.48 | 131.12 | 177.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 146 | 188 | 0 | 0.42 | 0.25 | 0.01 | 336.23 | 0.95 | 0.78 |
| Hex | FC | 92 | BC | 0 | 2A | 19 | 1 | 150 | 5F | 4E |
| Octal | 374 | 222 | 274 | 0 | 52 | 31 | 1 | 520 | 137 | 116 |
| Binary | 11111100 | 10010010 | 10111100 | 0 | 101010 | 11001 | 1 | 101010000 | 1011111 | 1001110 |
Color Harmonies of #FC92BC
Complementary color
Monochromatic Colors of #FC92BC
Black with #FC92BC
Text Example
Text Example
White with #FC92BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC92BC; }
p { color: rgb(252,146,188); }
H1.HeaderClassName
{
color: #FC92BC;
}
.AnyTagClassName
{
color: #FC92BC;
}
</style>
background-color css
<style>
a { background-color: #FC92BC; }
a { background-color: rgb(252,146,188); }
div.DivClassName
{
background-color: #FC92BC;
}
.BgClassName
{
background-color: #FC92BC;
}
</style>
border-color css
<style>
span { border-color: #FC92BC; }
span { border-color: rgb(252,146,188); }
td.TdClassName
{
border-color: #FC92BC;
}
.TagClassName
{
border-color: #FC92BC;
}
</style>