Shades of Tea Rose #FA8BCF
Tints of Tea Rose #FA8BCF
RGB
CMYK
RGB Variations
Color information
#FA8BCF (or 0xFA8BCF) is known color: Tea Rose. HEX triplet: FA, 8B and CF. RGB value is (250,139,207). Sum of RGB (Red+Green+Blue) = 250+139+207=596 (78% of max value = 765). Red value is 250 (98.05% from 255 or 41.95% from 596); Green value is 139 (54.69% from 255 or 23.32% from 596); Blue value is 207 (81.25% from 255 or 34.73% from 596); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8BCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA8BCF is #057430. Grayscale: #B3B3B3. Windows color (decimal): -357425 or 13601786. OLE color: 13601786.
HSL color Cylindrical-coordinate representation of color #FA8BCF: hue angle of 323.24º 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 #FA8BCF is Cyan = 0, Magento = 0.44, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 139 | 207 | - |
| CMYK | 0 | 0.44 | 0.17 | 0.02 |
| HSL | 323.24º | 0.92% | 0.76% | - |
| HSV(B) | 323.24º | 0.44% | 0.98% | - |
| XYZ | 59.92 | 43.29 | 64.23 | - |
| YUV | 179.94 | 143.27 | 177.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 139 | 207 | 0 | 0.44 | 0.17 | 0.02 | 323.24 | 0.92 | 0.76 |
| Hex | FA | 8B | CF | 0 | 2C | 11 | 2 | 143 | 5C | 4C |
| Octal | 372 | 213 | 317 | 0 | 54 | 21 | 2 | 503 | 134 | 114 |
| Binary | 11111010 | 10001011 | 11001111 | 0 | 101100 | 10001 | 10 | 101000011 | 1011100 | 1001100 |
Color Harmonies of #FA8BCF
Complementary color
Monochromatic Colors of #FA8BCF
Black with #FA8BCF
Text Example
Text Example
White with #FA8BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8BCF; }
p { color: rgb(250,139,207); }
H1.HeaderClassName
{
color: #FA8BCF;
}
.AnyTagClassName
{
color: #FA8BCF;
}
</style>
background-color css
<style>
a { background-color: #FA8BCF; }
a { background-color: rgb(250,139,207); }
div.DivClassName
{
background-color: #FA8BCF;
}
.BgClassName
{
background-color: #FA8BCF;
}
</style>
border-color css
<style>
span { border-color: #FA8BCF; }
span { border-color: rgb(250,139,207); }
td.TdClassName
{
border-color: #FA8BCF;
}
.TagClassName
{
border-color: #FA8BCF;
}
</style>