Shades of Tea Rose #FB80C8
Tints of Tea Rose #FB80C8
RGB
CMYK
RGB Variations
Color information
#FB80C8 (or 0xFB80C8) is known color: Tea Rose. HEX triplet: FB, 80 and C8. RGB value is (251,128,200). Sum of RGB (Red+Green+Blue) = 251+128+200=579 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.35% from 579); Green value is 128 (50.39% from 255 or 22.11% from 579); Blue value is 200 (78.52% from 255 or 34.54% from 579); Max value from RGB is 251 - color contains mainly: red. Hex color #FB80C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB80C8 is #047F37. Grayscale: #ACACAC. Windows color (decimal): -294712 or 13140219. OLE color: 13140219.
HSL color Cylindrical-coordinate representation of color #FB80C8: hue angle of 324.88º 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 #FB80C8 is Cyan = 0, Magento = 0.49, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 128 | 200 | - |
| CMYK | 0 | 0.49 | 0.20 | 0.02 |
| HSL | 324.88º | 0.94% | 0.74% | - |
| HSV(B) | 324.88º | 0.49% | 0.98% | - |
| XYZ | 57.93 | 40.12 | 59.33 | - |
| YUV | 172.99 | 143.25 | 183.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 128 | 200 | 0 | 0.49 | 0.20 | 0.02 | 324.88 | 0.94 | 0.74 |
| Hex | FB | 80 | C8 | 0 | 31 | 14 | 2 | 145 | 5E | 4A |
| Octal | 373 | 200 | 310 | 0 | 61 | 24 | 2 | 505 | 136 | 112 |
| Binary | 11111011 | 10000000 | 11001000 | 0 | 110001 | 10100 | 10 | 101000101 | 1011110 | 1001010 |
Color Harmonies of #FB80C8
Complementary color
Monochromatic Colors of #FB80C8
Black with #FB80C8
Text Example
Text Example
White with #FB80C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB80C8; }
p { color: rgb(251,128,200); }
H1.HeaderClassName
{
color: #FB80C8;
}
.AnyTagClassName
{
color: #FB80C8;
}
</style>
background-color css
<style>
a { background-color: #FB80C8; }
a { background-color: rgb(251,128,200); }
div.DivClassName
{
background-color: #FB80C8;
}
.BgClassName
{
background-color: #FB80C8;
}
</style>
border-color css
<style>
span { border-color: #FB80C8; }
span { border-color: rgb(251,128,200); }
td.TdClassName
{
border-color: #FB80C8;
}
.TagClassName
{
border-color: #FB80C8;
}
</style>