Shades of Tea Rose #FC8CB8
Tints of Tea Rose #FC8CB8
RGB
CMYK
RGB Variations
Color information
#FC8CB8 (or 0xFC8CB8) is known color: Tea Rose. HEX triplet: FC, 8C and B8. RGB value is (252,140,184). Sum of RGB (Red+Green+Blue) = 252+140+184=576 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.75% from 576); Green value is 140 (55.08% from 255 or 24.31% from 576); Blue value is 184 (72.27% from 255 or 31.94% from 576); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8CB8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC8CB8 is #037347. Grayscale: #B2B2B2. Windows color (decimal): -226120 or 12094716. OLE color: 12094716.
HSL color Cylindrical-coordinate representation of color #FC8CB8: hue angle of 336.43º 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 #FC8CB8 is Cyan = 0, Magento = 0.44, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 140 | 184 | - |
| CMYK | 0 | 0.44 | 0.27 | 0.01 |
| HSL | 336.43º | 0.95% | 0.77% | - |
| HSV(B) | 336.43º | 0.44% | 0.99% | - |
| XYZ | 58.17 | 42.91 | 50.56 | - |
| YUV | 178.5 | 131.11 | 180.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 140 | 184 | 0 | 0.44 | 0.27 | 0.01 | 336.43 | 0.95 | 0.77 |
| Hex | FC | 8C | B8 | 0 | 2C | 1B | 1 | 150 | 5F | 4D |
| Octal | 374 | 214 | 270 | 0 | 54 | 33 | 1 | 520 | 137 | 115 |
| Binary | 11111100 | 10001100 | 10111000 | 0 | 101100 | 11011 | 1 | 101010000 | 1011111 | 1001101 |
Color Harmonies of #FC8CB8
Complementary color
Monochromatic Colors of #FC8CB8
Black with #FC8CB8
Text Example
Text Example
White with #FC8CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8CB8; }
p { color: rgb(252,140,184); }
H1.HeaderClassName
{
color: #FC8CB8;
}
.AnyTagClassName
{
color: #FC8CB8;
}
</style>
background-color css
<style>
a { background-color: #FC8CB8; }
a { background-color: rgb(252,140,184); }
div.DivClassName
{
background-color: #FC8CB8;
}
.BgClassName
{
background-color: #FC8CB8;
}
</style>
border-color css
<style>
span { border-color: #FC8CB8; }
span { border-color: rgb(252,140,184); }
td.TdClassName
{
border-color: #FC8CB8;
}
.TagClassName
{
border-color: #FC8CB8;
}
</style>