Shades of Tea Rose #FB7ECD
Tints of Tea Rose #FB7ECD
RGB
CMYK
RGB Variations
Color information
#FB7ECD (or 0xFB7ECD) is known color: Tea Rose. HEX triplet: FB, 7E and CD. RGB value is (251,126,205). Sum of RGB (Red+Green+Blue) = 251+126+205=582 (77% of max value = 765). Red value is 251 (98.44% from 255 or 43.13% from 582); Green value is 126 (49.61% from 255 or 21.65% from 582); Blue value is 205 (80.47% from 255 or 35.22% from 582); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7ECD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB7ECD is #048132. Grayscale: #ACACAC. Windows color (decimal): -295219 or 13467387. OLE color: 13467387.
HSL color Cylindrical-coordinate representation of color #FB7ECD: hue angle of 322.08º 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 #FB7ECD is Cyan = 0, Magento = 0.50, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 126 | 205 | - |
| CMYK | 0 | 0.50 | 0.18 | 0.02 |
| HSL | 322.08º | 0.94% | 0.74% | - |
| HSV(B) | 322.08º | 0.5% | 0.98% | - |
| XYZ | 58.26 | 39.84 | 62.38 | - |
| YUV | 172.38 | 146.41 | 184.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 126 | 205 | 0 | 0.50 | 0.18 | 0.02 | 322.08 | 0.94 | 0.74 |
| Hex | FB | 7E | CD | 0 | 32 | 12 | 2 | 142 | 5E | 4A |
| Octal | 373 | 176 | 315 | 0 | 62 | 22 | 2 | 502 | 136 | 112 |
| Binary | 11111011 | 1111110 | 11001101 | 0 | 110010 | 10010 | 10 | 101000010 | 1011110 | 1001010 |
Color Harmonies of #FB7ECD
Complementary color
Monochromatic Colors of #FB7ECD
Black with #FB7ECD
Text Example
Text Example
White with #FB7ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7ECD; }
p { color: rgb(251,126,205); }
H1.HeaderClassName
{
color: #FB7ECD;
}
.AnyTagClassName
{
color: #FB7ECD;
}
</style>
background-color css
<style>
a { background-color: #FB7ECD; }
a { background-color: rgb(251,126,205); }
div.DivClassName
{
background-color: #FB7ECD;
}
.BgClassName
{
background-color: #FB7ECD;
}
</style>
border-color css
<style>
span { border-color: #FB7ECD; }
span { border-color: rgb(251,126,205); }
td.TdClassName
{
border-color: #FB7ECD;
}
.TagClassName
{
border-color: #FB7ECD;
}
</style>