Shades of Tea Rose #FC92CA
Tints of Tea Rose #FC92CA
RGB
CMYK
RGB Variations
Color information
#FC92CA (or 0xFC92CA) is known color: Tea Rose. HEX triplet: FC, 92 and CA. RGB value is (252,146,202). Sum of RGB (Red+Green+Blue) = 252+146+202=600 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42% from 600); Green value is 146 (57.42% from 255 or 24.33% from 600); Blue value is 202 (79.30% from 255 or 33.67% from 600); Max value from RGB is 252 - color contains mainly: red. Hex color #FC92CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC92CA is #036D35. Grayscale: #B7B7B7. Windows color (decimal): -224566 or 13275900. OLE color: 13275900.
HSL color Cylindrical-coordinate representation of color #FC92CA: hue angle of 328.3º 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 #FC92CA is Cyan = 0, Magento = 0.42, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 146 | 202 | - |
| CMYK | 0 | 0.42 | 0.20 | 0.01 |
| HSL | 328.3º | 0.95% | 0.78% | - |
| HSV(B) | 328.3º | 0.42% | 0.99% | - |
| XYZ | 61.08 | 45.52 | 61.44 | - |
| YUV | 184.08 | 138.12 | 176.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 146 | 202 | 0 | 0.42 | 0.20 | 0.01 | 328.3 | 0.95 | 0.78 |
| Hex | FC | 92 | CA | 0 | 2A | 14 | 1 | 148 | 5F | 4E |
| Octal | 374 | 222 | 312 | 0 | 52 | 24 | 1 | 510 | 137 | 116 |
| Binary | 11111100 | 10010010 | 11001010 | 0 | 101010 | 10100 | 1 | 101001000 | 1011111 | 1001110 |
Color Harmonies of #FC92CA
Complementary color
Monochromatic Colors of #FC92CA
Black with #FC92CA
Text Example
Text Example
White with #FC92CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC92CA; }
p { color: rgb(252,146,202); }
H1.HeaderClassName
{
color: #FC92CA;
}
.AnyTagClassName
{
color: #FC92CA;
}
</style>
background-color css
<style>
a { background-color: #FC92CA; }
a { background-color: rgb(252,146,202); }
div.DivClassName
{
background-color: #FC92CA;
}
.BgClassName
{
background-color: #FC92CA;
}
</style>
border-color css
<style>
span { border-color: #FC92CA; }
span { border-color: rgb(252,146,202); }
td.TdClassName
{
border-color: #FC92CA;
}
.TagClassName
{
border-color: #FC92CA;
}
</style>