Shades of Tea Rose #FC8FCF
Tints of Tea Rose #FC8FCF
RGB
CMYK
RGB Variations
Color information
#FC8FCF (or 0xFC8FCF) is known color: Tea Rose. HEX triplet: FC, 8F and CF. RGB value is (252,143,207). Sum of RGB (Red+Green+Blue) = 252+143+207=602 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.86% from 602); Green value is 143 (56.25% from 255 or 23.75% from 602); Blue value is 207 (81.25% from 255 or 34.39% from 602); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8FCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC8FCF is #037030. Grayscale: #B6B6B6. Windows color (decimal): -225329 or 13602812. OLE color: 13602812.
HSL color Cylindrical-coordinate representation of color #FC8FCF: hue angle of 324.77º 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 #FC8FCF is Cyan = 0, Magento = 0.43, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 143 | 207 | - |
| CMYK | 0 | 0.43 | 0.18 | 0.01 |
| HSL | 324.77º | 0.95% | 0.77% | - |
| HSV(B) | 324.77º | 0.43% | 0.99% | - |
| XYZ | 61.23 | 44.85 | 64.46 | - |
| YUV | 182.89 | 141.61 | 177.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 143 | 207 | 0 | 0.43 | 0.18 | 0.01 | 324.77 | 0.95 | 0.77 |
| Hex | FC | 8F | CF | 0 | 2B | 12 | 1 | 145 | 5F | 4D |
| Octal | 374 | 217 | 317 | 0 | 53 | 22 | 1 | 505 | 137 | 115 |
| Binary | 11111100 | 10001111 | 11001111 | 0 | 101011 | 10010 | 1 | 101000101 | 1011111 | 1001101 |
Color Harmonies of #FC8FCF
Complementary color
Monochromatic Colors of #FC8FCF
Black with #FC8FCF
Text Example
Text Example
White with #FC8FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8FCF; }
p { color: rgb(252,143,207); }
H1.HeaderClassName
{
color: #FC8FCF;
}
.AnyTagClassName
{
color: #FC8FCF;
}
</style>
background-color css
<style>
a { background-color: #FC8FCF; }
a { background-color: rgb(252,143,207); }
div.DivClassName
{
background-color: #FC8FCF;
}
.BgClassName
{
background-color: #FC8FCF;
}
</style>
border-color css
<style>
span { border-color: #FC8FCF; }
span { border-color: rgb(252,143,207); }
td.TdClassName
{
border-color: #FC8FCF;
}
.TagClassName
{
border-color: #FC8FCF;
}
</style>