Shades of Tea Rose #FB87CE
Tints of Tea Rose #FB87CE
RGB
CMYK
RGB Variations
Color information
#FB87CE (or 0xFB87CE) is known color: Tea Rose. HEX triplet: FB, 87 and CE. RGB value is (251,135,206). Sum of RGB (Red+Green+Blue) = 251+135+206=592 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.40% from 592); Green value is 135 (53.12% from 255 or 22.80% from 592); Blue value is 206 (80.86% from 255 or 34.80% from 592); Max value from RGB is 251 - color contains mainly: red. Hex color #FB87CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB87CE is #047831. Grayscale: #B1B1B1. Windows color (decimal): -292914 or 13535227. OLE color: 13535227.
HSL color Cylindrical-coordinate representation of color #FB87CE: hue angle of 323.28º 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 #FB87CE is Cyan = 0, Magento = 0.46, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 135 | 206 | - |
| CMYK | 0 | 0.46 | 0.18 | 0.02 |
| HSL | 323.28º | 0.94% | 0.76% | - |
| HSV(B) | 323.28º | 0.46% | 0.98% | - |
| XYZ | 59.59 | 42.29 | 63.42 | - |
| YUV | 177.78 | 143.93 | 180.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 135 | 206 | 0 | 0.46 | 0.18 | 0.02 | 323.28 | 0.94 | 0.76 |
| Hex | FB | 87 | CE | 0 | 2E | 12 | 2 | 143 | 5E | 4C |
| Octal | 373 | 207 | 316 | 0 | 56 | 22 | 2 | 503 | 136 | 114 |
| Binary | 11111011 | 10000111 | 11001110 | 0 | 101110 | 10010 | 10 | 101000011 | 1011110 | 1001100 |
Color Harmonies of #FB87CE
Complementary color
Monochromatic Colors of #FB87CE
Black with #FB87CE
Text Example
Text Example
White with #FB87CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB87CE; }
p { color: rgb(251,135,206); }
H1.HeaderClassName
{
color: #FB87CE;
}
.AnyTagClassName
{
color: #FB87CE;
}
</style>
background-color css
<style>
a { background-color: #FB87CE; }
a { background-color: rgb(251,135,206); }
div.DivClassName
{
background-color: #FB87CE;
}
.BgClassName
{
background-color: #FB87CE;
}
</style>
border-color css
<style>
span { border-color: #FB87CE; }
span { border-color: rgb(251,135,206); }
td.TdClassName
{
border-color: #FB87CE;
}
.TagClassName
{
border-color: #FB87CE;
}
</style>