Shades of Salmon #FC7E6E
Tints of Salmon #FC7E6E
RGB
CMYK
RGB Variations
Color information
#FC7E6E (or 0xFC7E6E) is known color: Salmon. HEX triplet: FC, 7E and 6E. RGB value is (252,126,110). Sum of RGB (Red+Green+Blue) = 252+126+110=488 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.64% from 488); Green value is 126 (49.61% from 255 or 25.82% from 488); Blue value is 110 (43.36% from 255 or 22.54% from 488); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7E6E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7E6E is #038191. Grayscale: #A2A2A2. Windows color (decimal): -229778 or 7241468. OLE color: 7241468.
HSL color Cylindrical-coordinate representation of color #FC7E6E: hue angle of 6.76º 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 #FC7E6E is Cyan = 0, Magento = 0.5, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 126 | 110 | - |
| CMYK | 0 | 0.5 | 0.56 | 0.01 |
| HSL | 6.76º | 0.96% | 0.71% | - |
| HSV(B) | 6.76º | 0.56% | 0.99% | - |
| XYZ | 50.42 | 36.74 | 19.19 | - |
| YUV | 161.85 | 98.74 | 192.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 126 | 110 | 0 | 0.5 | 0.56 | 0.01 | 6.76 | 0.96 | 0.71 |
| Hex | FC | 7E | 6E | 0 | 32 | 38 | 1 | 7 | 60 | 47 |
| Octal | 374 | 176 | 156 | 0 | 62 | 70 | 1 | 7 | 140 | 107 |
| Binary | 11111100 | 1111110 | 1101110 | 0 | 110010 | 111000 | 1 | 111 | 1100000 | 1000111 |
Color Harmonies of #FC7E6E
Complementary color
Monochromatic Colors of #FC7E6E
Black with #FC7E6E
Text Example
Text Example
White with #FC7E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7E6E; }
p { color: rgb(252,126,110); }
H1.HeaderClassName
{
color: #FC7E6E;
}
.AnyTagClassName
{
color: #FC7E6E;
}
</style>
background-color css
<style>
a { background-color: #FC7E6E; }
a { background-color: rgb(252,126,110); }
div.DivClassName
{
background-color: #FC7E6E;
}
.BgClassName
{
background-color: #FC7E6E;
}
</style>
border-color css
<style>
span { border-color: #FC7E6E; }
span { border-color: rgb(252,126,110); }
td.TdClassName
{
border-color: #FC7E6E;
}
.TagClassName
{
border-color: #FC7E6E;
}
</style>