Shades of Tea Rose #FB87C0
Tints of Tea Rose #FB87C0
RGB
CMYK
RGB Variations
Color information
#FB87C0 (or 0xFB87C0) is known color: Tea Rose. HEX triplet: FB, 87 and C0. RGB value is (251,135,192). Sum of RGB (Red+Green+Blue) = 251+135+192=578 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.43% from 578); Green value is 135 (53.12% from 255 or 23.36% from 578); Blue value is 192 (75.39% from 255 or 33.22% from 578); Max value from RGB is 251 - color contains mainly: red. Hex color #FB87C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB87C0 is #04783F. Grayscale: #B0B0B0. Windows color (decimal): -292928 or 12617723. OLE color: 12617723.
HSL color Cylindrical-coordinate representation of color #FB87C0: hue angle of 330.52º 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 #FB87C0 is Cyan = 0, Magento = 0.46, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 135 | 192 | - |
| CMYK | 0 | 0.46 | 0.24 | 0.02 |
| HSL | 330.52º | 0.94% | 0.76% | - |
| HSV(B) | 330.52º | 0.46% | 0.98% | - |
| XYZ | 57.96 | 41.64 | 54.85 | - |
| YUV | 176.18 | 136.93 | 181.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 135 | 192 | 0 | 0.46 | 0.24 | 0.02 | 330.52 | 0.94 | 0.76 |
| Hex | FB | 87 | C0 | 0 | 2E | 18 | 2 | 14B | 5E | 4C |
| Octal | 373 | 207 | 300 | 0 | 56 | 30 | 2 | 513 | 136 | 114 |
| Binary | 11111011 | 10000111 | 11000000 | 0 | 101110 | 11000 | 10 | 101001011 | 1011110 | 1001100 |
Color Harmonies of #FB87C0
Complementary color
Monochromatic Colors of #FB87C0
Black with #FB87C0
Text Example
Text Example
White with #FB87C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB87C0; }
p { color: rgb(251,135,192); }
H1.HeaderClassName
{
color: #FB87C0;
}
.AnyTagClassName
{
color: #FB87C0;
}
</style>
background-color css
<style>
a { background-color: #FB87C0; }
a { background-color: rgb(251,135,192); }
div.DivClassName
{
background-color: #FB87C0;
}
.BgClassName
{
background-color: #FB87C0;
}
</style>
border-color css
<style>
span { border-color: #FB87C0; }
span { border-color: rgb(251,135,192); }
td.TdClassName
{
border-color: #FB87C0;
}
.TagClassName
{
border-color: #FB87C0;
}
</style>