Shades of Tea Rose #FB87C8
Tints of Tea Rose #FB87C8
RGB
CMYK
RGB Variations
Color information
#FB87C8 (or 0xFB87C8) is known color: Tea Rose. HEX triplet: FB, 87 and C8. RGB value is (251,135,200). Sum of RGB (Red+Green+Blue) = 251+135+200=586 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.83% from 586); Green value is 135 (53.12% from 255 or 23.04% from 586); Blue value is 200 (78.52% from 255 or 34.13% from 586); Max value from RGB is 251 - color contains mainly: red. Hex color #FB87C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB87C8 is #047837. Grayscale: #B0B0B0. Windows color (decimal): -292920 or 13142011. OLE color: 13142011.
HSL color Cylindrical-coordinate representation of color #FB87C8: hue angle of 326.38º degrees, saturation: 0.94, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FB87C8 is Cyan = 0, Magento = 0.46, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 135 | 200 | - |
| CMYK | 0 | 0.46 | 0.20 | 0.02 |
| HSL | 326.38º | 0.94% | 0.76% | - |
| HSV(B) | 326.38º | 0.46% | 0.98% | - |
| XYZ | 58.87 | 42.01 | 59.65 | - |
| YUV | 177.09 | 140.93 | 180.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 135 | 200 | 0 | 0.46 | 0.20 | 0.02 | 326.38 | 0.94 | 0.76 |
| Hex | FB | 87 | C8 | 0 | 2E | 14 | 2 | 146 | 5E | 4C |
| Octal | 373 | 207 | 310 | 0 | 56 | 24 | 2 | 506 | 136 | 114 |
| Binary | 11111011 | 10000111 | 11001000 | 0 | 101110 | 10100 | 10 | 101000110 | 1011110 | 1001100 |
Color Harmonies of #FB87C8
Complementary color
Monochromatic Colors of #FB87C8
Black with #FB87C8
Text Example
Text Example
White with #FB87C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB87C8; }
p { color: rgb(251,135,200); }
H1.HeaderClassName
{
color: #FB87C8;
}
.AnyTagClassName
{
color: #FB87C8;
}
</style>
background-color css
<style>
a { background-color: #FB87C8; }
a { background-color: rgb(251,135,200); }
div.DivClassName
{
background-color: #FB87C8;
}
.BgClassName
{
background-color: #FB87C8;
}
</style>
border-color css
<style>
span { border-color: #FB87C8; }
span { border-color: rgb(251,135,200); }
td.TdClassName
{
border-color: #FB87C8;
}
.TagClassName
{
border-color: #FB87C8;
}
</style>