Shades of Salmon #FC7D6F
Tints of Salmon #FC7D6F
RGB
CMYK
RGB Variations
Color information
#FC7D6F (or 0xFC7D6F) is known color: Salmon. HEX triplet: FC, 7D and 6F. RGB value is (252,125,111). Sum of RGB (Red+Green+Blue) = 252+125+111=488 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.64% from 488); Green value is 125 (49.22% from 255 or 25.61% from 488); Blue value is 111 (43.75% from 255 or 22.75% from 488); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7D6F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7D6F is #038290. Grayscale: #A1A1A1. Windows color (decimal): -230033 or 7306748. OLE color: 7306748.
HSL color Cylindrical-coordinate representation of color #FC7D6F: hue angle of 5.96º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FC7D6F is Cyan = 0, Magento = 0.50, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 125 | 111 | - |
| CMYK | 0 | 0.50 | 0.56 | 0.01 |
| HSL | 5.96º | 0.96% | 0.71% | - |
| HSV(B) | 5.96º | 0.56% | 0.99% | - |
| XYZ | 50.35 | 36.51 | 19.43 | - |
| YUV | 161.38 | 99.58 | 192.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 125 | 111 | 0 | 0.50 | 0.56 | 0.01 | 5.96 | 0.96 | 0.71 |
| Hex | FC | 7D | 6F | 0 | 32 | 38 | 1 | 6 | 60 | 47 |
| Octal | 374 | 175 | 157 | 0 | 62 | 70 | 1 | 6 | 140 | 107 |
| Binary | 11111100 | 1111101 | 1101111 | 0 | 110010 | 111000 | 1 | 110 | 1100000 | 1000111 |
Color Harmonies of #FC7D6F
Complementary color
Monochromatic Colors of #FC7D6F
Black with #FC7D6F
Text Example
Text Example
White with #FC7D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7D6F; }
p { color: rgb(252,125,111); }
H1.HeaderClassName
{
color: #FC7D6F;
}
.AnyTagClassName
{
color: #FC7D6F;
}
</style>
background-color css
<style>
a { background-color: #FC7D6F; }
a { background-color: rgb(252,125,111); }
div.DivClassName
{
background-color: #FC7D6F;
}
.BgClassName
{
background-color: #FC7D6F;
}
</style>
border-color css
<style>
span { border-color: #FC7D6F; }
span { border-color: rgb(252,125,111); }
td.TdClassName
{
border-color: #FC7D6F;
}
.TagClassName
{
border-color: #FC7D6F;
}
</style>