Shades of Tea Rose #FB8FC6
Tints of Tea Rose #FB8FC6
RGB
CMYK
RGB Variations
Color information
#FB8FC6 (or 0xFB8FC6) is known color: Tea Rose. HEX triplet: FB, 8F and C6. RGB value is (251,143,198). Sum of RGB (Red+Green+Blue) = 251+143+198=592 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.40% from 592); Green value is 143 (56.25% from 255 or 24.16% from 592); Blue value is 198 (77.73% from 255 or 33.45% from 592); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8FC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB8FC6 is #047039. Grayscale: #B5B5B5. Windows color (decimal): -290874 or 13012987. OLE color: 13012987.
HSL color Cylindrical-coordinate representation of color #FB8FC6: hue angle of 329.44º 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 #FB8FC6 is Cyan = 0, Magento = 0.43, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 143 | 198 | - |
| CMYK | 0 | 0.43 | 0.21 | 0.02 |
| HSL | 329.44º | 0.93% | 0.77% | - |
| HSV(B) | 329.44º | 0.43% | 0.98% | - |
| XYZ | 59.8 | 44.23 | 58.81 | - |
| YUV | 181.56 | 137.28 | 177.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 143 | 198 | 0 | 0.43 | 0.21 | 0.02 | 329.44 | 0.93 | 0.77 |
| Hex | FB | 8F | C6 | 0 | 2B | 15 | 2 | 149 | 5D | 4D |
| Octal | 373 | 217 | 306 | 0 | 53 | 25 | 2 | 511 | 135 | 115 |
| Binary | 11111011 | 10001111 | 11000110 | 0 | 101011 | 10101 | 10 | 101001001 | 1011101 | 1001101 |
Color Harmonies of #FB8FC6
Complementary color
Monochromatic Colors of #FB8FC6
Black with #FB8FC6
Text Example
Text Example
White with #FB8FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8FC6; }
p { color: rgb(251,143,198); }
H1.HeaderClassName
{
color: #FB8FC6;
}
.AnyTagClassName
{
color: #FB8FC6;
}
</style>
background-color css
<style>
a { background-color: #FB8FC6; }
a { background-color: rgb(251,143,198); }
div.DivClassName
{
background-color: #FB8FC6;
}
.BgClassName
{
background-color: #FB8FC6;
}
</style>
border-color css
<style>
span { border-color: #FB8FC6; }
span { border-color: rgb(251,143,198); }
td.TdClassName
{
border-color: #FB8FC6;
}
.TagClassName
{
border-color: #FB8FC6;
}
</style>