Shades of Tea Rose #FA81CD
Tints of Tea Rose #FA81CD
RGB
CMYK
RGB Variations
Color information
#FA81CD (or 0xFA81CD) is known color: Tea Rose. HEX triplet: FA, 81 and CD. RGB value is (250,129,205). Sum of RGB (Red+Green+Blue) = 250+129+205=584 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.81% from 584); Green value is 129 (50.78% from 255 or 22.09% from 584); Blue value is 205 (80.47% from 255 or 35.10% from 584); Max value from RGB is 250 - color contains mainly: red. Hex color #FA81CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA81CD is #057E32. Grayscale: #ADADAD. Windows color (decimal): -359987 or 13468154. OLE color: 13468154.
HSL color Cylindrical-coordinate representation of color #FA81CD: hue angle of 322.31º 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 #FA81CD is Cyan = 0, Magento = 0.48, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 129 | 205 | - |
| CMYK | 0 | 0.48 | 0.18 | 0.02 |
| HSL | 322.31º | 0.92% | 0.74% | - |
| HSV(B) | 322.31º | 0.48% | 0.98% | - |
| XYZ | 58.29 | 40.43 | 62.49 | - |
| YUV | 173.84 | 145.59 | 182.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 129 | 205 | 0 | 0.48 | 0.18 | 0.02 | 322.31 | 0.92 | 0.74 |
| Hex | FA | 81 | CD | 0 | 30 | 12 | 2 | 142 | 5C | 4A |
| Octal | 372 | 201 | 315 | 0 | 60 | 22 | 2 | 502 | 134 | 112 |
| Binary | 11111010 | 10000001 | 11001101 | 0 | 110000 | 10010 | 10 | 101000010 | 1011100 | 1001010 |
Color Harmonies of #FA81CD
Complementary color
Monochromatic Colors of #FA81CD
Black with #FA81CD
Text Example
Text Example
White with #FA81CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA81CD; }
p { color: rgb(250,129,205); }
H1.HeaderClassName
{
color: #FA81CD;
}
.AnyTagClassName
{
color: #FA81CD;
}
</style>
background-color css
<style>
a { background-color: #FA81CD; }
a { background-color: rgb(250,129,205); }
div.DivClassName
{
background-color: #FA81CD;
}
.BgClassName
{
background-color: #FA81CD;
}
</style>
border-color css
<style>
span { border-color: #FA81CD; }
span { border-color: rgb(250,129,205); }
td.TdClassName
{
border-color: #FA81CD;
}
.TagClassName
{
border-color: #FA81CD;
}
</style>