Shades of Tea Rose #FA96CF
Tints of Tea Rose #FA96CF
RGB
CMYK
RGB Variations
Color information
#FA96CF (or 0xFA96CF) is known color: Tea Rose. HEX triplet: FA, 96 and CF. RGB value is (250,150,207). Sum of RGB (Red+Green+Blue) = 250+150+207=607 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.19% from 607); Green value is 150 (58.98% from 255 or 24.71% from 607); Blue value is 207 (81.25% from 255 or 34.10% from 607); Max value from RGB is 250 - color contains mainly: red. Hex color #FA96CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA96CF is #056930. Grayscale: #BABABA. Windows color (decimal): -354609 or 13604602. OLE color: 13604602.
HSL color Cylindrical-coordinate representation of color #FA96CF: hue angle of 325.8º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FA96CF is Cyan = 0, Magento = 0.4, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 150 | 207 | - |
| CMYK | 0 | 0.4 | 0.17 | 0.02 |
| HSL | 325.8º | 0.91% | 0.78% | - |
| HSV(B) | 325.8º | 0.4% | 0.98% | - |
| XYZ | 61.59 | 46.64 | 64.79 | - |
| YUV | 186.4 | 139.63 | 173.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 150 | 207 | 0 | 0.4 | 0.17 | 0.02 | 325.8 | 0.91 | 0.78 |
| Hex | FA | 96 | CF | 0 | 28 | 11 | 2 | 146 | 5B | 4E |
| Octal | 372 | 226 | 317 | 0 | 50 | 21 | 2 | 506 | 133 | 116 |
| Binary | 11111010 | 10010110 | 11001111 | 0 | 101000 | 10001 | 10 | 101000110 | 1011011 | 1001110 |
Color Harmonies of #FA96CF
Complementary color
Monochromatic Colors of #FA96CF
Black with #FA96CF
Text Example
Text Example
White with #FA96CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA96CF; }
p { color: rgb(250,150,207); }
H1.HeaderClassName
{
color: #FA96CF;
}
.AnyTagClassName
{
color: #FA96CF;
}
</style>
background-color css
<style>
a { background-color: #FA96CF; }
a { background-color: rgb(250,150,207); }
div.DivClassName
{
background-color: #FA96CF;
}
.BgClassName
{
background-color: #FA96CF;
}
</style>
border-color css
<style>
span { border-color: #FA96CF; }
span { border-color: rgb(250,150,207); }
td.TdClassName
{
border-color: #FA96CF;
}
.TagClassName
{
border-color: #FA96CF;
}
</style>