Shades of Salmon #FC7E7C
Tints of Salmon #FC7E7C
RGB
CMYK
RGB Variations
Color information
#FC7E7C (or 0xFC7E7C) is known color: Salmon. HEX triplet: FC, 7E and 7C. RGB value is (252,126,124). Sum of RGB (Red+Green+Blue) = 252+126+124=502 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.20% from 502); Green value is 126 (49.61% from 255 or 25.10% from 502); Blue value is 124 (48.83% from 255 or 24.70% from 502); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7E7C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7E7C is #038183. Grayscale: #A3A3A3. Windows color (decimal): -229764 or 8158972. OLE color: 8158972.
HSL color Cylindrical-coordinate representation of color #FC7E7C: hue angle of 0.94º 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 #FC7E7C is Cyan = 0, Magento = 0.5, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 126 | 124 | - |
| CMYK | 0 | 0.5 | 0.51 | 0.01 |
| HSL | 0.94º | 0.96% | 0.74% | - |
| HSV(B) | 0.94º | 0.51% | 0.99% | - |
| XYZ | 51.24 | 37.07 | 23.52 | - |
| YUV | 163.45 | 105.74 | 191.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 126 | 124 | 0 | 0.5 | 0.51 | 0.01 | 0.94 | 0.96 | 0.74 |
| Hex | FC | 7E | 7C | 0 | 32 | 33 | 1 | 1 | 60 | 4A |
| Octal | 374 | 176 | 174 | 0 | 62 | 63 | 1 | 1 | 140 | 112 |
| Binary | 11111100 | 1111110 | 1111100 | 0 | 110010 | 110011 | 1 | 1 | 1100000 | 1001010 |
Color Harmonies of #FC7E7C
Complementary color
Monochromatic Colors of #FC7E7C
Black with #FC7E7C
Text Example
Text Example
White with #FC7E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7E7C; }
p { color: rgb(252,126,124); }
H1.HeaderClassName
{
color: #FC7E7C;
}
.AnyTagClassName
{
color: #FC7E7C;
}
</style>
background-color css
<style>
a { background-color: #FC7E7C; }
a { background-color: rgb(252,126,124); }
div.DivClassName
{
background-color: #FC7E7C;
}
.BgClassName
{
background-color: #FC7E7C;
}
</style>
border-color css
<style>
span { border-color: #FC7E7C; }
span { border-color: rgb(252,126,124); }
td.TdClassName
{
border-color: #FC7E7C;
}
.TagClassName
{
border-color: #FC7E7C;
}
</style>