Shades of Tea Rose #FA81C7
Tints of Tea Rose #FA81C7
RGB
CMYK
RGB Variations
Color information
#FA81C7 (or 0xFA81C7) is known color: Tea Rose. HEX triplet: FA, 81 and C7. RGB value is (250,129,199). Sum of RGB (Red+Green+Blue) = 250+129+199=578 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.25% from 578); Green value is 129 (50.78% from 255 or 22.32% from 578); Blue value is 199 (78.12% from 255 or 34.43% from 578); Max value from RGB is 250 - color contains mainly: red. Hex color #FA81C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA81C7 is #057E38. Grayscale: #ADADAD. Windows color (decimal): -359993 or 13074938. OLE color: 13074938.
HSL color Cylindrical-coordinate representation of color #FA81C7: hue angle of 325.29º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FA81C7 is Cyan = 0, Magento = 0.48, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 129 | 199 | - |
| CMYK | 0 | 0.48 | 0.20 | 0.02 |
| HSL | 325.29º | 0.92% | 0.74% | - |
| HSV(B) | 325.29º | 0.48% | 0.98% | - |
| XYZ | 57.58 | 40.15 | 58.75 | - |
| YUV | 173.16 | 142.59 | 182.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 129 | 199 | 0 | 0.48 | 0.20 | 0.02 | 325.29 | 0.92 | 0.74 |
| Hex | FA | 81 | C7 | 0 | 30 | 14 | 2 | 145 | 5C | 4A |
| Octal | 372 | 201 | 307 | 0 | 60 | 24 | 2 | 505 | 134 | 112 |
| Binary | 11111010 | 10000001 | 11000111 | 0 | 110000 | 10100 | 10 | 101000101 | 1011100 | 1001010 |
Color Harmonies of #FA81C7
Complementary color
Monochromatic Colors of #FA81C7
Black with #FA81C7
Text Example
Text Example
White with #FA81C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA81C7; }
p { color: rgb(250,129,199); }
H1.HeaderClassName
{
color: #FA81C7;
}
.AnyTagClassName
{
color: #FA81C7;
}
</style>
background-color css
<style>
a { background-color: #FA81C7; }
a { background-color: rgb(250,129,199); }
div.DivClassName
{
background-color: #FA81C7;
}
.BgClassName
{
background-color: #FA81C7;
}
</style>
border-color css
<style>
span { border-color: #FA81C7; }
span { border-color: rgb(250,129,199); }
td.TdClassName
{
border-color: #FA81C7;
}
.TagClassName
{
border-color: #FA81C7;
}
</style>