Shades of Tea Rose #FA8CCF
Tints of Tea Rose #FA8CCF
RGB
CMYK
RGB Variations
Color information
#FA8CCF (or 0xFA8CCF) is known color: Tea Rose. HEX triplet: FA, 8C and CF. RGB value is (250,140,207). Sum of RGB (Red+Green+Blue) = 250+140+207=597 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.88% from 597); Green value is 140 (55.08% from 255 or 23.45% from 597); Blue value is 207 (81.25% from 255 or 34.67% from 597); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8CCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA8CCF is #057330. Grayscale: #B4B4B4. Windows color (decimal): -357169 or 13602042. OLE color: 13602042.
HSL color Cylindrical-coordinate representation of color #FA8CCF: hue angle of 323.45º 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 #FA8CCF is Cyan = 0, Magento = 0.44, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 140 | 207 | - |
| CMYK | 0 | 0.44 | 0.17 | 0.02 |
| HSL | 323.45º | 0.92% | 0.76% | - |
| HSV(B) | 323.45º | 0.44% | 0.98% | - |
| XYZ | 60.06 | 43.59 | 64.28 | - |
| YUV | 180.53 | 142.94 | 177.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 140 | 207 | 0 | 0.44 | 0.17 | 0.02 | 323.45 | 0.92 | 0.76 |
| Hex | FA | 8C | CF | 0 | 2C | 11 | 2 | 143 | 5C | 4C |
| Octal | 372 | 214 | 317 | 0 | 54 | 21 | 2 | 503 | 134 | 114 |
| Binary | 11111010 | 10001100 | 11001111 | 0 | 101100 | 10001 | 10 | 101000011 | 1011100 | 1001100 |
Color Harmonies of #FA8CCF
Complementary color
Monochromatic Colors of #FA8CCF
Black with #FA8CCF
Text Example
Text Example
White with #FA8CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8CCF; }
p { color: rgb(250,140,207); }
H1.HeaderClassName
{
color: #FA8CCF;
}
.AnyTagClassName
{
color: #FA8CCF;
}
</style>
background-color css
<style>
a { background-color: #FA8CCF; }
a { background-color: rgb(250,140,207); }
div.DivClassName
{
background-color: #FA8CCF;
}
.BgClassName
{
background-color: #FA8CCF;
}
</style>
border-color css
<style>
span { border-color: #FA8CCF; }
span { border-color: rgb(250,140,207); }
td.TdClassName
{
border-color: #FA8CCF;
}
.TagClassName
{
border-color: #FA8CCF;
}
</style>