Shades of Tea Rose #FA81CB
Tints of Tea Rose #FA81CB
RGB
CMYK
RGB Variations
Color information
#FA81CB (or 0xFA81CB) is known color: Tea Rose. HEX triplet: FA, 81 and CB. RGB value is (250,129,203). Sum of RGB (Red+Green+Blue) = 250+129+203=582 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.96% from 582); Green value is 129 (50.78% from 255 or 22.16% from 582); Blue value is 203 (79.69% from 255 or 34.88% from 582); Max value from RGB is 250 - color contains mainly: red. Hex color #FA81CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA81CB is #057E34. Grayscale: #ADADAD. Windows color (decimal): -359989 or 13337082. OLE color: 13337082.
HSL color Cylindrical-coordinate representation of color #FA81CB: hue angle of 323.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 #FA81CB is Cyan = 0, Magento = 0.48, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 129 | 203 | - |
| CMYK | 0 | 0.48 | 0.19 | 0.02 |
| HSL | 323.31º | 0.92% | 0.74% | - |
| HSV(B) | 323.31º | 0.48% | 0.98% | - |
| XYZ | 58.05 | 40.34 | 61.23 | - |
| YUV | 173.62 | 144.59 | 182.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 129 | 203 | 0 | 0.48 | 0.19 | 0.02 | 323.31 | 0.92 | 0.74 |
| Hex | FA | 81 | CB | 0 | 30 | 13 | 2 | 143 | 5C | 4A |
| Octal | 372 | 201 | 313 | 0 | 60 | 23 | 2 | 503 | 134 | 112 |
| Binary | 11111010 | 10000001 | 11001011 | 0 | 110000 | 10011 | 10 | 101000011 | 1011100 | 1001010 |
Color Harmonies of #FA81CB
Complementary color
Monochromatic Colors of #FA81CB
Black with #FA81CB
Text Example
Text Example
White with #FA81CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA81CB; }
p { color: rgb(250,129,203); }
H1.HeaderClassName
{
color: #FA81CB;
}
.AnyTagClassName
{
color: #FA81CB;
}
</style>
background-color css
<style>
a { background-color: #FA81CB; }
a { background-color: rgb(250,129,203); }
div.DivClassName
{
background-color: #FA81CB;
}
.BgClassName
{
background-color: #FA81CB;
}
</style>
border-color css
<style>
span { border-color: #FA81CB; }
span { border-color: rgb(250,129,203); }
td.TdClassName
{
border-color: #FA81CB;
}
.TagClassName
{
border-color: #FA81CB;
}
</style>