Shades of Salmon #FC7E7B
Tints of Salmon #FC7E7B
RGB
CMYK
RGB Variations
Color information
#FC7E7B (or 0xFC7E7B) is known color: Salmon. HEX triplet: FC, 7E and 7B. RGB value is (252,126,123). Sum of RGB (Red+Green+Blue) = 252+126+123=501 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.30% from 501); Green value is 126 (49.61% from 255 or 25.15% from 501); Blue value is 123 (48.44% from 255 or 24.55% from 501); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7E7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7E7B is #038184. Grayscale: #A3A3A3. Windows color (decimal): -229765 or 8093436. OLE color: 8093436.
HSL color Cylindrical-coordinate representation of color #FC7E7B: hue angle of 1.4º 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 #FC7E7B is Cyan = 0, Magento = 0.5, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 126 | 123 | - |
| CMYK | 0 | 0.5 | 0.51 | 0.01 |
| HSL | 1.4º | 0.96% | 0.74% | - |
| HSV(B) | 1.4º | 0.51% | 0.99% | - |
| XYZ | 51.18 | 37.05 | 23.19 | - |
| YUV | 163.33 | 105.24 | 191.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 126 | 123 | 0 | 0.5 | 0.51 | 0.01 | 1.4 | 0.96 | 0.74 |
| Hex | FC | 7E | 7B | 0 | 32 | 33 | 1 | 1 | 60 | 4A |
| Octal | 374 | 176 | 173 | 0 | 62 | 63 | 1 | 1 | 140 | 112 |
| Binary | 11111100 | 1111110 | 1111011 | 0 | 110010 | 110011 | 1 | 1 | 1100000 | 1001010 |
Color Harmonies of #FC7E7B
Complementary color
Monochromatic Colors of #FC7E7B
Black with #FC7E7B
Text Example
Text Example
White with #FC7E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7E7B; }
p { color: rgb(252,126,123); }
H1.HeaderClassName
{
color: #FC7E7B;
}
.AnyTagClassName
{
color: #FC7E7B;
}
</style>
background-color css
<style>
a { background-color: #FC7E7B; }
a { background-color: rgb(252,126,123); }
div.DivClassName
{
background-color: #FC7E7B;
}
.BgClassName
{
background-color: #FC7E7B;
}
</style>
border-color css
<style>
span { border-color: #FC7E7B; }
span { border-color: rgb(252,126,123); }
td.TdClassName
{
border-color: #FC7E7B;
}
.TagClassName
{
border-color: #FC7E7B;
}
</style>