Shades of Tea Rose #FC8BBB
Tints of Tea Rose #FC8BBB
RGB
CMYK
RGB Variations
Color information
#FC8BBB (or 0xFC8BBB) is known color: Tea Rose. HEX triplet: FC, 8B and BB. RGB value is (252,139,187). Sum of RGB (Red+Green+Blue) = 252+139+187=578 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.60% from 578); Green value is 139 (54.69% from 255 or 24.05% from 578); Blue value is 187 (73.44% from 255 or 32.35% from 578); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8BBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC8BBB is #037444. Grayscale: #B2B2B2. Windows color (decimal): -226373 or 12291068. OLE color: 12291068.
HSL color Cylindrical-coordinate representation of color #FC8BBB: hue angle of 334.51º 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 #FC8BBB is Cyan = 0, Magento = 0.45, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 139 | 187 | - |
| CMYK | 0 | 0.45 | 0.26 | 0.01 |
| HSL | 334.51º | 0.95% | 0.77% | - |
| HSV(B) | 334.51º | 0.45% | 0.99% | - |
| XYZ | 58.35 | 42.75 | 52.19 | - |
| YUV | 178.26 | 132.94 | 180.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 139 | 187 | 0 | 0.45 | 0.26 | 0.01 | 334.51 | 0.95 | 0.77 |
| Hex | FC | 8B | BB | 0 | 2D | 1A | 1 | 14F | 5F | 4D |
| Octal | 374 | 213 | 273 | 0 | 55 | 32 | 1 | 517 | 137 | 115 |
| Binary | 11111100 | 10001011 | 10111011 | 0 | 101101 | 11010 | 1 | 101001111 | 1011111 | 1001101 |
Color Harmonies of #FC8BBB
Complementary color
Monochromatic Colors of #FC8BBB
Black with #FC8BBB
Text Example
Text Example
White with #FC8BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8BBB; }
p { color: rgb(252,139,187); }
H1.HeaderClassName
{
color: #FC8BBB;
}
.AnyTagClassName
{
color: #FC8BBB;
}
</style>
background-color css
<style>
a { background-color: #FC8BBB; }
a { background-color: rgb(252,139,187); }
div.DivClassName
{
background-color: #FC8BBB;
}
.BgClassName
{
background-color: #FC8BBB;
}
</style>
border-color css
<style>
span { border-color: #FC8BBB; }
span { border-color: rgb(252,139,187); }
td.TdClassName
{
border-color: #FC8BBB;
}
.TagClassName
{
border-color: #FC8BBB;
}
</style>