Shades of Tea Rose #FC8ECF
Tints of Tea Rose #FC8ECF
RGB
CMYK
RGB Variations
Color information
#FC8ECF (or 0xFC8ECF) is known color: Tea Rose. HEX triplet: FC, 8E and CF. RGB value is (252,142,207). Sum of RGB (Red+Green+Blue) = 252+142+207=601 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.93% from 601); Green value is 142 (55.86% from 255 or 23.63% from 601); Blue value is 207 (81.25% from 255 or 34.44% from 601); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8ECF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC8ECF is #037130. Grayscale: #B6B6B6. Windows color (decimal): -225585 or 13602556. OLE color: 13602556.
HSL color Cylindrical-coordinate representation of color #FC8ECF: hue angle of 324.55º 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 #FC8ECF is Cyan = 0, Magento = 0.44, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 142 | 207 | - |
| CMYK | 0 | 0.44 | 0.18 | 0.01 |
| HSL | 324.55º | 0.95% | 0.77% | - |
| HSV(B) | 324.55º | 0.44% | 0.99% | - |
| XYZ | 61.08 | 44.55 | 64.41 | - |
| YUV | 182.3 | 141.94 | 177.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 142 | 207 | 0 | 0.44 | 0.18 | 0.01 | 324.55 | 0.95 | 0.77 |
| Hex | FC | 8E | CF | 0 | 2C | 12 | 1 | 145 | 5F | 4D |
| Octal | 374 | 216 | 317 | 0 | 54 | 22 | 1 | 505 | 137 | 115 |
| Binary | 11111100 | 10001110 | 11001111 | 0 | 101100 | 10010 | 1 | 101000101 | 1011111 | 1001101 |
Color Harmonies of #FC8ECF
Complementary color
Monochromatic Colors of #FC8ECF
Black with #FC8ECF
Text Example
Text Example
White with #FC8ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8ECF; }
p { color: rgb(252,142,207); }
H1.HeaderClassName
{
color: #FC8ECF;
}
.AnyTagClassName
{
color: #FC8ECF;
}
</style>
background-color css
<style>
a { background-color: #FC8ECF; }
a { background-color: rgb(252,142,207); }
div.DivClassName
{
background-color: #FC8ECF;
}
.BgClassName
{
background-color: #FC8ECF;
}
</style>
border-color css
<style>
span { border-color: #FC8ECF; }
span { border-color: rgb(252,142,207); }
td.TdClassName
{
border-color: #FC8ECF;
}
.TagClassName
{
border-color: #FC8ECF;
}
</style>