Shades of Tea Rose #FB88C0
Tints of Tea Rose #FB88C0
RGB
CMYK
RGB Variations
Color information
#FB88C0 (or 0xFB88C0) is known color: Tea Rose. HEX triplet: FB, 88 and C0. RGB value is (251,136,192). Sum of RGB (Red+Green+Blue) = 251+136+192=579 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.35% from 579); Green value is 136 (53.52% from 255 or 23.49% from 579); Blue value is 192 (75.39% from 255 or 33.16% from 579); Max value from RGB is 251 - color contains mainly: red. Hex color #FB88C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB88C0 is #04773F. Grayscale: #B0B0B0. Windows color (decimal): -292672 or 12617979. OLE color: 12617979.
HSL color Cylindrical-coordinate representation of color #FB88C0: hue angle of 330.78º 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 #FB88C0 is Cyan = 0, Magento = 0.46, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 136 | 192 | - |
| CMYK | 0 | 0.46 | 0.24 | 0.02 |
| HSL | 330.78º | 0.93% | 0.76% | - |
| HSV(B) | 330.78º | 0.46% | 0.98% | - |
| XYZ | 58.1 | 41.92 | 54.9 | - |
| YUV | 176.77 | 136.6 | 180.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 136 | 192 | 0 | 0.46 | 0.24 | 0.02 | 330.78 | 0.93 | 0.76 |
| Hex | FB | 88 | C0 | 0 | 2E | 18 | 2 | 14B | 5D | 4C |
| Octal | 373 | 210 | 300 | 0 | 56 | 30 | 2 | 513 | 135 | 114 |
| Binary | 11111011 | 10001000 | 11000000 | 0 | 101110 | 11000 | 10 | 101001011 | 1011101 | 1001100 |
Color Harmonies of #FB88C0
Complementary color
Monochromatic Colors of #FB88C0
Black with #FB88C0
Text Example
Text Example
White with #FB88C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB88C0; }
p { color: rgb(251,136,192); }
H1.HeaderClassName
{
color: #FB88C0;
}
.AnyTagClassName
{
color: #FB88C0;
}
</style>
background-color css
<style>
a { background-color: #FB88C0; }
a { background-color: rgb(251,136,192); }
div.DivClassName
{
background-color: #FB88C0;
}
.BgClassName
{
background-color: #FB88C0;
}
</style>
border-color css
<style>
span { border-color: #FB88C0; }
span { border-color: rgb(251,136,192); }
td.TdClassName
{
border-color: #FB88C0;
}
.TagClassName
{
border-color: #FB88C0;
}
</style>