Shades of Salmon #FA897B
Tints of Salmon #FA897B
RGB
CMYK
RGB Variations
Color information
#FA897B (or 0xFA897B) is known color: Salmon. HEX triplet: FA, 89 and 7B. RGB value is (250,137,123). Sum of RGB (Red+Green+Blue) = 250+137+123=510 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.02% from 510); Green value is 137 (53.91% from 255 or 26.86% from 510); Blue value is 123 (48.44% from 255 or 24.12% from 510); Max value from RGB is 250 - color contains mainly: red. Hex color #FA897B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA897B is #057684. Grayscale: #A9A9A9. Windows color (decimal): -358021 or 8096250. OLE color: 8096250.
HSL color Cylindrical-coordinate representation of color #FA897B: hue angle of 6.61º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FA897B is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 137 | 123 | - |
| CMYK | 0 | 0.45 | 0.51 | 0.02 |
| HSL | 6.61º | 0.93% | 0.73% | - |
| HSV(B) | 6.61º | 0.51% | 0.98% | - |
| XYZ | 51.95 | 39.65 | 23.65 | - |
| YUV | 169.19 | 101.94 | 185.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 137 | 123 | 0 | 0.45 | 0.51 | 0.02 | 6.61 | 0.93 | 0.73 |
| Hex | FA | 89 | 7B | 0 | 2D | 33 | 2 | 7 | 5D | 49 |
| Octal | 372 | 211 | 173 | 0 | 55 | 63 | 2 | 7 | 135 | 111 |
| Binary | 11111010 | 10001001 | 1111011 | 0 | 101101 | 110011 | 10 | 111 | 1011101 | 1001001 |
Color Harmonies of #FA897B
Complementary color
Monochromatic Colors of #FA897B
Black with #FA897B
Text Example
Text Example
White with #FA897B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA897B; }
p { color: rgb(250,137,123); }
H1.HeaderClassName
{
color: #FA897B;
}
.AnyTagClassName
{
color: #FA897B;
}
</style>
background-color css
<style>
a { background-color: #FA897B; }
a { background-color: rgb(250,137,123); }
div.DivClassName
{
background-color: #FA897B;
}
.BgClassName
{
background-color: #FA897B;
}
</style>
border-color css
<style>
span { border-color: #FA897B; }
span { border-color: rgb(250,137,123); }
td.TdClassName
{
border-color: #FA897B;
}
.TagClassName
{
border-color: #FA897B;
}
</style>