Shades of Tea Rose #FB8AC0
Tints of Tea Rose #FB8AC0
RGB
CMYK
RGB Variations
Color information
#FB8AC0 (or 0xFB8AC0) is known color: Tea Rose. HEX triplet: FB, 8A and C0. RGB value is (251,138,192). Sum of RGB (Red+Green+Blue) = 251+138+192=581 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.20% from 581); Green value is 138 (54.30% from 255 or 23.75% from 581); Blue value is 192 (75.39% from 255 or 33.05% from 581); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8AC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB8AC0 is #04753F. Grayscale: #B1B1B1. Windows color (decimal): -292160 or 12618491. OLE color: 12618491.
HSL color Cylindrical-coordinate representation of color #FB8AC0: hue angle of 331.33º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FB8AC0 is Cyan = 0, Magento = 0.45, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 138 | 192 | - |
| CMYK | 0 | 0.45 | 0.24 | 0.02 |
| HSL | 331.33º | 0.93% | 0.76% | - |
| HSV(B) | 331.33º | 0.45% | 0.98% | - |
| XYZ | 58.39 | 42.49 | 54.99 | - |
| YUV | 177.94 | 135.94 | 180.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 138 | 192 | 0 | 0.45 | 0.24 | 0.02 | 331.33 | 0.93 | 0.76 |
| Hex | FB | 8A | C0 | 0 | 2D | 18 | 2 | 14B | 5D | 4C |
| Octal | 373 | 212 | 300 | 0 | 55 | 30 | 2 | 513 | 135 | 114 |
| Binary | 11111011 | 10001010 | 11000000 | 0 | 101101 | 11000 | 10 | 101001011 | 1011101 | 1001100 |
Color Harmonies of #FB8AC0
Complementary color
Monochromatic Colors of #FB8AC0
Black with #FB8AC0
Text Example
Text Example
White with #FB8AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8AC0; }
p { color: rgb(251,138,192); }
H1.HeaderClassName
{
color: #FB8AC0;
}
.AnyTagClassName
{
color: #FB8AC0;
}
</style>
background-color css
<style>
a { background-color: #FB8AC0; }
a { background-color: rgb(251,138,192); }
div.DivClassName
{
background-color: #FB8AC0;
}
.BgClassName
{
background-color: #FB8AC0;
}
</style>
border-color css
<style>
span { border-color: #FB8AC0; }
span { border-color: rgb(251,138,192); }
td.TdClassName
{
border-color: #FB8AC0;
}
.TagClassName
{
border-color: #FB8AC0;
}
</style>