Shades of Tea Rose #FA80C1
Tints of Tea Rose #FA80C1
RGB
CMYK
RGB Variations
Color information
#FA80C1 (or 0xFA80C1) is known color: Tea Rose. HEX triplet: FA, 80 and C1. RGB value is (250,128,193). Sum of RGB (Red+Green+Blue) = 250+128+193=571 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.78% from 571); Green value is 128 (50.39% from 255 or 22.42% from 571); Blue value is 193 (75.78% from 255 or 33.80% from 571); Max value from RGB is 250 - color contains mainly: red. Hex color #FA80C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA80C1 is #057F3E. Grayscale: #ABABAB. Windows color (decimal): -360255 or 12681466. OLE color: 12681466.
HSL color Cylindrical-coordinate representation of color #FA80C1: hue angle of 328.03º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FA80C1 is Cyan = 0, Magento = 0.49, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 128 | 193 | - |
| CMYK | 0 | 0.49 | 0.23 | 0.02 |
| HSL | 328.03º | 0.92% | 0.74% | - |
| HSV(B) | 328.03º | 0.49% | 0.98% | - |
| XYZ | 56.77 | 39.61 | 55.11 | - |
| YUV | 171.89 | 139.92 | 183.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 128 | 193 | 0 | 0.49 | 0.23 | 0.02 | 328.03 | 0.92 | 0.74 |
| Hex | FA | 80 | C1 | 0 | 31 | 17 | 2 | 148 | 5C | 4A |
| Octal | 372 | 200 | 301 | 0 | 61 | 27 | 2 | 510 | 134 | 112 |
| Binary | 11111010 | 10000000 | 11000001 | 0 | 110001 | 10111 | 10 | 101001000 | 1011100 | 1001010 |
Color Harmonies of #FA80C1
Complementary color
Monochromatic Colors of #FA80C1
Black with #FA80C1
Text Example
Text Example
White with #FA80C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA80C1; }
p { color: rgb(250,128,193); }
H1.HeaderClassName
{
color: #FA80C1;
}
.AnyTagClassName
{
color: #FA80C1;
}
</style>
background-color css
<style>
a { background-color: #FA80C1; }
a { background-color: rgb(250,128,193); }
div.DivClassName
{
background-color: #FA80C1;
}
.BgClassName
{
background-color: #FA80C1;
}
</style>
border-color css
<style>
span { border-color: #FA80C1; }
span { border-color: rgb(250,128,193); }
td.TdClassName
{
border-color: #FA80C1;
}
.TagClassName
{
border-color: #FA80C1;
}
</style>