Shades of Tea Rose #FB90C7
Tints of Tea Rose #FB90C7
RGB
CMYK
RGB Variations
Color information
#FB90C7 (or 0xFB90C7) is known color: Tea Rose. HEX triplet: FB, 90 and C7. RGB value is (251,144,199). Sum of RGB (Red+Green+Blue) = 251+144+199=594 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.26% from 594); Green value is 144 (56.64% from 255 or 24.24% from 594); Blue value is 199 (78.12% from 255 or 33.50% from 594); Max value from RGB is 251 - color contains mainly: red. Hex color #FB90C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB90C7 is #046F38. Grayscale: #B6B6B6. Windows color (decimal): -290617 or 13078779. OLE color: 13078779.
HSL color Cylindrical-coordinate representation of color #FB90C7: hue angle of 329.16º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FB90C7 is Cyan = 0, Magento = 0.43, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 144 | 199 | - |
| CMYK | 0 | 0.43 | 0.21 | 0.02 |
| HSL | 329.16º | 0.93% | 0.77% | - |
| HSV(B) | 329.16º | 0.43% | 0.98% | - |
| XYZ | 60.07 | 44.58 | 59.47 | - |
| YUV | 182.26 | 137.45 | 177.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 144 | 199 | 0 | 0.43 | 0.21 | 0.02 | 329.16 | 0.93 | 0.77 |
| Hex | FB | 90 | C7 | 0 | 2B | 15 | 2 | 149 | 5D | 4D |
| Octal | 373 | 220 | 307 | 0 | 53 | 25 | 2 | 511 | 135 | 115 |
| Binary | 11111011 | 10010000 | 11000111 | 0 | 101011 | 10101 | 10 | 101001001 | 1011101 | 1001101 |
Color Harmonies of #FB90C7
Complementary color
Monochromatic Colors of #FB90C7
Black with #FB90C7
Text Example
Text Example
White with #FB90C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB90C7; }
p { color: rgb(251,144,199); }
H1.HeaderClassName
{
color: #FB90C7;
}
.AnyTagClassName
{
color: #FB90C7;
}
</style>
background-color css
<style>
a { background-color: #FB90C7; }
a { background-color: rgb(251,144,199); }
div.DivClassName
{
background-color: #FB90C7;
}
.BgClassName
{
background-color: #FB90C7;
}
</style>
border-color css
<style>
span { border-color: #FB90C7; }
span { border-color: rgb(251,144,199); }
td.TdClassName
{
border-color: #FB90C7;
}
.TagClassName
{
border-color: #FB90C7;
}
</style>