Shades of Tea Rose #FB91C7
Tints of Tea Rose #FB91C7
RGB
CMYK
RGB Variations
Color information
#FB91C7 (or 0xFB91C7) is known color: Tea Rose. HEX triplet: FB, 91 and C7. RGB value is (251,145,199). Sum of RGB (Red+Green+Blue) = 251+145+199=595 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.18% from 595); Green value is 145 (57.03% from 255 or 24.37% from 595); Blue value is 199 (78.12% from 255 or 33.45% from 595); Max value from RGB is 251 - color contains mainly: red. Hex color #FB91C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB91C7 is #046E38. Grayscale: #B6B6B6. Windows color (decimal): -290361 or 13079035. OLE color: 13079035.
HSL color Cylindrical-coordinate representation of color #FB91C7: hue angle of 329.43º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FB91C7 is Cyan = 0, Magento = 0.42, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 145 | 199 | - |
| CMYK | 0 | 0.42 | 0.21 | 0.02 |
| HSL | 329.43º | 0.93% | 0.78% | - |
| HSV(B) | 329.43º | 0.42% | 0.98% | - |
| XYZ | 60.22 | 44.88 | 59.52 | - |
| YUV | 182.85 | 137.12 | 176.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 145 | 199 | 0 | 0.42 | 0.21 | 0.02 | 329.43 | 0.93 | 0.78 |
| Hex | FB | 91 | C7 | 0 | 2A | 15 | 2 | 149 | 5D | 4E |
| Octal | 373 | 221 | 307 | 0 | 52 | 25 | 2 | 511 | 135 | 116 |
| Binary | 11111011 | 10010001 | 11000111 | 0 | 101010 | 10101 | 10 | 101001001 | 1011101 | 1001110 |
Color Harmonies of #FB91C7
Complementary color
Monochromatic Colors of #FB91C7
Black with #FB91C7
Text Example
Text Example
White with #FB91C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB91C7; }
p { color: rgb(251,145,199); }
H1.HeaderClassName
{
color: #FB91C7;
}
.AnyTagClassName
{
color: #FB91C7;
}
</style>
background-color css
<style>
a { background-color: #FB91C7; }
a { background-color: rgb(251,145,199); }
div.DivClassName
{
background-color: #FB91C7;
}
.BgClassName
{
background-color: #FB91C7;
}
</style>
border-color css
<style>
span { border-color: #FB91C7; }
span { border-color: rgb(251,145,199); }
td.TdClassName
{
border-color: #FB91C7;
}
.TagClassName
{
border-color: #FB91C7;
}
</style>