Shades of Tea Rose #FB8DC5
Tints of Tea Rose #FB8DC5
RGB
CMYK
RGB Variations
Color information
#FB8DC5 (or 0xFB8DC5) is known color: Tea Rose. HEX triplet: FB, 8D and C5. RGB value is (251,141,197). Sum of RGB (Red+Green+Blue) = 251+141+197=589 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.61% from 589); Green value is 141 (55.47% from 255 or 23.94% from 589); Blue value is 197 (77.34% from 255 or 33.45% from 589); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8DC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB8DC5 is #04723A. Grayscale: #B4B4B4. Windows color (decimal): -291387 or 12946939. OLE color: 12946939.
HSL color Cylindrical-coordinate representation of color #FB8DC5: hue angle of 329.45º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FB8DC5 is Cyan = 0, Magento = 0.44, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 141 | 197 | - |
| CMYK | 0 | 0.44 | 0.22 | 0.02 |
| HSL | 329.45º | 0.93% | 0.77% | - |
| HSV(B) | 329.45º | 0.44% | 0.98% | - |
| XYZ | 59.39 | 43.59 | 58.11 | - |
| YUV | 180.27 | 137.44 | 178.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 141 | 197 | 0 | 0.44 | 0.22 | 0.02 | 329.45 | 0.93 | 0.77 |
| Hex | FB | 8D | C5 | 0 | 2C | 16 | 2 | 149 | 5D | 4D |
| Octal | 373 | 215 | 305 | 0 | 54 | 26 | 2 | 511 | 135 | 115 |
| Binary | 11111011 | 10001101 | 11000101 | 0 | 101100 | 10110 | 10 | 101001001 | 1011101 | 1001101 |
Color Harmonies of #FB8DC5
Complementary color
Monochromatic Colors of #FB8DC5
Black with #FB8DC5
Text Example
Text Example
White with #FB8DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8DC5; }
p { color: rgb(251,141,197); }
H1.HeaderClassName
{
color: #FB8DC5;
}
.AnyTagClassName
{
color: #FB8DC5;
}
</style>
background-color css
<style>
a { background-color: #FB8DC5; }
a { background-color: rgb(251,141,197); }
div.DivClassName
{
background-color: #FB8DC5;
}
.BgClassName
{
background-color: #FB8DC5;
}
</style>
border-color css
<style>
span { border-color: #FB8DC5; }
span { border-color: rgb(251,141,197); }
td.TdClassName
{
border-color: #FB8DC5;
}
.TagClassName
{
border-color: #FB8DC5;
}
</style>