Shades of Tea Rose #FB7ED1
Tints of Tea Rose #FB7ED1
RGB
CMYK
RGB Variations
Color information
#FB7ED1 (or 0xFB7ED1) is known color: Tea Rose. HEX triplet: FB, 7E and D1. RGB value is (251,126,209). Sum of RGB (Red+Green+Blue) = 251+126+209=586 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.83% from 586); Green value is 126 (49.61% from 255 or 21.50% from 586); Blue value is 209 (82.03% from 255 or 35.67% from 586); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7ED1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB7ED1 is #04812E. Grayscale: #ACACAC. Windows color (decimal): -295215 or 13729531. OLE color: 13729531.
HSL color Cylindrical-coordinate representation of color #FB7ED1: hue angle of 320.16º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FB7ED1 is Cyan = 0, Magento = 0.50, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 126 | 209 | - |
| CMYK | 0 | 0.50 | 0.17 | 0.02 |
| HSL | 320.16º | 0.94% | 0.74% | - |
| HSV(B) | 320.16º | 0.5% | 0.98% | - |
| XYZ | 58.75 | 40.03 | 64.95 | - |
| YUV | 172.84 | 148.41 | 183.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 126 | 209 | 0 | 0.50 | 0.17 | 0.02 | 320.16 | 0.94 | 0.74 |
| Hex | FB | 7E | D1 | 0 | 32 | 11 | 2 | 140 | 5E | 4A |
| Octal | 373 | 176 | 321 | 0 | 62 | 21 | 2 | 500 | 136 | 112 |
| Binary | 11111011 | 1111110 | 11010001 | 0 | 110010 | 10001 | 10 | 101000000 | 1011110 | 1001010 |
Color Harmonies of #FB7ED1
Complementary color
Monochromatic Colors of #FB7ED1
Black with #FB7ED1
Text Example
Text Example
White with #FB7ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7ED1; }
p { color: rgb(251,126,209); }
H1.HeaderClassName
{
color: #FB7ED1;
}
.AnyTagClassName
{
color: #FB7ED1;
}
</style>
background-color css
<style>
a { background-color: #FB7ED1; }
a { background-color: rgb(251,126,209); }
div.DivClassName
{
background-color: #FB7ED1;
}
.BgClassName
{
background-color: #FB7ED1;
}
</style>
border-color css
<style>
span { border-color: #FB7ED1; }
span { border-color: rgb(251,126,209); }
td.TdClassName
{
border-color: #FB7ED1;
}
.TagClassName
{
border-color: #FB7ED1;
}
</style>