Shades of Salmon #FA887C
Tints of Salmon #FA887C
RGB
CMYK
RGB Variations
Color information
#FA887C (or 0xFA887C) is known color: Salmon. HEX triplet: FA, 88 and 7C. RGB value is (250,136,124). Sum of RGB (Red+Green+Blue) = 250+136+124=510 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.02% from 510); Green value is 136 (53.52% from 255 or 26.67% from 510); Blue value is 124 (48.83% from 255 or 24.31% from 510); Max value from RGB is 250 - color contains mainly: red. Hex color #FA887C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA887C is #057783. Grayscale: #A8A8A8. Windows color (decimal): -358276 or 8161530. OLE color: 8161530.
HSL color Cylindrical-coordinate representation of color #FA887C: hue angle of 5.71º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FA887C is Cyan = 0, Magento = 0.46, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 136 | 124 | - |
| CMYK | 0 | 0.46 | 0.50 | 0.02 |
| HSL | 5.71º | 0.93% | 0.73% | - |
| HSV(B) | 5.71º | 0.5% | 0.98% | - |
| XYZ | 51.87 | 39.39 | 23.94 | - |
| YUV | 168.72 | 102.77 | 185.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 136 | 124 | 0 | 0.46 | 0.50 | 0.02 | 5.71 | 0.93 | 0.73 |
| Hex | FA | 88 | 7C | 0 | 2E | 32 | 2 | 6 | 5D | 49 |
| Octal | 372 | 210 | 174 | 0 | 56 | 62 | 2 | 6 | 135 | 111 |
| Binary | 11111010 | 10001000 | 1111100 | 0 | 101110 | 110010 | 10 | 110 | 1011101 | 1001001 |
Color Harmonies of #FA887C
Complementary color
Monochromatic Colors of #FA887C
Black with #FA887C
Text Example
Text Example
White with #FA887C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA887C; }
p { color: rgb(250,136,124); }
H1.HeaderClassName
{
color: #FA887C;
}
.AnyTagClassName
{
color: #FA887C;
}
</style>
background-color css
<style>
a { background-color: #FA887C; }
a { background-color: rgb(250,136,124); }
div.DivClassName
{
background-color: #FA887C;
}
.BgClassName
{
background-color: #FA887C;
}
</style>
border-color css
<style>
span { border-color: #FA887C; }
span { border-color: rgb(250,136,124); }
td.TdClassName
{
border-color: #FA887C;
}
.TagClassName
{
border-color: #FA887C;
}
</style>