Shades of Tea Rose #FB7ECE
Tints of Tea Rose #FB7ECE
RGB
CMYK
RGB Variations
Color information
#FB7ECE (or 0xFB7ECE) is known color: Tea Rose. HEX triplet: FB, 7E and CE. RGB value is (251,126,206). Sum of RGB (Red+Green+Blue) = 251+126+206=583 (77% of max value = 765). Red value is 251 (98.44% from 255 or 43.05% from 583); Green value is 126 (49.61% from 255 or 21.61% from 583); Blue value is 206 (80.86% from 255 or 35.33% from 583); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7ECE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB7ECE is #048131. Grayscale: #ACACAC. Windows color (decimal): -295218 or 13532923. OLE color: 13532923.
HSL color Cylindrical-coordinate representation of color #FB7ECE: hue angle of 321.6º 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 #FB7ECE is Cyan = 0, Magento = 0.50, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 126 | 206 | - |
| CMYK | 0 | 0.50 | 0.18 | 0.02 |
| HSL | 321.6º | 0.94% | 0.74% | - |
| HSV(B) | 321.6º | 0.5% | 0.98% | - |
| XYZ | 58.39 | 39.89 | 63.01 | - |
| YUV | 172.5 | 146.91 | 184 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 126 | 206 | 0 | 0.50 | 0.18 | 0.02 | 321.6 | 0.94 | 0.74 |
| Hex | FB | 7E | CE | 0 | 32 | 12 | 2 | 142 | 5E | 4A |
| Octal | 373 | 176 | 316 | 0 | 62 | 22 | 2 | 502 | 136 | 112 |
| Binary | 11111011 | 1111110 | 11001110 | 0 | 110010 | 10010 | 10 | 101000010 | 1011110 | 1001010 |
Color Harmonies of #FB7ECE
Complementary color
Monochromatic Colors of #FB7ECE
Black with #FB7ECE
Text Example
Text Example
White with #FB7ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7ECE; }
p { color: rgb(251,126,206); }
H1.HeaderClassName
{
color: #FB7ECE;
}
.AnyTagClassName
{
color: #FB7ECE;
}
</style>
background-color css
<style>
a { background-color: #FB7ECE; }
a { background-color: rgb(251,126,206); }
div.DivClassName
{
background-color: #FB7ECE;
}
.BgClassName
{
background-color: #FB7ECE;
}
</style>
border-color css
<style>
span { border-color: #FB7ECE; }
span { border-color: rgb(251,126,206); }
td.TdClassName
{
border-color: #FB7ECE;
}
.TagClassName
{
border-color: #FB7ECE;
}
</style>