Shades of Tea Rose #FA8FC4
Tints of Tea Rose #FA8FC4
RGB
CMYK
RGB Variations
Color information
#FA8FC4 (or 0xFA8FC4) is known color: Tea Rose. HEX triplet: FA, 8F and C4. RGB value is (250,143,196). Sum of RGB (Red+Green+Blue) = 250+143+196=589 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.44% from 589); Green value is 143 (56.25% from 255 or 24.28% from 589); Blue value is 196 (76.95% from 255 or 33.28% from 589); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8FC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA8FC4 is #05703B. Grayscale: #B4B4B4. Windows color (decimal): -356412 or 12881914. OLE color: 12881914.
HSL color Cylindrical-coordinate representation of color #FA8FC4: hue angle of 330.28º 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 #FA8FC4 is Cyan = 0, Magento = 0.43, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 143 | 196 | - |
| CMYK | 0 | 0.43 | 0.22 | 0.02 |
| HSL | 330.28º | 0.91% | 0.77% | - |
| HSV(B) | 330.28º | 0.43% | 0.98% | - |
| XYZ | 59.21 | 43.95 | 57.59 | - |
| YUV | 181.04 | 136.45 | 177.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 143 | 196 | 0 | 0.43 | 0.22 | 0.02 | 330.28 | 0.91 | 0.77 |
| Hex | FA | 8F | C4 | 0 | 2B | 16 | 2 | 14A | 5B | 4D |
| Octal | 372 | 217 | 304 | 0 | 53 | 26 | 2 | 512 | 133 | 115 |
| Binary | 11111010 | 10001111 | 11000100 | 0 | 101011 | 10110 | 10 | 101001010 | 1011011 | 1001101 |
Color Harmonies of #FA8FC4
Complementary color
Monochromatic Colors of #FA8FC4
Black with #FA8FC4
Text Example
Text Example
White with #FA8FC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8FC4; }
p { color: rgb(250,143,196); }
H1.HeaderClassName
{
color: #FA8FC4;
}
.AnyTagClassName
{
color: #FA8FC4;
}
</style>
background-color css
<style>
a { background-color: #FA8FC4; }
a { background-color: rgb(250,143,196); }
div.DivClassName
{
background-color: #FA8FC4;
}
.BgClassName
{
background-color: #FA8FC4;
}
</style>
border-color css
<style>
span { border-color: #FA8FC4; }
span { border-color: rgb(250,143,196); }
td.TdClassName
{
border-color: #FA8FC4;
}
.TagClassName
{
border-color: #FA8FC4;
}
</style>