Shades of Tea Rose #FB7ECF
Tints of Tea Rose #FB7ECF
RGB
CMYK
RGB Variations
Color information
#FB7ECF (or 0xFB7ECF) is known color: Tea Rose. HEX triplet: FB, 7E and CF. RGB value is (251,126,207). Sum of RGB (Red+Green+Blue) = 251+126+207=584 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.98% from 584); Green value is 126 (49.61% from 255 or 21.58% from 584); Blue value is 207 (81.25% from 255 or 35.45% from 584); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7ECF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB7ECF is #048130. Grayscale: #ACACAC. Windows color (decimal): -295217 or 13598459. OLE color: 13598459.
HSL color Cylindrical-coordinate representation of color #FB7ECF: hue angle of 321.12º 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 #FB7ECF is Cyan = 0, Magento = 0.50, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 126 | 207 | - |
| CMYK | 0 | 0.50 | 0.18 | 0.02 |
| HSL | 321.12º | 0.94% | 0.74% | - |
| HSV(B) | 321.12º | 0.5% | 0.98% | - |
| XYZ | 58.51 | 39.94 | 63.66 | - |
| YUV | 172.61 | 147.41 | 183.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 126 | 207 | 0 | 0.50 | 0.18 | 0.02 | 321.12 | 0.94 | 0.74 |
| Hex | FB | 7E | CF | 0 | 32 | 12 | 2 | 141 | 5E | 4A |
| Octal | 373 | 176 | 317 | 0 | 62 | 22 | 2 | 501 | 136 | 112 |
| Binary | 11111011 | 1111110 | 11001111 | 0 | 110010 | 10010 | 10 | 101000001 | 1011110 | 1001010 |
Color Harmonies of #FB7ECF
Complementary color
Monochromatic Colors of #FB7ECF
Black with #FB7ECF
Text Example
Text Example
White with #FB7ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7ECF; }
p { color: rgb(251,126,207); }
H1.HeaderClassName
{
color: #FB7ECF;
}
.AnyTagClassName
{
color: #FB7ECF;
}
</style>
background-color css
<style>
a { background-color: #FB7ECF; }
a { background-color: rgb(251,126,207); }
div.DivClassName
{
background-color: #FB7ECF;
}
.BgClassName
{
background-color: #FB7ECF;
}
</style>
border-color css
<style>
span { border-color: #FB7ECF; }
span { border-color: rgb(251,126,207); }
td.TdClassName
{
border-color: #FB7ECF;
}
.TagClassName
{
border-color: #FB7ECF;
}
</style>