Shades of Tea Rose #FB80C7
Tints of Tea Rose #FB80C7
RGB
CMYK
RGB Variations
Color information
#FB80C7 (or 0xFB80C7) is known color: Tea Rose. HEX triplet: FB, 80 and C7. RGB value is (251,128,199). Sum of RGB (Red+Green+Blue) = 251+128+199=578 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.43% from 578); Green value is 128 (50.39% from 255 or 22.15% from 578); Blue value is 199 (78.12% from 255 or 34.43% from 578); Max value from RGB is 251 - color contains mainly: red. Hex color #FB80C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB80C7 is #047F38. Grayscale: #ACACAC. Windows color (decimal): -294713 or 13074683. OLE color: 13074683.
HSL color Cylindrical-coordinate representation of color #FB80C7: hue angle of 325.37º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FB80C7 is Cyan = 0, Magento = 0.49, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 128 | 199 | - |
| CMYK | 0 | 0.49 | 0.21 | 0.02 |
| HSL | 325.37º | 0.94% | 0.74% | - |
| HSV(B) | 325.37º | 0.49% | 0.98% | - |
| XYZ | 57.81 | 40.07 | 58.72 | - |
| YUV | 172.87 | 142.75 | 183.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 128 | 199 | 0 | 0.49 | 0.21 | 0.02 | 325.37 | 0.94 | 0.74 |
| Hex | FB | 80 | C7 | 0 | 31 | 15 | 2 | 145 | 5E | 4A |
| Octal | 373 | 200 | 307 | 0 | 61 | 25 | 2 | 505 | 136 | 112 |
| Binary | 11111011 | 10000000 | 11000111 | 0 | 110001 | 10101 | 10 | 101000101 | 1011110 | 1001010 |
Color Harmonies of #FB80C7
Complementary color
Monochromatic Colors of #FB80C7
Black with #FB80C7
Text Example
Text Example
White with #FB80C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB80C7; }
p { color: rgb(251,128,199); }
H1.HeaderClassName
{
color: #FB80C7;
}
.AnyTagClassName
{
color: #FB80C7;
}
</style>
background-color css
<style>
a { background-color: #FB80C7; }
a { background-color: rgb(251,128,199); }
div.DivClassName
{
background-color: #FB80C7;
}
.BgClassName
{
background-color: #FB80C7;
}
</style>
border-color css
<style>
span { border-color: #FB80C7; }
span { border-color: rgb(251,128,199); }
td.TdClassName
{
border-color: #FB80C7;
}
.TagClassName
{
border-color: #FB80C7;
}
</style>