Shades of Tea Rose #FB88C2
Tints of Tea Rose #FB88C2
RGB
CMYK
RGB Variations
Color information
#FB88C2 (or 0xFB88C2) is known color: Tea Rose. HEX triplet: FB, 88 and C2. RGB value is (251,136,194). Sum of RGB (Red+Green+Blue) = 251+136+194=581 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.20% from 581); Green value is 136 (53.52% from 255 or 23.41% from 581); Blue value is 194 (76.17% from 255 or 33.39% from 581); Max value from RGB is 251 - color contains mainly: red. Hex color #FB88C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB88C2 is #04773D. Grayscale: #B0B0B0. Windows color (decimal): -292670 or 12749051. OLE color: 12749051.
HSL color Cylindrical-coordinate representation of color #FB88C2: hue angle of 329.74º 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 #FB88C2 is Cyan = 0, Magento = 0.46, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 136 | 194 | - |
| CMYK | 0 | 0.46 | 0.23 | 0.02 |
| HSL | 329.74º | 0.93% | 0.76% | - |
| HSV(B) | 329.74º | 0.46% | 0.98% | - |
| XYZ | 58.33 | 42.01 | 56.07 | - |
| YUV | 177 | 137.6 | 180.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 136 | 194 | 0 | 0.46 | 0.23 | 0.02 | 329.74 | 0.93 | 0.76 |
| Hex | FB | 88 | C2 | 0 | 2E | 17 | 2 | 14A | 5D | 4C |
| Octal | 373 | 210 | 302 | 0 | 56 | 27 | 2 | 512 | 135 | 114 |
| Binary | 11111011 | 10001000 | 11000010 | 0 | 101110 | 10111 | 10 | 101001010 | 1011101 | 1001100 |
Color Harmonies of #FB88C2
Complementary color
Monochromatic Colors of #FB88C2
Black with #FB88C2
Text Example
Text Example
White with #FB88C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB88C2; }
p { color: rgb(251,136,194); }
H1.HeaderClassName
{
color: #FB88C2;
}
.AnyTagClassName
{
color: #FB88C2;
}
</style>
background-color css
<style>
a { background-color: #FB88C2; }
a { background-color: rgb(251,136,194); }
div.DivClassName
{
background-color: #FB88C2;
}
.BgClassName
{
background-color: #FB88C2;
}
</style>
border-color css
<style>
span { border-color: #FB88C2; }
span { border-color: rgb(251,136,194); }
td.TdClassName
{
border-color: #FB88C2;
}
.TagClassName
{
border-color: #FB88C2;
}
</style>