Shades of Tea Rose #FC8DBB
Tints of Tea Rose #FC8DBB
RGB
CMYK
RGB Variations
Color information
#FC8DBB (or 0xFC8DBB) is known color: Tea Rose. HEX triplet: FC, 8D and BB. RGB value is (252,141,187). Sum of RGB (Red+Green+Blue) = 252+141+187=580 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.45% from 580); Green value is 141 (55.47% from 255 or 24.31% from 580); Blue value is 187 (73.44% from 255 or 32.24% from 580); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8DBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC8DBB is #037244. Grayscale: #B3B3B3. Windows color (decimal): -225861 or 12291580. OLE color: 12291580.
HSL color Cylindrical-coordinate representation of color #FC8DBB: hue angle of 335.14º 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 #FC8DBB is Cyan = 0, Magento = 0.44, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 141 | 187 | - |
| CMYK | 0 | 0.44 | 0.26 | 0.01 |
| HSL | 335.14º | 0.95% | 0.77% | - |
| HSV(B) | 335.14º | 0.44% | 0.99% | - |
| XYZ | 58.64 | 43.33 | 52.29 | - |
| YUV | 179.43 | 132.27 | 179.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 141 | 187 | 0 | 0.44 | 0.26 | 0.01 | 335.14 | 0.95 | 0.77 |
| Hex | FC | 8D | BB | 0 | 2C | 1A | 1 | 14F | 5F | 4D |
| Octal | 374 | 215 | 273 | 0 | 54 | 32 | 1 | 517 | 137 | 115 |
| Binary | 11111100 | 10001101 | 10111011 | 0 | 101100 | 11010 | 1 | 101001111 | 1011111 | 1001101 |
Color Harmonies of #FC8DBB
Complementary color
Monochromatic Colors of #FC8DBB
Black with #FC8DBB
Text Example
Text Example
White with #FC8DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8DBB; }
p { color: rgb(252,141,187); }
H1.HeaderClassName
{
color: #FC8DBB;
}
.AnyTagClassName
{
color: #FC8DBB;
}
</style>
background-color css
<style>
a { background-color: #FC8DBB; }
a { background-color: rgb(252,141,187); }
div.DivClassName
{
background-color: #FC8DBB;
}
.BgClassName
{
background-color: #FC8DBB;
}
</style>
border-color css
<style>
span { border-color: #FC8DBB; }
span { border-color: rgb(252,141,187); }
td.TdClassName
{
border-color: #FC8DBB;
}
.TagClassName
{
border-color: #FC8DBB;
}
</style>