Shades of Tea Rose #FC8FC5
Tints of Tea Rose #FC8FC5
RGB
CMYK
RGB Variations
Color information
#FC8FC5 (or 0xFC8FC5) is known color: Tea Rose. HEX triplet: FC, 8F and C5. RGB value is (252,143,197). Sum of RGB (Red+Green+Blue) = 252+143+197=592 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.57% from 592); Green value is 143 (56.25% from 255 or 24.16% from 592); Blue value is 197 (77.34% from 255 or 33.28% from 592); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8FC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC8FC5 is #03703A. Grayscale: #B5B5B5. Windows color (decimal): -225339 or 12947452. OLE color: 12947452.
HSL color Cylindrical-coordinate representation of color #FC8FC5: hue angle of 330.28º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FC8FC5 is Cyan = 0, Magento = 0.43, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 143 | 197 | - |
| CMYK | 0 | 0.43 | 0.22 | 0.01 |
| HSL | 330.28º | 0.95% | 0.77% | - |
| HSV(B) | 330.28º | 0.43% | 0.99% | - |
| XYZ | 60.05 | 44.37 | 58.22 | - |
| YUV | 181.75 | 136.61 | 178.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 143 | 197 | 0 | 0.43 | 0.22 | 0.01 | 330.28 | 0.95 | 0.77 |
| Hex | FC | 8F | C5 | 0 | 2B | 16 | 1 | 14A | 5F | 4D |
| Octal | 374 | 217 | 305 | 0 | 53 | 26 | 1 | 512 | 137 | 115 |
| Binary | 11111100 | 10001111 | 11000101 | 0 | 101011 | 10110 | 1 | 101001010 | 1011111 | 1001101 |
Color Harmonies of #FC8FC5
Complementary color
Monochromatic Colors of #FC8FC5
Black with #FC8FC5
Text Example
Text Example
White with #FC8FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8FC5; }
p { color: rgb(252,143,197); }
H1.HeaderClassName
{
color: #FC8FC5;
}
.AnyTagClassName
{
color: #FC8FC5;
}
</style>
background-color css
<style>
a { background-color: #FC8FC5; }
a { background-color: rgb(252,143,197); }
div.DivClassName
{
background-color: #FC8FC5;
}
.BgClassName
{
background-color: #FC8FC5;
}
</style>
border-color css
<style>
span { border-color: #FC8FC5; }
span { border-color: rgb(252,143,197); }
td.TdClassName
{
border-color: #FC8FC5;
}
.TagClassName
{
border-color: #FC8FC5;
}
</style>