Shades of Tea Rose #FA88C6
Tints of Tea Rose #FA88C6
RGB
CMYK
RGB Variations
Color information
#FA88C6 (or 0xFA88C6) is known color: Tea Rose. HEX triplet: FA, 88 and C6. RGB value is (250,136,198). Sum of RGB (Red+Green+Blue) = 250+136+198=584 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.81% from 584); Green value is 136 (53.52% from 255 or 23.29% from 584); Blue value is 198 (77.73% from 255 or 33.90% from 584); Max value from RGB is 250 - color contains mainly: red. Hex color #FA88C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA88C6 is #057739. Grayscale: #B1B1B1. Windows color (decimal): -358202 or 13011194. OLE color: 13011194.
HSL color Cylindrical-coordinate representation of color #FA88C6: hue angle of 327.37º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FA88C6 is Cyan = 0, Magento = 0.46, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 136 | 198 | - |
| CMYK | 0 | 0.46 | 0.21 | 0.02 |
| HSL | 327.37º | 0.92% | 0.76% | - |
| HSV(B) | 327.37º | 0.46% | 0.98% | - |
| XYZ | 58.42 | 42.01 | 58.46 | - |
| YUV | 177.15 | 139.77 | 179.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 136 | 198 | 0 | 0.46 | 0.21 | 0.02 | 327.37 | 0.92 | 0.76 |
| Hex | FA | 88 | C6 | 0 | 2E | 15 | 2 | 147 | 5C | 4C |
| Octal | 372 | 210 | 306 | 0 | 56 | 25 | 2 | 507 | 134 | 114 |
| Binary | 11111010 | 10001000 | 11000110 | 0 | 101110 | 10101 | 10 | 101000111 | 1011100 | 1001100 |
Color Harmonies of #FA88C6
Complementary color
Monochromatic Colors of #FA88C6
Black with #FA88C6
Text Example
Text Example
White with #FA88C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA88C6; }
p { color: rgb(250,136,198); }
H1.HeaderClassName
{
color: #FA88C6;
}
.AnyTagClassName
{
color: #FA88C6;
}
</style>
background-color css
<style>
a { background-color: #FA88C6; }
a { background-color: rgb(250,136,198); }
div.DivClassName
{
background-color: #FA88C6;
}
.BgClassName
{
background-color: #FA88C6;
}
</style>
border-color css
<style>
span { border-color: #FA88C6; }
span { border-color: rgb(250,136,198); }
td.TdClassName
{
border-color: #FA88C6;
}
.TagClassName
{
border-color: #FA88C6;
}
</style>