Shades of Salmon #FC7E7A
Tints of Salmon #FC7E7A
RGB
CMYK
RGB Variations
Color information
#FC7E7A (or 0xFC7E7A) is known color: Salmon. HEX triplet: FC, 7E and 7A. RGB value is (252,126,122). Sum of RGB (Red+Green+Blue) = 252+126+122=500 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.4% from 500); Green value is 126 (49.61% from 255 or 25.2% from 500); Blue value is 122 (48.05% from 255 or 24.4% from 500); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7E7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7E7A is #038185. Grayscale: #A3A3A3. Windows color (decimal): -229766 or 8027900. OLE color: 8027900.
HSL color Cylindrical-coordinate representation of color #FC7E7A: hue angle of 1.85º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FC7E7A is Cyan = 0, Magento = 0.5, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 126 | 122 | - |
| CMYK | 0 | 0.5 | 0.52 | 0.01 |
| HSL | 1.85º | 0.96% | 0.73% | - |
| HSV(B) | 1.85º | 0.52% | 0.99% | - |
| XYZ | 51.12 | 37.02 | 22.86 | - |
| YUV | 163.22 | 104.74 | 191.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 126 | 122 | 0 | 0.5 | 0.52 | 0.01 | 1.85 | 0.96 | 0.73 |
| Hex | FC | 7E | 7A | 0 | 32 | 34 | 1 | 2 | 60 | 49 |
| Octal | 374 | 176 | 172 | 0 | 62 | 64 | 1 | 2 | 140 | 111 |
| Binary | 11111100 | 1111110 | 1111010 | 0 | 110010 | 110100 | 1 | 10 | 1100000 | 1001001 |
Color Harmonies of #FC7E7A
Complementary color
Monochromatic Colors of #FC7E7A
Black with #FC7E7A
Text Example
Text Example
White with #FC7E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7E7A; }
p { color: rgb(252,126,122); }
H1.HeaderClassName
{
color: #FC7E7A;
}
.AnyTagClassName
{
color: #FC7E7A;
}
</style>
background-color css
<style>
a { background-color: #FC7E7A; }
a { background-color: rgb(252,126,122); }
div.DivClassName
{
background-color: #FC7E7A;
}
.BgClassName
{
background-color: #FC7E7A;
}
</style>
border-color css
<style>
span { border-color: #FC7E7A; }
span { border-color: rgb(252,126,122); }
td.TdClassName
{
border-color: #FC7E7A;
}
.TagClassName
{
border-color: #FC7E7A;
}
</style>