Shades of Salmon #FC887D
Tints of Salmon #FC887D
RGB
CMYK
RGB Variations
Color information
#FC887D (or 0xFC887D) is known color: Salmon. HEX triplet: FC, 88 and 7D. RGB value is (252,136,125). Sum of RGB (Red+Green+Blue) = 252+136+125=513 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.12% from 513); Green value is 136 (53.52% from 255 or 26.51% from 513); Blue value is 125 (49.22% from 255 or 24.37% from 513); Max value from RGB is 252 - color contains mainly: red. Hex color #FC887D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC887D is #037782. Grayscale: #A9A9A9. Windows color (decimal): -227203 or 8227068. OLE color: 8227068.
HSL color Cylindrical-coordinate representation of color #FC887D: hue angle of 5.2º 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 #FC887D is Cyan = 0, Magento = 0.46, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 136 | 125 | - |
| CMYK | 0 | 0.46 | 0.50 | 0.01 |
| HSL | 5.2º | 0.95% | 0.74% | - |
| HSV(B) | 5.2º | 0.5% | 0.99% | - |
| XYZ | 52.65 | 39.78 | 24.31 | - |
| YUV | 169.43 | 102.93 | 186.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 136 | 125 | 0 | 0.46 | 0.50 | 0.01 | 5.2 | 0.95 | 0.74 |
| Hex | FC | 88 | 7D | 0 | 2E | 32 | 1 | 5 | 5F | 4A |
| Octal | 374 | 210 | 175 | 0 | 56 | 62 | 1 | 5 | 137 | 112 |
| Binary | 11111100 | 10001000 | 1111101 | 0 | 101110 | 110010 | 1 | 101 | 1011111 | 1001010 |
Color Harmonies of #FC887D
Complementary color
Monochromatic Colors of #FC887D
Black with #FC887D
Text Example
Text Example
White with #FC887D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC887D; }
p { color: rgb(252,136,125); }
H1.HeaderClassName
{
color: #FC887D;
}
.AnyTagClassName
{
color: #FC887D;
}
</style>
background-color css
<style>
a { background-color: #FC887D; }
a { background-color: rgb(252,136,125); }
div.DivClassName
{
background-color: #FC887D;
}
.BgClassName
{
background-color: #FC887D;
}
</style>
border-color css
<style>
span { border-color: #FC887D; }
span { border-color: rgb(252,136,125); }
td.TdClassName
{
border-color: #FC887D;
}
.TagClassName
{
border-color: #FC887D;
}
</style>