Shades of Tea Rose #FB8FBC
Tints of Tea Rose #FB8FBC
RGB
CMYK
RGB Variations
Color information
#FB8FBC (or 0xFB8FBC) is known color: Tea Rose. HEX triplet: FB, 8F and BC. RGB value is (251,143,188). Sum of RGB (Red+Green+Blue) = 251+143+188=582 (77% of max value = 765). Red value is 251 (98.44% from 255 or 43.13% from 582); Green value is 143 (56.25% from 255 or 24.57% from 582); Blue value is 188 (73.83% from 255 or 32.30% from 582); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8FBC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB8FBC is #047043. Grayscale: #B4B4B4. Windows color (decimal): -290884 or 12357627. OLE color: 12357627.
HSL color Cylindrical-coordinate representation of color #FB8FBC: hue angle of 335º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FB8FBC is Cyan = 0, Magento = 0.43, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 143 | 188 | - |
| CMYK | 0 | 0.43 | 0.25 | 0.02 |
| HSL | 335º | 0.93% | 0.77% | - |
| HSV(B) | 335º | 0.43% | 0.98% | - |
| XYZ | 58.68 | 43.78 | 52.94 | - |
| YUV | 180.42 | 132.28 | 178.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 143 | 188 | 0 | 0.43 | 0.25 | 0.02 | 335 | 0.93 | 0.77 |
| Hex | FB | 8F | BC | 0 | 2B | 19 | 2 | 14F | 5D | 4D |
| Octal | 373 | 217 | 274 | 0 | 53 | 31 | 2 | 517 | 135 | 115 |
| Binary | 11111011 | 10001111 | 10111100 | 0 | 101011 | 11001 | 10 | 101001111 | 1011101 | 1001101 |
Color Harmonies of #FB8FBC
Complementary color
Monochromatic Colors of #FB8FBC
Black with #FB8FBC
Text Example
Text Example
White with #FB8FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8FBC; }
p { color: rgb(251,143,188); }
H1.HeaderClassName
{
color: #FB8FBC;
}
.AnyTagClassName
{
color: #FB8FBC;
}
</style>
background-color css
<style>
a { background-color: #FB8FBC; }
a { background-color: rgb(251,143,188); }
div.DivClassName
{
background-color: #FB8FBC;
}
.BgClassName
{
background-color: #FB8FBC;
}
</style>
border-color css
<style>
span { border-color: #FB8FBC; }
span { border-color: rgb(251,143,188); }
td.TdClassName
{
border-color: #FB8FBC;
}
.TagClassName
{
border-color: #FB8FBC;
}
</style>