Shades of Tea Rose #FC8BC7
Tints of Tea Rose #FC8BC7
RGB
CMYK
RGB Variations
Color information
#FC8BC7 (or 0xFC8BC7) is known color: Tea Rose. HEX triplet: FC, 8B and C7. RGB value is (252,139,199). Sum of RGB (Red+Green+Blue) = 252+139+199=590 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.71% from 590); Green value is 139 (54.69% from 255 or 23.56% from 590); Blue value is 199 (78.12% from 255 or 33.73% from 590); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8BC7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC8BC7 is #037438. Grayscale: #B3B3B3. Windows color (decimal): -226361 or 13077500. OLE color: 13077500.
HSL color Cylindrical-coordinate representation of color #FC8BC7: hue angle of 328.14º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FC8BC7 is Cyan = 0, Magento = 0.45, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 139 | 199 | - |
| CMYK | 0 | 0.45 | 0.21 | 0.01 |
| HSL | 328.14º | 0.95% | 0.77% | - |
| HSV(B) | 328.14º | 0.45% | 0.99% | - |
| XYZ | 59.69 | 43.28 | 59.24 | - |
| YUV | 179.63 | 138.94 | 179.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 139 | 199 | 0 | 0.45 | 0.21 | 0.01 | 328.14 | 0.95 | 0.77 |
| Hex | FC | 8B | C7 | 0 | 2D | 15 | 1 | 148 | 5F | 4D |
| Octal | 374 | 213 | 307 | 0 | 55 | 25 | 1 | 510 | 137 | 115 |
| Binary | 11111100 | 10001011 | 11000111 | 0 | 101101 | 10101 | 1 | 101001000 | 1011111 | 1001101 |
Color Harmonies of #FC8BC7
Complementary color
Monochromatic Colors of #FC8BC7
Black with #FC8BC7
Text Example
Text Example
White with #FC8BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8BC7; }
p { color: rgb(252,139,199); }
H1.HeaderClassName
{
color: #FC8BC7;
}
.AnyTagClassName
{
color: #FC8BC7;
}
</style>
background-color css
<style>
a { background-color: #FC8BC7; }
a { background-color: rgb(252,139,199); }
div.DivClassName
{
background-color: #FC8BC7;
}
.BgClassName
{
background-color: #FC8BC7;
}
</style>
border-color css
<style>
span { border-color: #FC8BC7; }
span { border-color: rgb(252,139,199); }
td.TdClassName
{
border-color: #FC8BC7;
}
.TagClassName
{
border-color: #FC8BC7;
}
</style>