Shades of Tea Rose #FA81CC
Tints of Tea Rose #FA81CC
RGB
CMYK
RGB Variations
Color information
#FA81CC (or 0xFA81CC) is known color: Tea Rose. HEX triplet: FA, 81 and CC. RGB value is (250,129,204). Sum of RGB (Red+Green+Blue) = 250+129+204=583 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.88% from 583); Green value is 129 (50.78% from 255 or 22.13% from 583); Blue value is 204 (80.08% from 255 or 34.99% from 583); Max value from RGB is 250 - color contains mainly: red. Hex color #FA81CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA81CC is #057E33. Grayscale: #ADADAD. Windows color (decimal): -359988 or 13402618. OLE color: 13402618.
HSL color Cylindrical-coordinate representation of color #FA81CC: hue angle of 322.81º 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 #FA81CC is Cyan = 0, Magento = 0.48, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 129 | 204 | - |
| CMYK | 0 | 0.48 | 0.18 | 0.02 |
| HSL | 322.81º | 0.92% | 0.74% | - |
| HSV(B) | 322.81º | 0.48% | 0.98% | - |
| XYZ | 58.17 | 40.38 | 61.86 | - |
| YUV | 173.73 | 145.09 | 182.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 129 | 204 | 0 | 0.48 | 0.18 | 0.02 | 322.81 | 0.92 | 0.74 |
| Hex | FA | 81 | CC | 0 | 30 | 12 | 2 | 143 | 5C | 4A |
| Octal | 372 | 201 | 314 | 0 | 60 | 22 | 2 | 503 | 134 | 112 |
| Binary | 11111010 | 10000001 | 11001100 | 0 | 110000 | 10010 | 10 | 101000011 | 1011100 | 1001010 |
Color Harmonies of #FA81CC
Complementary color
Monochromatic Colors of #FA81CC
Black with #FA81CC
Text Example
Text Example
White with #FA81CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA81CC; }
p { color: rgb(250,129,204); }
H1.HeaderClassName
{
color: #FA81CC;
}
.AnyTagClassName
{
color: #FA81CC;
}
</style>
background-color css
<style>
a { background-color: #FA81CC; }
a { background-color: rgb(250,129,204); }
div.DivClassName
{
background-color: #FA81CC;
}
.BgClassName
{
background-color: #FA81CC;
}
</style>
border-color css
<style>
span { border-color: #FA81CC; }
span { border-color: rgb(250,129,204); }
td.TdClassName
{
border-color: #FA81CC;
}
.TagClassName
{
border-color: #FA81CC;
}
</style>