Shades of Tea Rose #FB88D1
Tints of Tea Rose #FB88D1
RGB
CMYK
RGB Variations
Color information
#FB88D1 (or 0xFB88D1) is known color: Tea Rose. HEX triplet: FB, 88 and D1. RGB value is (251,136,209). Sum of RGB (Red+Green+Blue) = 251+136+209=596 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.11% from 596); Green value is 136 (53.52% from 255 or 22.82% from 596); Blue value is 209 (82.03% from 255 or 35.07% from 596); Max value from RGB is 251 - color contains mainly: red. Hex color #FB88D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB88D1 is #04772E. Grayscale: #B2B2B2. Windows color (decimal): -292655 or 13732091. OLE color: 13732091.
HSL color Cylindrical-coordinate representation of color #FB88D1: hue angle of 321.91º 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 #FB88D1 is Cyan = 0, Magento = 0.46, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 136 | 209 | - |
| CMYK | 0 | 0.46 | 0.17 | 0.02 |
| HSL | 321.91º | 0.93% | 0.76% | - |
| HSV(B) | 321.91º | 0.46% | 0.98% | - |
| XYZ | 60.1 | 42.72 | 65.4 | - |
| YUV | 178.71 | 145.1 | 179.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 136 | 209 | 0 | 0.46 | 0.17 | 0.02 | 321.91 | 0.93 | 0.76 |
| Hex | FB | 88 | D1 | 0 | 2E | 11 | 2 | 142 | 5D | 4C |
| Octal | 373 | 210 | 321 | 0 | 56 | 21 | 2 | 502 | 135 | 114 |
| Binary | 11111011 | 10001000 | 11010001 | 0 | 101110 | 10001 | 10 | 101000010 | 1011101 | 1001100 |
Color Harmonies of #FB88D1
Complementary color
Monochromatic Colors of #FB88D1
Black with #FB88D1
Text Example
Text Example
White with #FB88D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB88D1; }
p { color: rgb(251,136,209); }
H1.HeaderClassName
{
color: #FB88D1;
}
.AnyTagClassName
{
color: #FB88D1;
}
</style>
background-color css
<style>
a { background-color: #FB88D1; }
a { background-color: rgb(251,136,209); }
div.DivClassName
{
background-color: #FB88D1;
}
.BgClassName
{
background-color: #FB88D1;
}
</style>
border-color css
<style>
span { border-color: #FB88D1; }
span { border-color: rgb(251,136,209); }
td.TdClassName
{
border-color: #FB88D1;
}
.TagClassName
{
border-color: #FB88D1;
}
</style>