Shades of Tea Rose #FA91D0
Tints of Tea Rose #FA91D0
RGB
CMYK
RGB Variations
Color information
#FA91D0 (or 0xFA91D0) is known color: Tea Rose. HEX triplet: FA, 91 and D0. RGB value is (250,145,208). Sum of RGB (Red+Green+Blue) = 250+145+208=603 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.46% from 603); Green value is 145 (57.03% from 255 or 24.05% from 603); Blue value is 208 (81.64% from 255 or 34.49% from 603); Max value from RGB is 250 - color contains mainly: red. Hex color #FA91D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA91D0 is #056E2F. Grayscale: #B7B7B7. Windows color (decimal): -355888 or 13668858. OLE color: 13668858.
HSL color Cylindrical-coordinate representation of color #FA91D0: hue angle of 324º 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 #FA91D0 is Cyan = 0, Magento = 0.42, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 145 | 208 | - |
| CMYK | 0 | 0.42 | 0.17 | 0.02 |
| HSL | 324º | 0.91% | 0.77% | - |
| HSV(B) | 324º | 0.42% | 0.98% | - |
| XYZ | 60.93 | 45.13 | 65.17 | - |
| YUV | 183.58 | 141.79 | 175.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 145 | 208 | 0 | 0.42 | 0.17 | 0.02 | 324 | 0.91 | 0.77 |
| Hex | FA | 91 | D0 | 0 | 2A | 11 | 2 | 144 | 5B | 4D |
| Octal | 372 | 221 | 320 | 0 | 52 | 21 | 2 | 504 | 133 | 115 |
| Binary | 11111010 | 10010001 | 11010000 | 0 | 101010 | 10001 | 10 | 101000100 | 1011011 | 1001101 |
Color Harmonies of #FA91D0
Complementary color
Monochromatic Colors of #FA91D0
Black with #FA91D0
Text Example
Text Example
White with #FA91D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA91D0; }
p { color: rgb(250,145,208); }
H1.HeaderClassName
{
color: #FA91D0;
}
.AnyTagClassName
{
color: #FA91D0;
}
</style>
background-color css
<style>
a { background-color: #FA91D0; }
a { background-color: rgb(250,145,208); }
div.DivClassName
{
background-color: #FA91D0;
}
.BgClassName
{
background-color: #FA91D0;
}
</style>
border-color css
<style>
span { border-color: #FA91D0; }
span { border-color: rgb(250,145,208); }
td.TdClassName
{
border-color: #FA91D0;
}
.TagClassName
{
border-color: #FA91D0;
}
</style>