Shades of Salmon #FC897D
Tints of Salmon #FC897D
RGB
CMYK
RGB Variations
Color information
#FC897D (or 0xFC897D) is known color: Salmon. HEX triplet: FC, 89 and 7D. RGB value is (252,137,125). Sum of RGB (Red+Green+Blue) = 252+137+125=514 (68% of max value = 765). Red value is 252 (98.83% from 255 or 49.03% from 514); Green value is 137 (53.91% from 255 or 26.65% from 514); Blue value is 125 (49.22% from 255 or 24.32% from 514); Max value from RGB is 252 - color contains mainly: red. Hex color #FC897D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC897D is #037682. Grayscale: #AAAAAA. Windows color (decimal): -226947 or 8227324. OLE color: 8227324.
HSL color Cylindrical-coordinate representation of color #FC897D: hue angle of 5.67º 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 #FC897D is Cyan = 0, Magento = 0.46, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 137 | 125 | - |
| CMYK | 0 | 0.46 | 0.50 | 0.01 |
| HSL | 5.67º | 0.95% | 0.74% | - |
| HSV(B) | 5.67º | 0.5% | 0.99% | - |
| XYZ | 52.79 | 40.07 | 24.35 | - |
| YUV | 170.02 | 102.6 | 186.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 137 | 125 | 0 | 0.46 | 0.50 | 0.01 | 5.67 | 0.95 | 0.74 |
| Hex | FC | 89 | 7D | 0 | 2E | 32 | 1 | 6 | 5F | 4A |
| Octal | 374 | 211 | 175 | 0 | 56 | 62 | 1 | 6 | 137 | 112 |
| Binary | 11111100 | 10001001 | 1111101 | 0 | 101110 | 110010 | 1 | 110 | 1011111 | 1001010 |
Color Harmonies of #FC897D
Complementary color
Monochromatic Colors of #FC897D
Black with #FC897D
Text Example
Text Example
White with #FC897D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC897D; }
p { color: rgb(252,137,125); }
H1.HeaderClassName
{
color: #FC897D;
}
.AnyTagClassName
{
color: #FC897D;
}
</style>
background-color css
<style>
a { background-color: #FC897D; }
a { background-color: rgb(252,137,125); }
div.DivClassName
{
background-color: #FC897D;
}
.BgClassName
{
background-color: #FC897D;
}
</style>
border-color css
<style>
span { border-color: #FC897D; }
span { border-color: rgb(252,137,125); }
td.TdClassName
{
border-color: #FC897D;
}
.TagClassName
{
border-color: #FC897D;
}
</style>