Shades of Tea Rose #FA80D2
Tints of Tea Rose #FA80D2
RGB
CMYK
RGB Variations
Color information
#FA80D2 (or 0xFA80D2) is known color: Tea Rose. HEX triplet: FA, 80 and D2. RGB value is (250,128,210). Sum of RGB (Red+Green+Blue) = 250+128+210=588 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.52% from 588); Green value is 128 (50.39% from 255 or 21.77% from 588); Blue value is 210 (82.42% from 255 or 35.71% from 588); Max value from RGB is 250 - color contains mainly: red. Hex color #FA80D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA80D2 is #057F2D. Grayscale: #ADADAD. Windows color (decimal): -360238 or 13795578. OLE color: 13795578.
HSL color Cylindrical-coordinate representation of color #FA80D2: hue angle of 319.67º 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 #FA80D2 is Cyan = 0, Magento = 0.49, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 128 | 210 | - |
| CMYK | 0 | 0.49 | 0.16 | 0.02 |
| HSL | 319.67º | 0.92% | 0.74% | - |
| HSV(B) | 319.67º | 0.49% | 0.98% | - |
| XYZ | 58.78 | 40.42 | 65.68 | - |
| YUV | 173.83 | 148.42 | 182.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 128 | 210 | 0 | 0.49 | 0.16 | 0.02 | 319.67 | 0.92 | 0.74 |
| Hex | FA | 80 | D2 | 0 | 31 | 10 | 2 | 140 | 5C | 4A |
| Octal | 372 | 200 | 322 | 0 | 61 | 20 | 2 | 500 | 134 | 112 |
| Binary | 11111010 | 10000000 | 11010010 | 0 | 110001 | 10000 | 10 | 101000000 | 1011100 | 1001010 |
Color Harmonies of #FA80D2
Complementary color
Monochromatic Colors of #FA80D2
Black with #FA80D2
Text Example
Text Example
White with #FA80D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA80D2; }
p { color: rgb(250,128,210); }
H1.HeaderClassName
{
color: #FA80D2;
}
.AnyTagClassName
{
color: #FA80D2;
}
</style>
background-color css
<style>
a { background-color: #FA80D2; }
a { background-color: rgb(250,128,210); }
div.DivClassName
{
background-color: #FA80D2;
}
.BgClassName
{
background-color: #FA80D2;
}
</style>
border-color css
<style>
span { border-color: #FA80D2; }
span { border-color: rgb(250,128,210); }
td.TdClassName
{
border-color: #FA80D2;
}
.TagClassName
{
border-color: #FA80D2;
}
</style>