Shades of Tea Rose #FB87D0
Tints of Tea Rose #FB87D0
RGB
CMYK
RGB Variations
Color information
#FB87D0 (or 0xFB87D0) is known color: Tea Rose. HEX triplet: FB, 87 and D0. RGB value is (251,135,208). Sum of RGB (Red+Green+Blue) = 251+135+208=594 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.26% from 594); Green value is 135 (53.12% from 255 or 22.73% from 594); Blue value is 208 (81.64% from 255 or 35.02% from 594); Max value from RGB is 251 - color contains mainly: red. Hex color #FB87D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB87D0 is #04782F. Grayscale: #B1B1B1. Windows color (decimal): -292912 or 13666299. OLE color: 13666299.
HSL color Cylindrical-coordinate representation of color #FB87D0: hue angle of 322.24º 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 #FB87D0 is Cyan = 0, Magento = 0.46, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 135 | 208 | - |
| CMYK | 0 | 0.46 | 0.17 | 0.02 |
| HSL | 322.24º | 0.94% | 0.76% | - |
| HSV(B) | 322.24º | 0.46% | 0.98% | - |
| XYZ | 59.83 | 42.39 | 64.7 | - |
| YUV | 178.01 | 144.93 | 180.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 135 | 208 | 0 | 0.46 | 0.17 | 0.02 | 322.24 | 0.94 | 0.76 |
| Hex | FB | 87 | D0 | 0 | 2E | 11 | 2 | 142 | 5E | 4C |
| Octal | 373 | 207 | 320 | 0 | 56 | 21 | 2 | 502 | 136 | 114 |
| Binary | 11111011 | 10000111 | 11010000 | 0 | 101110 | 10001 | 10 | 101000010 | 1011110 | 1001100 |
Color Harmonies of #FB87D0
Complementary color
Monochromatic Colors of #FB87D0
Black with #FB87D0
Text Example
Text Example
White with #FB87D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB87D0; }
p { color: rgb(251,135,208); }
H1.HeaderClassName
{
color: #FB87D0;
}
.AnyTagClassName
{
color: #FB87D0;
}
</style>
background-color css
<style>
a { background-color: #FB87D0; }
a { background-color: rgb(251,135,208); }
div.DivClassName
{
background-color: #FB87D0;
}
.BgClassName
{
background-color: #FB87D0;
}
</style>
border-color css
<style>
span { border-color: #FB87D0; }
span { border-color: rgb(251,135,208); }
td.TdClassName
{
border-color: #FB87D0;
}
.TagClassName
{
border-color: #FB87D0;
}
</style>