Shades of Tea Rose #FA91CB
Tints of Tea Rose #FA91CB
RGB
CMYK
RGB Variations
Color information
#FA91CB (or 0xFA91CB) is known color: Tea Rose. HEX triplet: FA, 91 and CB. RGB value is (250,145,203). Sum of RGB (Red+Green+Blue) = 250+145+203=598 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.81% from 598); Green value is 145 (57.03% from 255 or 24.25% from 598); Blue value is 203 (79.69% from 255 or 33.95% from 598); Max value from RGB is 250 - color contains mainly: red. Hex color #FA91CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA91CB is #056E34. Grayscale: #B6B6B6. Windows color (decimal): -355893 or 13341178. OLE color: 13341178.
HSL color Cylindrical-coordinate representation of color #FA91CB: hue angle of 326.86º 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 #FA91CB is Cyan = 0, Magento = 0.42, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 145 | 203 | - |
| CMYK | 0 | 0.42 | 0.19 | 0.02 |
| HSL | 326.86º | 0.91% | 0.77% | - |
| HSV(B) | 326.86º | 0.42% | 0.98% | - |
| XYZ | 60.33 | 44.89 | 61.98 | - |
| YUV | 183.01 | 139.29 | 175.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 145 | 203 | 0 | 0.42 | 0.19 | 0.02 | 326.86 | 0.91 | 0.77 |
| Hex | FA | 91 | CB | 0 | 2A | 13 | 2 | 147 | 5B | 4D |
| Octal | 372 | 221 | 313 | 0 | 52 | 23 | 2 | 507 | 133 | 115 |
| Binary | 11111010 | 10010001 | 11001011 | 0 | 101010 | 10011 | 10 | 101000111 | 1011011 | 1001101 |
Color Harmonies of #FA91CB
Complementary color
Monochromatic Colors of #FA91CB
Black with #FA91CB
Text Example
Text Example
White with #FA91CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA91CB; }
p { color: rgb(250,145,203); }
H1.HeaderClassName
{
color: #FA91CB;
}
.AnyTagClassName
{
color: #FA91CB;
}
</style>
background-color css
<style>
a { background-color: #FA91CB; }
a { background-color: rgb(250,145,203); }
div.DivClassName
{
background-color: #FA91CB;
}
.BgClassName
{
background-color: #FA91CB;
}
</style>
border-color css
<style>
span { border-color: #FA91CB; }
span { border-color: rgb(250,145,203); }
td.TdClassName
{
border-color: #FA91CB;
}
.TagClassName
{
border-color: #FA91CB;
}
</style>