Shades of Tea Rose #FB7EC2
Tints of Tea Rose #FB7EC2
RGB
CMYK
RGB Variations
Color information
#FB7EC2 (or 0xFB7EC2) is known color: Tea Rose. HEX triplet: FB, 7E and C2. RGB value is (251,126,194). Sum of RGB (Red+Green+Blue) = 251+126+194=571 (75% of max value = 765). Red value is 251 (98.44% from 255 or 43.96% from 571); Green value is 126 (49.61% from 255 or 22.07% from 571); Blue value is 194 (76.17% from 255 or 33.98% from 571); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7EC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB7EC2 is #04813D. Grayscale: #AAAAAA. Windows color (decimal): -295230 or 12746491. OLE color: 12746491.
HSL color Cylindrical-coordinate representation of color #FB7EC2: hue angle of 327.36º 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 #FB7EC2 is Cyan = 0, Magento = 0.50, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 126 | 194 | - |
| CMYK | 0 | 0.50 | 0.23 | 0.02 |
| HSL | 327.36º | 0.94% | 0.74% | - |
| HSV(B) | 327.36º | 0.5% | 0.98% | - |
| XYZ | 56.98 | 39.33 | 55.63 | - |
| YUV | 171.13 | 140.91 | 184.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 126 | 194 | 0 | 0.50 | 0.23 | 0.02 | 327.36 | 0.94 | 0.74 |
| Hex | FB | 7E | C2 | 0 | 32 | 17 | 2 | 147 | 5E | 4A |
| Octal | 373 | 176 | 302 | 0 | 62 | 27 | 2 | 507 | 136 | 112 |
| Binary | 11111011 | 1111110 | 11000010 | 0 | 110010 | 10111 | 10 | 101000111 | 1011110 | 1001010 |
Color Harmonies of #FB7EC2
Complementary color
Monochromatic Colors of #FB7EC2
Black with #FB7EC2
Text Example
Text Example
White with #FB7EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7EC2; }
p { color: rgb(251,126,194); }
H1.HeaderClassName
{
color: #FB7EC2;
}
.AnyTagClassName
{
color: #FB7EC2;
}
</style>
background-color css
<style>
a { background-color: #FB7EC2; }
a { background-color: rgb(251,126,194); }
div.DivClassName
{
background-color: #FB7EC2;
}
.BgClassName
{
background-color: #FB7EC2;
}
</style>
border-color css
<style>
span { border-color: #FB7EC2; }
span { border-color: rgb(251,126,194); }
td.TdClassName
{
border-color: #FB7EC2;
}
.TagClassName
{
border-color: #FB7EC2;
}
</style>