Shades of Salmon #FA897E
Tints of Salmon #FA897E
RGB
CMYK
RGB Variations
Color information
#FA897E (or 0xFA897E) is known color: Salmon. HEX triplet: FA, 89 and 7E. RGB value is (250,137,126). Sum of RGB (Red+Green+Blue) = 250+137+126=513 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.73% from 513); Green value is 137 (53.91% from 255 or 26.71% from 513); Blue value is 126 (49.61% from 255 or 24.56% from 513); Max value from RGB is 250 - color contains mainly: red. Hex color #FA897E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA897E is #057681. Grayscale: #A9A9A9. Windows color (decimal): -358018 or 8292858. OLE color: 8292858.
HSL color Cylindrical-coordinate representation of color #FA897E: hue angle of 5.32º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FA897E is Cyan = 0, Magento = 0.45, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 137 | 126 | - |
| CMYK | 0 | 0.45 | 0.50 | 0.02 |
| HSL | 5.32º | 0.93% | 0.74% | - |
| HSV(B) | 5.32º | 0.5% | 0.98% | - |
| XYZ | 52.14 | 39.72 | 24.66 | - |
| YUV | 169.53 | 103.44 | 185.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 137 | 126 | 0 | 0.45 | 0.50 | 0.02 | 5.32 | 0.93 | 0.74 |
| Hex | FA | 89 | 7E | 0 | 2D | 32 | 2 | 5 | 5D | 4A |
| Octal | 372 | 211 | 176 | 0 | 55 | 62 | 2 | 5 | 135 | 112 |
| Binary | 11111010 | 10001001 | 1111110 | 0 | 101101 | 110010 | 10 | 101 | 1011101 | 1001010 |
Color Harmonies of #FA897E
Complementary color
Monochromatic Colors of #FA897E
Black with #FA897E
Text Example
Text Example
White with #FA897E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA897E; }
p { color: rgb(250,137,126); }
H1.HeaderClassName
{
color: #FA897E;
}
.AnyTagClassName
{
color: #FA897E;
}
</style>
background-color css
<style>
a { background-color: #FA897E; }
a { background-color: rgb(250,137,126); }
div.DivClassName
{
background-color: #FA897E;
}
.BgClassName
{
background-color: #FA897E;
}
</style>
border-color css
<style>
span { border-color: #FA897E; }
span { border-color: rgb(250,137,126); }
td.TdClassName
{
border-color: #FA897E;
}
.TagClassName
{
border-color: #FA897E;
}
</style>