Shades of Tea Rose #FA91BB
Tints of Tea Rose #FA91BB
RGB
CMYK
RGB Variations
Color information
#FA91BB (or 0xFA91BB) is known color: Tea Rose. HEX triplet: FA, 91 and BB. RGB value is (250,145,187). Sum of RGB (Red+Green+Blue) = 250+145+187=582 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.96% from 582); Green value is 145 (57.03% from 255 or 24.91% from 582); Blue value is 187 (73.44% from 255 or 32.13% from 582); Max value from RGB is 250 - color contains mainly: red. Hex color #FA91BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA91BB is #056E44. Grayscale: #B5B5B5. Windows color (decimal): -355909 or 12292602. OLE color: 12292602.
HSL color Cylindrical-coordinate representation of color #FA91BB: hue angle of 336º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FA91BB is Cyan = 0, Magento = 0.42, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 145 | 187 | - |
| CMYK | 0 | 0.42 | 0.25 | 0.02 |
| HSL | 336º | 0.91% | 0.77% | - |
| HSV(B) | 336º | 0.42% | 0.98% | - |
| XYZ | 58.52 | 44.16 | 52.45 | - |
| YUV | 181.18 | 131.29 | 177.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 145 | 187 | 0 | 0.42 | 0.25 | 0.02 | 336 | 0.91 | 0.77 |
| Hex | FA | 91 | BB | 0 | 2A | 19 | 2 | 150 | 5B | 4D |
| Octal | 372 | 221 | 273 | 0 | 52 | 31 | 2 | 520 | 133 | 115 |
| Binary | 11111010 | 10010001 | 10111011 | 0 | 101010 | 11001 | 10 | 101010000 | 1011011 | 1001101 |
Color Harmonies of #FA91BB
Complementary color
Monochromatic Colors of #FA91BB
Black with #FA91BB
Text Example
Text Example
White with #FA91BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA91BB; }
p { color: rgb(250,145,187); }
H1.HeaderClassName
{
color: #FA91BB;
}
.AnyTagClassName
{
color: #FA91BB;
}
</style>
background-color css
<style>
a { background-color: #FA91BB; }
a { background-color: rgb(250,145,187); }
div.DivClassName
{
background-color: #FA91BB;
}
.BgClassName
{
background-color: #FA91BB;
}
</style>
border-color css
<style>
span { border-color: #FA91BB; }
span { border-color: rgb(250,145,187); }
td.TdClassName
{
border-color: #FA91BB;
}
.TagClassName
{
border-color: #FA91BB;
}
</style>