Shades of Tea Rose #FC8DC8
Tints of Tea Rose #FC8DC8
RGB
CMYK
RGB Variations
Color information
#FC8DC8 (or 0xFC8DC8) is known color: Tea Rose. HEX triplet: FC, 8D and C8. RGB value is (252,141,200). Sum of RGB (Red+Green+Blue) = 252+141+200=593 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.50% from 593); Green value is 141 (55.47% from 255 or 23.78% from 593); Blue value is 200 (78.52% from 255 or 33.73% from 593); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8DC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC8DC8 is #037237. Grayscale: #B4B4B4. Windows color (decimal): -225848 or 13143548. OLE color: 13143548.
HSL color Cylindrical-coordinate representation of color #FC8DC8: hue angle of 328.11º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FC8DC8 is Cyan = 0, Magento = 0.44, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 141 | 200 | - |
| CMYK | 0 | 0.44 | 0.21 | 0.01 |
| HSL | 328.11º | 0.95% | 0.77% | - |
| HSV(B) | 328.11º | 0.44% | 0.99% | - |
| XYZ | 60.1 | 43.92 | 59.95 | - |
| YUV | 180.92 | 138.77 | 178.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 141 | 200 | 0 | 0.44 | 0.21 | 0.01 | 328.11 | 0.95 | 0.77 |
| Hex | FC | 8D | C8 | 0 | 2C | 15 | 1 | 148 | 5F | 4D |
| Octal | 374 | 215 | 310 | 0 | 54 | 25 | 1 | 510 | 137 | 115 |
| Binary | 11111100 | 10001101 | 11001000 | 0 | 101100 | 10101 | 1 | 101001000 | 1011111 | 1001101 |
Color Harmonies of #FC8DC8
Complementary color
Monochromatic Colors of #FC8DC8
Black with #FC8DC8
Text Example
Text Example
White with #FC8DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8DC8; }
p { color: rgb(252,141,200); }
H1.HeaderClassName
{
color: #FC8DC8;
}
.AnyTagClassName
{
color: #FC8DC8;
}
</style>
background-color css
<style>
a { background-color: #FC8DC8; }
a { background-color: rgb(252,141,200); }
div.DivClassName
{
background-color: #FC8DC8;
}
.BgClassName
{
background-color: #FC8DC8;
}
</style>
border-color css
<style>
span { border-color: #FC8DC8; }
span { border-color: rgb(252,141,200); }
td.TdClassName
{
border-color: #FC8DC8;
}
.TagClassName
{
border-color: #FC8DC8;
}
</style>