Shades of Tea Rose #FA8BCE
Tints of Tea Rose #FA8BCE
RGB
CMYK
RGB Variations
Color information
#FA8BCE (or 0xFA8BCE) is known color: Tea Rose. HEX triplet: FA, 8B and CE. RGB value is (250,139,206). Sum of RGB (Red+Green+Blue) = 250+139+206=595 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.02% from 595); Green value is 139 (54.69% from 255 or 23.36% from 595); Blue value is 206 (80.86% from 255 or 34.62% from 595); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8BCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA8BCE is #057431. Grayscale: #B3B3B3. Windows color (decimal): -357426 or 13536250. OLE color: 13536250.
HSL color Cylindrical-coordinate representation of color #FA8BCE: hue angle of 323.78º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FA8BCE is Cyan = 0, Magento = 0.44, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 139 | 206 | - |
| CMYK | 0 | 0.44 | 0.18 | 0.02 |
| HSL | 323.78º | 0.92% | 0.76% | - |
| HSV(B) | 323.78º | 0.44% | 0.98% | - |
| XYZ | 59.8 | 43.25 | 63.59 | - |
| YUV | 179.83 | 142.77 | 178.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 139 | 206 | 0 | 0.44 | 0.18 | 0.02 | 323.78 | 0.92 | 0.76 |
| Hex | FA | 8B | CE | 0 | 2C | 12 | 2 | 144 | 5C | 4C |
| Octal | 372 | 213 | 316 | 0 | 54 | 22 | 2 | 504 | 134 | 114 |
| Binary | 11111010 | 10001011 | 11001110 | 0 | 101100 | 10010 | 10 | 101000100 | 1011100 | 1001100 |
Color Harmonies of #FA8BCE
Complementary color
Monochromatic Colors of #FA8BCE
Black with #FA8BCE
Text Example
Text Example
White with #FA8BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8BCE; }
p { color: rgb(250,139,206); }
H1.HeaderClassName
{
color: #FA8BCE;
}
.AnyTagClassName
{
color: #FA8BCE;
}
</style>
background-color css
<style>
a { background-color: #FA8BCE; }
a { background-color: rgb(250,139,206); }
div.DivClassName
{
background-color: #FA8BCE;
}
.BgClassName
{
background-color: #FA8BCE;
}
</style>
border-color css
<style>
span { border-color: #FA8BCE; }
span { border-color: rgb(250,139,206); }
td.TdClassName
{
border-color: #FA8BCE;
}
.TagClassName
{
border-color: #FA8BCE;
}
</style>