Shades of Tea Rose #FA83C4
Tints of Tea Rose #FA83C4
RGB
CMYK
RGB Variations
Color information
#FA83C4 (or 0xFA83C4) is known color: Tea Rose. HEX triplet: FA, 83 and C4. RGB value is (250,131,196). Sum of RGB (Red+Green+Blue) = 250+131+196=577 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.33% from 577); Green value is 131 (51.56% from 255 or 22.70% from 577); Blue value is 196 (76.95% from 255 or 33.97% from 577); Max value from RGB is 250 - color contains mainly: red. Hex color #FA83C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA83C4 is #057C3B. Grayscale: #ADADAD. Windows color (decimal): -359484 or 12878842. OLE color: 12878842.
HSL color Cylindrical-coordinate representation of color #FA83C4: hue angle of 327.23º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FA83C4 is Cyan = 0, Magento = 0.48, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 131 | 196 | - |
| CMYK | 0 | 0.48 | 0.22 | 0.02 |
| HSL | 327.23º | 0.92% | 0.75% | - |
| HSV(B) | 327.23º | 0.48% | 0.98% | - |
| XYZ | 57.5 | 40.54 | 57.02 | - |
| YUV | 173.99 | 140.42 | 182.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 131 | 196 | 0 | 0.48 | 0.22 | 0.02 | 327.23 | 0.92 | 0.75 |
| Hex | FA | 83 | C4 | 0 | 30 | 16 | 2 | 147 | 5C | 4B |
| Octal | 372 | 203 | 304 | 0 | 60 | 26 | 2 | 507 | 134 | 113 |
| Binary | 11111010 | 10000011 | 11000100 | 0 | 110000 | 10110 | 10 | 101000111 | 1011100 | 1001011 |
Color Harmonies of #FA83C4
Complementary color
Monochromatic Colors of #FA83C4
Black with #FA83C4
Text Example
Text Example
White with #FA83C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA83C4; }
p { color: rgb(250,131,196); }
H1.HeaderClassName
{
color: #FA83C4;
}
.AnyTagClassName
{
color: #FA83C4;
}
</style>
background-color css
<style>
a { background-color: #FA83C4; }
a { background-color: rgb(250,131,196); }
div.DivClassName
{
background-color: #FA83C4;
}
.BgClassName
{
background-color: #FA83C4;
}
</style>
border-color css
<style>
span { border-color: #FA83C4; }
span { border-color: rgb(250,131,196); }
td.TdClassName
{
border-color: #FA83C4;
}
.TagClassName
{
border-color: #FA83C4;
}
</style>