Shades of Tea Rose #FA91CD
Tints of Tea Rose #FA91CD
RGB
CMYK
RGB Variations
Color information
#FA91CD (or 0xFA91CD) is known color: Tea Rose. HEX triplet: FA, 91 and CD. RGB value is (250,145,205). Sum of RGB (Red+Green+Blue) = 250+145+205=600 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.67% from 600); Green value is 145 (57.03% from 255 or 24.17% from 600); Blue value is 205 (80.47% from 255 or 34.17% from 600); Max value from RGB is 250 - color contains mainly: red. Hex color #FA91CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA91CD is #056E32. Grayscale: #B7B7B7. Windows color (decimal): -355891 or 13472250. OLE color: 13472250.
HSL color Cylindrical-coordinate representation of color #FA91CD: hue angle of 325.71º 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 #FA91CD is Cyan = 0, Magento = 0.42, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 145 | 205 | - |
| CMYK | 0 | 0.42 | 0.18 | 0.02 |
| HSL | 325.71º | 0.91% | 0.77% | - |
| HSV(B) | 325.71º | 0.42% | 0.98% | - |
| XYZ | 60.57 | 44.98 | 63.25 | - |
| YUV | 183.24 | 140.29 | 175.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 145 | 205 | 0 | 0.42 | 0.18 | 0.02 | 325.71 | 0.91 | 0.77 |
| Hex | FA | 91 | CD | 0 | 2A | 12 | 2 | 146 | 5B | 4D |
| Octal | 372 | 221 | 315 | 0 | 52 | 22 | 2 | 506 | 133 | 115 |
| Binary | 11111010 | 10010001 | 11001101 | 0 | 101010 | 10010 | 10 | 101000110 | 1011011 | 1001101 |
Color Harmonies of #FA91CD
Complementary color
Monochromatic Colors of #FA91CD
Black with #FA91CD
Text Example
Text Example
White with #FA91CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA91CD; }
p { color: rgb(250,145,205); }
H1.HeaderClassName
{
color: #FA91CD;
}
.AnyTagClassName
{
color: #FA91CD;
}
</style>
background-color css
<style>
a { background-color: #FA91CD; }
a { background-color: rgb(250,145,205); }
div.DivClassName
{
background-color: #FA91CD;
}
.BgClassName
{
background-color: #FA91CD;
}
</style>
border-color css
<style>
span { border-color: #FA91CD; }
span { border-color: rgb(250,145,205); }
td.TdClassName
{
border-color: #FA91CD;
}
.TagClassName
{
border-color: #FA91CD;
}
</style>