Shades of Tea Rose #FB88CA
Tints of Tea Rose #FB88CA
RGB
CMYK
RGB Variations
Color information
#FB88CA (or 0xFB88CA) is known color: Tea Rose. HEX triplet: FB, 88 and CA. RGB value is (251,136,202). Sum of RGB (Red+Green+Blue) = 251+136+202=589 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.61% from 589); Green value is 136 (53.52% from 255 or 23.09% from 589); Blue value is 202 (79.30% from 255 or 34.30% from 589); Max value from RGB is 251 - color contains mainly: red. Hex color #FB88CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB88CA is #047735. Grayscale: #B1B1B1. Windows color (decimal): -292662 or 13273339. OLE color: 13273339.
HSL color Cylindrical-coordinate representation of color #FB88CA: hue angle of 325.57º 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 #FB88CA is Cyan = 0, Magento = 0.46, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 136 | 202 | - |
| CMYK | 0 | 0.46 | 0.20 | 0.02 |
| HSL | 325.57º | 0.93% | 0.76% | - |
| HSV(B) | 325.57º | 0.46% | 0.98% | - |
| XYZ | 59.25 | 42.38 | 60.93 | - |
| YUV | 177.91 | 141.6 | 180.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 136 | 202 | 0 | 0.46 | 0.20 | 0.02 | 325.57 | 0.93 | 0.76 |
| Hex | FB | 88 | CA | 0 | 2E | 14 | 2 | 146 | 5D | 4C |
| Octal | 373 | 210 | 312 | 0 | 56 | 24 | 2 | 506 | 135 | 114 |
| Binary | 11111011 | 10001000 | 11001010 | 0 | 101110 | 10100 | 10 | 101000110 | 1011101 | 1001100 |
Color Harmonies of #FB88CA
Complementary color
Monochromatic Colors of #FB88CA
Black with #FB88CA
Text Example
Text Example
White with #FB88CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB88CA; }
p { color: rgb(251,136,202); }
H1.HeaderClassName
{
color: #FB88CA;
}
.AnyTagClassName
{
color: #FB88CA;
}
</style>
background-color css
<style>
a { background-color: #FB88CA; }
a { background-color: rgb(251,136,202); }
div.DivClassName
{
background-color: #FB88CA;
}
.BgClassName
{
background-color: #FB88CA;
}
</style>
border-color css
<style>
span { border-color: #FB88CA; }
span { border-color: rgb(251,136,202); }
td.TdClassName
{
border-color: #FB88CA;
}
.TagClassName
{
border-color: #FB88CA;
}
</style>