Shades of Salmon #FC897E
Tints of Salmon #FC897E
RGB
CMYK
RGB Variations
Color information
#FC897E (or 0xFC897E) is known color: Salmon. HEX triplet: FC, 89 and 7E. RGB value is (252,137,126). Sum of RGB (Red+Green+Blue) = 252+137+126=515 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.93% from 515); Green value is 137 (53.91% from 255 or 26.60% from 515); Blue value is 126 (49.61% from 255 or 24.47% from 515); Max value from RGB is 252 - color contains mainly: red. Hex color #FC897E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC897E is #037681. Grayscale: #AAAAAA. Windows color (decimal): -226946 or 8292860. OLE color: 8292860.
HSL color Cylindrical-coordinate representation of color #FC897E: hue angle of 5.24º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FC897E is Cyan = 0, Magento = 0.46, Yellow = 0.5 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 137 | 126 | - |
| CMYK | 0 | 0.46 | 0.5 | 0.01 |
| HSL | 5.24º | 0.95% | 0.74% | - |
| HSV(B) | 5.24º | 0.5% | 0.99% | - |
| XYZ | 52.86 | 40.09 | 24.69 | - |
| YUV | 170.13 | 103.1 | 186.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 137 | 126 | 0 | 0.46 | 0.5 | 0.01 | 5.24 | 0.95 | 0.74 |
| Hex | FC | 89 | 7E | 0 | 2E | 32 | 1 | 5 | 5F | 4A |
| Octal | 374 | 211 | 176 | 0 | 56 | 62 | 1 | 5 | 137 | 112 |
| Binary | 11111100 | 10001001 | 1111110 | 0 | 101110 | 110010 | 1 | 101 | 1011111 | 1001010 |
Color Harmonies of #FC897E
Complementary color
Monochromatic Colors of #FC897E
Black with #FC897E
Text Example
Text Example
White with #FC897E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC897E; }
p { color: rgb(252,137,126); }
H1.HeaderClassName
{
color: #FC897E;
}
.AnyTagClassName
{
color: #FC897E;
}
</style>
background-color css
<style>
a { background-color: #FC897E; }
a { background-color: rgb(252,137,126); }
div.DivClassName
{
background-color: #FC897E;
}
.BgClassName
{
background-color: #FC897E;
}
</style>
border-color css
<style>
span { border-color: #FC897E; }
span { border-color: rgb(252,137,126); }
td.TdClassName
{
border-color: #FC897E;
}
.TagClassName
{
border-color: #FC897E;
}
</style>