Shades of Salmon #FC887E
Tints of Salmon #FC887E
RGB
CMYK
RGB Variations
Color information
#FC887E (or 0xFC887E) is known color: Salmon. HEX triplet: FC, 88 and 7E. RGB value is (252,136,126). Sum of RGB (Red+Green+Blue) = 252+136+126=514 (68% of max value = 765). Red value is 252 (98.83% from 255 or 49.03% from 514); Green value is 136 (53.52% from 255 or 26.46% from 514); Blue value is 126 (49.61% from 255 or 24.51% from 514); Max value from RGB is 252 - color contains mainly: red. Hex color #FC887E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC887E is #037781. Grayscale: #A9A9A9. Windows color (decimal): -227202 or 8292604. OLE color: 8292604.
HSL color Cylindrical-coordinate representation of color #FC887E: hue angle of 4.76º 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 #FC887E is Cyan = 0, Magento = 0.46, Yellow = 0.5 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 136 | 126 | - |
| CMYK | 0 | 0.46 | 0.5 | 0.01 |
| HSL | 4.76º | 0.95% | 0.74% | - |
| HSV(B) | 4.76º | 0.5% | 0.99% | - |
| XYZ | 52.71 | 39.81 | 24.64 | - |
| YUV | 169.54 | 103.43 | 186.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 136 | 126 | 0 | 0.46 | 0.5 | 0.01 | 4.76 | 0.95 | 0.74 |
| Hex | FC | 88 | 7E | 0 | 2E | 32 | 1 | 5 | 5F | 4A |
| Octal | 374 | 210 | 176 | 0 | 56 | 62 | 1 | 5 | 137 | 112 |
| Binary | 11111100 | 10001000 | 1111110 | 0 | 101110 | 110010 | 1 | 101 | 1011111 | 1001010 |
Color Harmonies of #FC887E
Complementary color
Monochromatic Colors of #FC887E
Black with #FC887E
Text Example
Text Example
White with #FC887E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC887E; }
p { color: rgb(252,136,126); }
H1.HeaderClassName
{
color: #FC887E;
}
.AnyTagClassName
{
color: #FC887E;
}
</style>
background-color css
<style>
a { background-color: #FC887E; }
a { background-color: rgb(252,136,126); }
div.DivClassName
{
background-color: #FC887E;
}
.BgClassName
{
background-color: #FC887E;
}
</style>
border-color css
<style>
span { border-color: #FC887E; }
span { border-color: rgb(252,136,126); }
td.TdClassName
{
border-color: #FC887E;
}
.TagClassName
{
border-color: #FC887E;
}
</style>