Shades of Tea Rose #FA8FCF
Tints of Tea Rose #FA8FCF
RGB
CMYK
RGB Variations
Color information
#FA8FCF (or 0xFA8FCF) is known color: Tea Rose. HEX triplet: FA, 8F and CF. RGB value is (250,143,207). Sum of RGB (Red+Green+Blue) = 250+143+207=600 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.67% from 600); Green value is 143 (56.25% from 255 or 23.83% from 600); Blue value is 207 (81.25% from 255 or 34.5% from 600); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8FCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA8FCF is #057030. Grayscale: #B6B6B6. Windows color (decimal): -356401 or 13602810. OLE color: 13602810.
HSL color Cylindrical-coordinate representation of color #FA8FCF: hue angle of 324.11º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FA8FCF is Cyan = 0, Magento = 0.43, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 143 | 207 | - |
| CMYK | 0 | 0.43 | 0.17 | 0.02 |
| HSL | 324.11º | 0.91% | 0.77% | - |
| HSV(B) | 324.11º | 0.43% | 0.98% | - |
| XYZ | 60.51 | 44.47 | 64.43 | - |
| YUV | 182.29 | 141.95 | 176.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 143 | 207 | 0 | 0.43 | 0.17 | 0.02 | 324.11 | 0.91 | 0.77 |
| Hex | FA | 8F | CF | 0 | 2B | 11 | 2 | 144 | 5B | 4D |
| Octal | 372 | 217 | 317 | 0 | 53 | 21 | 2 | 504 | 133 | 115 |
| Binary | 11111010 | 10001111 | 11001111 | 0 | 101011 | 10001 | 10 | 101000100 | 1011011 | 1001101 |
Color Harmonies of #FA8FCF
Complementary color
Monochromatic Colors of #FA8FCF
Black with #FA8FCF
Text Example
Text Example
White with #FA8FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8FCF; }
p { color: rgb(250,143,207); }
H1.HeaderClassName
{
color: #FA8FCF;
}
.AnyTagClassName
{
color: #FA8FCF;
}
</style>
background-color css
<style>
a { background-color: #FA8FCF; }
a { background-color: rgb(250,143,207); }
div.DivClassName
{
background-color: #FA8FCF;
}
.BgClassName
{
background-color: #FA8FCF;
}
</style>
border-color css
<style>
span { border-color: #FA8FCF; }
span { border-color: rgb(250,143,207); }
td.TdClassName
{
border-color: #FA8FCF;
}
.TagClassName
{
border-color: #FA8FCF;
}
</style>