Shades of Tea Rose #FB7EC8
Tints of Tea Rose #FB7EC8
RGB
CMYK
RGB Variations
Color information
#FB7EC8 (or 0xFB7EC8) is known color: Tea Rose. HEX triplet: FB, 7E and C8. RGB value is (251,126,200). Sum of RGB (Red+Green+Blue) = 251+126+200=577 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.50% from 577); Green value is 126 (49.61% from 255 or 21.84% from 577); Blue value is 200 (78.52% from 255 or 34.66% from 577); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7EC8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB7EC8 is #048137. Grayscale: #ABABAB. Windows color (decimal): -295224 or 13139707. OLE color: 13139707.
HSL color Cylindrical-coordinate representation of color #FB7EC8: hue angle of 324.48º 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 #FB7EC8 is Cyan = 0, Magento = 0.50, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 126 | 200 | - |
| CMYK | 0 | 0.50 | 0.20 | 0.02 |
| HSL | 324.48º | 0.94% | 0.74% | - |
| HSV(B) | 324.48º | 0.5% | 0.98% | - |
| XYZ | 57.67 | 39.6 | 59.25 | - |
| YUV | 171.81 | 143.91 | 184.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 126 | 200 | 0 | 0.50 | 0.20 | 0.02 | 324.48 | 0.94 | 0.74 |
| Hex | FB | 7E | C8 | 0 | 32 | 14 | 2 | 144 | 5E | 4A |
| Octal | 373 | 176 | 310 | 0 | 62 | 24 | 2 | 504 | 136 | 112 |
| Binary | 11111011 | 1111110 | 11001000 | 0 | 110010 | 10100 | 10 | 101000100 | 1011110 | 1001010 |
Color Harmonies of #FB7EC8
Complementary color
Monochromatic Colors of #FB7EC8
Black with #FB7EC8
Text Example
Text Example
White with #FB7EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7EC8; }
p { color: rgb(251,126,200); }
H1.HeaderClassName
{
color: #FB7EC8;
}
.AnyTagClassName
{
color: #FB7EC8;
}
</style>
background-color css
<style>
a { background-color: #FB7EC8; }
a { background-color: rgb(251,126,200); }
div.DivClassName
{
background-color: #FB7EC8;
}
.BgClassName
{
background-color: #FB7EC8;
}
</style>
border-color css
<style>
span { border-color: #FB7EC8; }
span { border-color: rgb(251,126,200); }
td.TdClassName
{
border-color: #FB7EC8;
}
.TagClassName
{
border-color: #FB7EC8;
}
</style>