Shades of Tea Rose #FC88D3
Tints of Tea Rose #FC88D3
RGB
CMYK
RGB Variations
Color information
#FC88D3 (or 0xFC88D3) is known color: Tea Rose. HEX triplet: FC, 88 and D3. RGB value is (252,136,211). Sum of RGB (Red+Green+Blue) = 252+136+211=599 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.07% from 599); Green value is 136 (53.52% from 255 or 22.70% from 599); Blue value is 211 (82.81% from 255 or 35.23% from 599); Max value from RGB is 252 - color contains mainly: red. Hex color #FC88D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC88D3 is #03772C. Grayscale: #B3B3B3. Windows color (decimal): -227117 or 13863164. OLE color: 13863164.
HSL color Cylindrical-coordinate representation of color #FC88D3: hue angle of 321.21º 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 #FC88D3 is Cyan = 0, Magento = 0.46, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 136 | 211 | - |
| CMYK | 0 | 0.46 | 0.16 | 0.01 |
| HSL | 321.21º | 0.95% | 0.76% | - |
| HSV(B) | 321.21º | 0.46% | 0.99% | - |
| XYZ | 60.71 | 43.01 | 66.73 | - |
| YUV | 179.23 | 145.93 | 179.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 136 | 211 | 0 | 0.46 | 0.16 | 0.01 | 321.21 | 0.95 | 0.76 |
| Hex | FC | 88 | D3 | 0 | 2E | 10 | 1 | 141 | 5F | 4C |
| Octal | 374 | 210 | 323 | 0 | 56 | 20 | 1 | 501 | 137 | 114 |
| Binary | 11111100 | 10001000 | 11010011 | 0 | 101110 | 10000 | 1 | 101000001 | 1011111 | 1001100 |
Color Harmonies of #FC88D3
Complementary color
Monochromatic Colors of #FC88D3
Black with #FC88D3
Text Example
Text Example
White with #FC88D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC88D3; }
p { color: rgb(252,136,211); }
H1.HeaderClassName
{
color: #FC88D3;
}
.AnyTagClassName
{
color: #FC88D3;
}
</style>
background-color css
<style>
a { background-color: #FC88D3; }
a { background-color: rgb(252,136,211); }
div.DivClassName
{
background-color: #FC88D3;
}
.BgClassName
{
background-color: #FC88D3;
}
</style>
border-color css
<style>
span { border-color: #FC88D3; }
span { border-color: rgb(252,136,211); }
td.TdClassName
{
border-color: #FC88D3;
}
.TagClassName
{
border-color: #FC88D3;
}
</style>