Shades of Tea Rose #FB80D1
Tints of Tea Rose #FB80D1
RGB
CMYK
RGB Variations
Color information
#FB80D1 (or 0xFB80D1) is known color: Tea Rose. HEX triplet: FB, 80 and D1. RGB value is (251,128,209). Sum of RGB (Red+Green+Blue) = 251+128+209=588 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.69% from 588); Green value is 128 (50.39% from 255 or 21.77% from 588); Blue value is 209 (82.03% from 255 or 35.54% from 588); Max value from RGB is 251 - color contains mainly: red. Hex color #FB80D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB80D1 is #047F2E. Grayscale: #ADADAD. Windows color (decimal): -294703 or 13730043. OLE color: 13730043.
HSL color Cylindrical-coordinate representation of color #FB80D1: hue angle of 320.49º 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 #FB80D1 is Cyan = 0, Magento = 0.49, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 128 | 209 | - |
| CMYK | 0 | 0.49 | 0.17 | 0.02 |
| HSL | 320.49º | 0.94% | 0.74% | - |
| HSV(B) | 320.49º | 0.49% | 0.98% | - |
| XYZ | 59.01 | 40.55 | 65.04 | - |
| YUV | 174.01 | 147.75 | 182.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 128 | 209 | 0 | 0.49 | 0.17 | 0.02 | 320.49 | 0.94 | 0.74 |
| Hex | FB | 80 | D1 | 0 | 31 | 11 | 2 | 140 | 5E | 4A |
| Octal | 373 | 200 | 321 | 0 | 61 | 21 | 2 | 500 | 136 | 112 |
| Binary | 11111011 | 10000000 | 11010001 | 0 | 110001 | 10001 | 10 | 101000000 | 1011110 | 1001010 |
Color Harmonies of #FB80D1
Complementary color
Monochromatic Colors of #FB80D1
Black with #FB80D1
Text Example
Text Example
White with #FB80D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB80D1; }
p { color: rgb(251,128,209); }
H1.HeaderClassName
{
color: #FB80D1;
}
.AnyTagClassName
{
color: #FB80D1;
}
</style>
background-color css
<style>
a { background-color: #FB80D1; }
a { background-color: rgb(251,128,209); }
div.DivClassName
{
background-color: #FB80D1;
}
.BgClassName
{
background-color: #FB80D1;
}
</style>
border-color css
<style>
span { border-color: #FB80D1; }
span { border-color: rgb(251,128,209); }
td.TdClassName
{
border-color: #FB80D1;
}
.TagClassName
{
border-color: #FB80D1;
}
</style>