Shades of Tea Rose #FB88CE
Tints of Tea Rose #FB88CE
RGB
CMYK
RGB Variations
Color information
#FB88CE (or 0xFB88CE) is known color: Tea Rose. HEX triplet: FB, 88 and CE. RGB value is (251,136,206). Sum of RGB (Red+Green+Blue) = 251+136+206=593 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.33% from 593); Green value is 136 (53.52% from 255 or 22.93% from 593); Blue value is 206 (80.86% from 255 or 34.74% from 593); Max value from RGB is 251 - color contains mainly: red. Hex color #FB88CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB88CE is #047731. Grayscale: #B2B2B2. Windows color (decimal): -292658 or 13535483. OLE color: 13535483.
HSL color Cylindrical-coordinate representation of color #FB88CE: hue angle of 323.48º degrees, saturation: 0.93, 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 #FB88CE is Cyan = 0, Magento = 0.46, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 136 | 206 | - |
| CMYK | 0 | 0.46 | 0.18 | 0.02 |
| HSL | 323.48º | 0.93% | 0.76% | - |
| HSV(B) | 323.48º | 0.46% | 0.98% | - |
| XYZ | 59.73 | 42.57 | 63.46 | - |
| YUV | 178.37 | 143.6 | 179.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 136 | 206 | 0 | 0.46 | 0.18 | 0.02 | 323.48 | 0.93 | 0.76 |
| Hex | FB | 88 | CE | 0 | 2E | 12 | 2 | 143 | 5D | 4C |
| Octal | 373 | 210 | 316 | 0 | 56 | 22 | 2 | 503 | 135 | 114 |
| Binary | 11111011 | 10001000 | 11001110 | 0 | 101110 | 10010 | 10 | 101000011 | 1011101 | 1001100 |
Color Harmonies of #FB88CE
Complementary color
Monochromatic Colors of #FB88CE
Black with #FB88CE
Text Example
Text Example
White with #FB88CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB88CE; }
p { color: rgb(251,136,206); }
H1.HeaderClassName
{
color: #FB88CE;
}
.AnyTagClassName
{
color: #FB88CE;
}
</style>
background-color css
<style>
a { background-color: #FB88CE; }
a { background-color: rgb(251,136,206); }
div.DivClassName
{
background-color: #FB88CE;
}
.BgClassName
{
background-color: #FB88CE;
}
</style>
border-color css
<style>
span { border-color: #FB88CE; }
span { border-color: rgb(251,136,206); }
td.TdClassName
{
border-color: #FB88CE;
}
.TagClassName
{
border-color: #FB88CE;
}
</style>