Shades of Tea Rose #FB80CE
Tints of Tea Rose #FB80CE
RGB
CMYK
RGB Variations
Color information
#FB80CE (or 0xFB80CE) is known color: Tea Rose. HEX triplet: FB, 80 and CE. RGB value is (251,128,206). Sum of RGB (Red+Green+Blue) = 251+128+206=585 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.91% from 585); Green value is 128 (50.39% from 255 or 21.88% from 585); Blue value is 206 (80.86% from 255 or 35.21% from 585); Max value from RGB is 251 - color contains mainly: red. Hex color #FB80CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB80CE is #047F31. Grayscale: #ADADAD. Windows color (decimal): -294706 or 13533435. OLE color: 13533435.
HSL color Cylindrical-coordinate representation of color #FB80CE: hue angle of 321.95º 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 #FB80CE is Cyan = 0, Magento = 0.49, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 128 | 206 | - |
| CMYK | 0 | 0.49 | 0.18 | 0.02 |
| HSL | 321.95º | 0.94% | 0.74% | - |
| HSV(B) | 321.95º | 0.49% | 0.98% | - |
| XYZ | 58.64 | 40.4 | 63.1 | - |
| YUV | 173.67 | 146.25 | 183.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 128 | 206 | 0 | 0.49 | 0.18 | 0.02 | 321.95 | 0.94 | 0.74 |
| Hex | FB | 80 | CE | 0 | 31 | 12 | 2 | 142 | 5E | 4A |
| Octal | 373 | 200 | 316 | 0 | 61 | 22 | 2 | 502 | 136 | 112 |
| Binary | 11111011 | 10000000 | 11001110 | 0 | 110001 | 10010 | 10 | 101000010 | 1011110 | 1001010 |
Color Harmonies of #FB80CE
Complementary color
Monochromatic Colors of #FB80CE
Black with #FB80CE
Text Example
Text Example
White with #FB80CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB80CE; }
p { color: rgb(251,128,206); }
H1.HeaderClassName
{
color: #FB80CE;
}
.AnyTagClassName
{
color: #FB80CE;
}
</style>
background-color css
<style>
a { background-color: #FB80CE; }
a { background-color: rgb(251,128,206); }
div.DivClassName
{
background-color: #FB80CE;
}
.BgClassName
{
background-color: #FB80CE;
}
</style>
border-color css
<style>
span { border-color: #FB80CE; }
span { border-color: rgb(251,128,206); }
td.TdClassName
{
border-color: #FB80CE;
}
.TagClassName
{
border-color: #FB80CE;
}
</style>