Shades of Salmon #FC887B
Tints of Salmon #FC887B
RGB
CMYK
RGB Variations
Color information
#FC887B (or 0xFC887B) is known color: Salmon. HEX triplet: FC, 88 and 7B. RGB value is (252,136,123). Sum of RGB (Red+Green+Blue) = 252+136+123=511 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.32% from 511); Green value is 136 (53.52% from 255 or 26.61% from 511); Blue value is 123 (48.44% from 255 or 24.07% from 511); Max value from RGB is 252 - color contains mainly: red. Hex color #FC887B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC887B is #037784. Grayscale: #A9A9A9. Windows color (decimal): -227205 or 8095996. OLE color: 8095996.
HSL color Cylindrical-coordinate representation of color #FC887B: hue angle of 6.05º 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 #FC887B is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 136 | 123 | - |
| CMYK | 0 | 0.46 | 0.51 | 0.01 |
| HSL | 6.05º | 0.96% | 0.74% | - |
| HSV(B) | 6.05º | 0.51% | 0.99% | - |
| XYZ | 52.52 | 39.73 | 23.64 | - |
| YUV | 169.2 | 101.93 | 187.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 136 | 123 | 0 | 0.46 | 0.51 | 0.01 | 6.05 | 0.96 | 0.74 |
| Hex | FC | 88 | 7B | 0 | 2E | 33 | 1 | 6 | 60 | 4A |
| Octal | 374 | 210 | 173 | 0 | 56 | 63 | 1 | 6 | 140 | 112 |
| Binary | 11111100 | 10001000 | 1111011 | 0 | 101110 | 110011 | 1 | 110 | 1100000 | 1001010 |
Color Harmonies of #FC887B
Complementary color
Monochromatic Colors of #FC887B
Black with #FC887B
Text Example
Text Example
White with #FC887B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC887B; }
p { color: rgb(252,136,123); }
H1.HeaderClassName
{
color: #FC887B;
}
.AnyTagClassName
{
color: #FC887B;
}
</style>
background-color css
<style>
a { background-color: #FC887B; }
a { background-color: rgb(252,136,123); }
div.DivClassName
{
background-color: #FC887B;
}
.BgClassName
{
background-color: #FC887B;
}
</style>
border-color css
<style>
span { border-color: #FC887B; }
span { border-color: rgb(252,136,123); }
td.TdClassName
{
border-color: #FC887B;
}
.TagClassName
{
border-color: #FC887B;
}
</style>