Shades of Tea Rose #FA88CB
Tints of Tea Rose #FA88CB
RGB
CMYK
RGB Variations
Color information
#FA88CB (or 0xFA88CB) is known color: Tea Rose. HEX triplet: FA, 88 and CB. RGB value is (250,136,203). Sum of RGB (Red+Green+Blue) = 250+136+203=589 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.44% from 589); Green value is 136 (53.52% from 255 or 23.09% from 589); Blue value is 203 (79.69% from 255 or 34.47% from 589); Max value from RGB is 250 - color contains mainly: red. Hex color #FA88CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA88CB is #057734. Grayscale: #B1B1B1. Windows color (decimal): -358197 or 13338874. OLE color: 13338874.
HSL color Cylindrical-coordinate representation of color #FA88CB: hue angle of 324.74º 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 #FA88CB is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 136 | 203 | - |
| CMYK | 0 | 0.46 | 0.19 | 0.02 |
| HSL | 324.74º | 0.92% | 0.76% | - |
| HSV(B) | 324.74º | 0.46% | 0.98% | - |
| XYZ | 59.01 | 42.24 | 61.54 | - |
| YUV | 177.72 | 142.27 | 179.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 136 | 203 | 0 | 0.46 | 0.19 | 0.02 | 324.74 | 0.92 | 0.76 |
| Hex | FA | 88 | CB | 0 | 2E | 13 | 2 | 145 | 5C | 4C |
| Octal | 372 | 210 | 313 | 0 | 56 | 23 | 2 | 505 | 134 | 114 |
| Binary | 11111010 | 10001000 | 11001011 | 0 | 101110 | 10011 | 10 | 101000101 | 1011100 | 1001100 |
Color Harmonies of #FA88CB
Complementary color
Monochromatic Colors of #FA88CB
Black with #FA88CB
Text Example
Text Example
White with #FA88CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA88CB; }
p { color: rgb(250,136,203); }
H1.HeaderClassName
{
color: #FA88CB;
}
.AnyTagClassName
{
color: #FA88CB;
}
</style>
background-color css
<style>
a { background-color: #FA88CB; }
a { background-color: rgb(250,136,203); }
div.DivClassName
{
background-color: #FA88CB;
}
.BgClassName
{
background-color: #FA88CB;
}
</style>
border-color css
<style>
span { border-color: #FA88CB; }
span { border-color: rgb(250,136,203); }
td.TdClassName
{
border-color: #FA88CB;
}
.TagClassName
{
border-color: #FA88CB;
}
</style>