Shades of Tea Rose #FB94C7
Tints of Tea Rose #FB94C7
RGB
CMYK
RGB Variations
Color information
#FB94C7 (or 0xFB94C7) is known color: Tea Rose. HEX triplet: FB, 94 and C7. RGB value is (251,148,199). Sum of RGB (Red+Green+Blue) = 251+148+199=598 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.97% from 598); Green value is 148 (58.20% from 255 or 24.75% from 598); Blue value is 199 (78.12% from 255 or 33.28% from 598); Max value from RGB is 251 - color contains mainly: red. Hex color #FB94C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB94C7 is #046B38. Grayscale: #B8B8B8. Windows color (decimal): -289593 or 13079803. OLE color: 13079803.
HSL color Cylindrical-coordinate representation of color #FB94C7: hue angle of 330.29º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FB94C7 is Cyan = 0, Magento = 0.41, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 148 | 199 | - |
| CMYK | 0 | 0.41 | 0.21 | 0.02 |
| HSL | 330.29º | 0.93% | 0.78% | - |
| HSV(B) | 330.29º | 0.41% | 0.98% | - |
| XYZ | 60.68 | 45.81 | 59.68 | - |
| YUV | 184.61 | 136.12 | 175.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 148 | 199 | 0 | 0.41 | 0.21 | 0.02 | 330.29 | 0.93 | 0.78 |
| Hex | FB | 94 | C7 | 0 | 29 | 15 | 2 | 14A | 5D | 4E |
| Octal | 373 | 224 | 307 | 0 | 51 | 25 | 2 | 512 | 135 | 116 |
| Binary | 11111011 | 10010100 | 11000111 | 0 | 101001 | 10101 | 10 | 101001010 | 1011101 | 1001110 |
Color Harmonies of #FB94C7
Complementary color
Monochromatic Colors of #FB94C7
Black with #FB94C7
Text Example
Text Example
White with #FB94C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB94C7; }
p { color: rgb(251,148,199); }
H1.HeaderClassName
{
color: #FB94C7;
}
.AnyTagClassName
{
color: #FB94C7;
}
</style>
background-color css
<style>
a { background-color: #FB94C7; }
a { background-color: rgb(251,148,199); }
div.DivClassName
{
background-color: #FB94C7;
}
.BgClassName
{
background-color: #FB94C7;
}
</style>
border-color css
<style>
span { border-color: #FB94C7; }
span { border-color: rgb(251,148,199); }
td.TdClassName
{
border-color: #FB94C7;
}
.TagClassName
{
border-color: #FB94C7;
}
</style>