Shades of Tea Rose #FB8DC1
Tints of Tea Rose #FB8DC1
RGB
CMYK
RGB Variations
Color information
#FB8DC1 (or 0xFB8DC1) is known color: Tea Rose. HEX triplet: FB, 8D and C1. RGB value is (251,141,193). Sum of RGB (Red+Green+Blue) = 251+141+193=585 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.91% from 585); Green value is 141 (55.47% from 255 or 24.10% from 585); Blue value is 193 (75.78% from 255 or 32.99% from 585); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8DC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB8DC1 is #04723E. Grayscale: #B3B3B3. Windows color (decimal): -291391 or 12684795. OLE color: 12684795.
HSL color Cylindrical-coordinate representation of color #FB8DC1: hue angle of 331.64º 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 #FB8DC1 is Cyan = 0, Magento = 0.44, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 141 | 193 | - |
| CMYK | 0 | 0.44 | 0.23 | 0.02 |
| HSL | 331.64º | 0.93% | 0.77% | - |
| HSV(B) | 331.64º | 0.44% | 0.98% | - |
| XYZ | 58.93 | 43.41 | 55.72 | - |
| YUV | 179.82 | 135.44 | 178.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 141 | 193 | 0 | 0.44 | 0.23 | 0.02 | 331.64 | 0.93 | 0.77 |
| Hex | FB | 8D | C1 | 0 | 2C | 17 | 2 | 14C | 5D | 4D |
| Octal | 373 | 215 | 301 | 0 | 54 | 27 | 2 | 514 | 135 | 115 |
| Binary | 11111011 | 10001101 | 11000001 | 0 | 101100 | 10111 | 10 | 101001100 | 1011101 | 1001101 |
Color Harmonies of #FB8DC1
Complementary color
Monochromatic Colors of #FB8DC1
Black with #FB8DC1
Text Example
Text Example
White with #FB8DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8DC1; }
p { color: rgb(251,141,193); }
H1.HeaderClassName
{
color: #FB8DC1;
}
.AnyTagClassName
{
color: #FB8DC1;
}
</style>
background-color css
<style>
a { background-color: #FB8DC1; }
a { background-color: rgb(251,141,193); }
div.DivClassName
{
background-color: #FB8DC1;
}
.BgClassName
{
background-color: #FB8DC1;
}
</style>
border-color css
<style>
span { border-color: #FB8DC1; }
span { border-color: rgb(251,141,193); }
td.TdClassName
{
border-color: #FB8DC1;
}
.TagClassName
{
border-color: #FB8DC1;
}
</style>