Shades of Tea Rose #FC8CBB
Tints of Tea Rose #FC8CBB
RGB
CMYK
RGB Variations
Color information
#FC8CBB (or 0xFC8CBB) is known color: Tea Rose. HEX triplet: FC, 8C and BB. RGB value is (252,140,187). Sum of RGB (Red+Green+Blue) = 252+140+187=579 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.52% from 579); Green value is 140 (55.08% from 255 or 24.18% from 579); Blue value is 187 (73.44% from 255 or 32.30% from 579); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8CBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC8CBB is #037344. Grayscale: #B2B2B2. Windows color (decimal): -226117 or 12291324. OLE color: 12291324.
HSL color Cylindrical-coordinate representation of color #FC8CBB: hue angle of 334.82º 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 #FC8CBB is Cyan = 0, Magento = 0.44, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 140 | 187 | - |
| CMYK | 0 | 0.44 | 0.26 | 0.01 |
| HSL | 334.82º | 0.95% | 0.77% | - |
| HSV(B) | 334.82º | 0.44% | 0.99% | - |
| XYZ | 58.49 | 43.04 | 52.24 | - |
| YUV | 178.85 | 132.61 | 180.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 140 | 187 | 0 | 0.44 | 0.26 | 0.01 | 334.82 | 0.95 | 0.77 |
| Hex | FC | 8C | BB | 0 | 2C | 1A | 1 | 14F | 5F | 4D |
| Octal | 374 | 214 | 273 | 0 | 54 | 32 | 1 | 517 | 137 | 115 |
| Binary | 11111100 | 10001100 | 10111011 | 0 | 101100 | 11010 | 1 | 101001111 | 1011111 | 1001101 |
Color Harmonies of #FC8CBB
Complementary color
Monochromatic Colors of #FC8CBB
Black with #FC8CBB
Text Example
Text Example
White with #FC8CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8CBB; }
p { color: rgb(252,140,187); }
H1.HeaderClassName
{
color: #FC8CBB;
}
.AnyTagClassName
{
color: #FC8CBB;
}
</style>
background-color css
<style>
a { background-color: #FC8CBB; }
a { background-color: rgb(252,140,187); }
div.DivClassName
{
background-color: #FC8CBB;
}
.BgClassName
{
background-color: #FC8CBB;
}
</style>
border-color css
<style>
span { border-color: #FC8CBB; }
span { border-color: rgb(252,140,187); }
td.TdClassName
{
border-color: #FC8CBB;
}
.TagClassName
{
border-color: #FC8CBB;
}
</style>