Shades of Salmon #FC897C
Tints of Salmon #FC897C
RGB
CMYK
RGB Variations
Color information
#FC897C (or 0xFC897C) is known color: Salmon. HEX triplet: FC, 89 and 7C. RGB value is (252,137,124). Sum of RGB (Red+Green+Blue) = 252+137+124=513 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.12% from 513); Green value is 137 (53.91% from 255 or 26.71% from 513); Blue value is 124 (48.83% from 255 or 24.17% from 513); Max value from RGB is 252 - color contains mainly: red. Hex color #FC897C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC897C is #037683. Grayscale: #AAAAAA. Windows color (decimal): -226948 or 8161788. OLE color: 8161788.
HSL color Cylindrical-coordinate representation of color #FC897C: hue angle of 6.09º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FC897C is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 137 | 124 | - |
| CMYK | 0 | 0.46 | 0.51 | 0.01 |
| HSL | 6.09º | 0.96% | 0.74% | - |
| HSV(B) | 6.09º | 0.51% | 0.99% | - |
| XYZ | 52.73 | 40.04 | 24.02 | - |
| YUV | 169.9 | 102.1 | 186.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 137 | 124 | 0 | 0.46 | 0.51 | 0.01 | 6.09 | 0.96 | 0.74 |
| Hex | FC | 89 | 7C | 0 | 2E | 33 | 1 | 6 | 60 | 4A |
| Octal | 374 | 211 | 174 | 0 | 56 | 63 | 1 | 6 | 140 | 112 |
| Binary | 11111100 | 10001001 | 1111100 | 0 | 101110 | 110011 | 1 | 110 | 1100000 | 1001010 |
Color Harmonies of #FC897C
Complementary color
Monochromatic Colors of #FC897C
Black with #FC897C
Text Example
Text Example
White with #FC897C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC897C; }
p { color: rgb(252,137,124); }
H1.HeaderClassName
{
color: #FC897C;
}
.AnyTagClassName
{
color: #FC897C;
}
</style>
background-color css
<style>
a { background-color: #FC897C; }
a { background-color: rgb(252,137,124); }
div.DivClassName
{
background-color: #FC897C;
}
.BgClassName
{
background-color: #FC897C;
}
</style>
border-color css
<style>
span { border-color: #FC897C; }
span { border-color: rgb(252,137,124); }
td.TdClassName
{
border-color: #FC897C;
}
.TagClassName
{
border-color: #FC897C;
}
</style>