Shades of Salmon #FC8B7D
Tints of Salmon #FC8B7D
RGB
CMYK
RGB Variations
Color information
#FC8B7D (or 0xFC8B7D) is known color: Salmon. HEX triplet: FC, 8B and 7D. RGB value is (252,139,125). Sum of RGB (Red+Green+Blue) = 252+139+125=516 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.84% from 516); Green value is 139 (54.69% from 255 or 26.94% from 516); Blue value is 125 (49.22% from 255 or 24.22% from 516); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8B7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8B7D is #037482. Grayscale: #ABABAB. Windows color (decimal): -226435 or 8227836. OLE color: 8227836.
HSL color Cylindrical-coordinate representation of color #FC8B7D: hue angle of 6.61º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FC8B7D is Cyan = 0, Magento = 0.45, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 139 | 125 | - |
| CMYK | 0 | 0.45 | 0.50 | 0.01 |
| HSL | 6.61º | 0.95% | 0.74% | - |
| HSV(B) | 6.61º | 0.5% | 0.99% | - |
| XYZ | 53.08 | 40.64 | 24.45 | - |
| YUV | 171.19 | 101.94 | 185.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 139 | 125 | 0 | 0.45 | 0.50 | 0.01 | 6.61 | 0.95 | 0.74 |
| Hex | FC | 8B | 7D | 0 | 2D | 32 | 1 | 7 | 5F | 4A |
| Octal | 374 | 213 | 175 | 0 | 55 | 62 | 1 | 7 | 137 | 112 |
| Binary | 11111100 | 10001011 | 1111101 | 0 | 101101 | 110010 | 1 | 111 | 1011111 | 1001010 |
Color Harmonies of #FC8B7D
Complementary color
Monochromatic Colors of #FC8B7D
Black with #FC8B7D
Text Example
Text Example
White with #FC8B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8B7D; }
p { color: rgb(252,139,125); }
H1.HeaderClassName
{
color: #FC8B7D;
}
.AnyTagClassName
{
color: #FC8B7D;
}
</style>
background-color css
<style>
a { background-color: #FC8B7D; }
a { background-color: rgb(252,139,125); }
div.DivClassName
{
background-color: #FC8B7D;
}
.BgClassName
{
background-color: #FC8B7D;
}
</style>
border-color css
<style>
span { border-color: #FC8B7D; }
span { border-color: rgb(252,139,125); }
td.TdClassName
{
border-color: #FC8B7D;
}
.TagClassName
{
border-color: #FC8B7D;
}
</style>