Shades of Tea Rose #FC88C8
Tints of Tea Rose #FC88C8
RGB
CMYK
RGB Variations
Color information
#FC88C8 (or 0xFC88C8) is known color: Tea Rose. HEX triplet: FC, 88 and C8. RGB value is (252,136,200). Sum of RGB (Red+Green+Blue) = 252+136+200=588 (77% of max value = 765). Red value is 252 (98.83% from 255 or 42.86% from 588); Green value is 136 (53.52% from 255 or 23.13% from 588); Blue value is 200 (78.52% from 255 or 34.01% from 588); Max value from RGB is 252 - color contains mainly: red. Hex color #FC88C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC88C8 is #037737. Grayscale: #B1B1B1. Windows color (decimal): -227128 or 13142268. OLE color: 13142268.
HSL color Cylindrical-coordinate representation of color #FC88C8: hue angle of 326.9º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FC88C8 is Cyan = 0, Magento = 0.46, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 136 | 200 | - |
| CMYK | 0 | 0.46 | 0.21 | 0.01 |
| HSL | 326.9º | 0.95% | 0.76% | - |
| HSV(B) | 326.9º | 0.46% | 0.99% | - |
| XYZ | 59.37 | 42.47 | 59.71 | - |
| YUV | 177.98 | 140.43 | 180.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 136 | 200 | 0 | 0.46 | 0.21 | 0.01 | 326.9 | 0.95 | 0.76 |
| Hex | FC | 88 | C8 | 0 | 2E | 15 | 1 | 147 | 5F | 4C |
| Octal | 374 | 210 | 310 | 0 | 56 | 25 | 1 | 507 | 137 | 114 |
| Binary | 11111100 | 10001000 | 11001000 | 0 | 101110 | 10101 | 1 | 101000111 | 1011111 | 1001100 |
Color Harmonies of #FC88C8
Complementary color
Monochromatic Colors of #FC88C8
Black with #FC88C8
Text Example
Text Example
White with #FC88C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC88C8; }
p { color: rgb(252,136,200); }
H1.HeaderClassName
{
color: #FC88C8;
}
.AnyTagClassName
{
color: #FC88C8;
}
</style>
background-color css
<style>
a { background-color: #FC88C8; }
a { background-color: rgb(252,136,200); }
div.DivClassName
{
background-color: #FC88C8;
}
.BgClassName
{
background-color: #FC88C8;
}
</style>
border-color css
<style>
span { border-color: #FC88C8; }
span { border-color: rgb(252,136,200); }
td.TdClassName
{
border-color: #FC88C8;
}
.TagClassName
{
border-color: #FC88C8;
}
</style>