Shades of Salmon #FC846C
Tints of Salmon #FC846C
RGB
CMYK
RGB Variations
Color information
#FC846C (or 0xFC846C) is known color: Salmon. HEX triplet: FC, 84 and 6C. RGB value is (252,132,108). Sum of RGB (Red+Green+Blue) = 252+132+108=492 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.22% from 492); Green value is 132 (51.95% from 255 or 26.83% from 492); Blue value is 108 (42.58% from 255 or 21.95% from 492); Max value from RGB is 252 - color contains mainly: red. Hex color #FC846C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC846C is #037B93. Grayscale: #A5A5A5. Windows color (decimal): -228244 or 7111932. OLE color: 7111932.
HSL color Cylindrical-coordinate representation of color #FC846C: hue angle of 10º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FC846C is Cyan = 0, Magento = 0.48, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 132 | 108 | - |
| CMYK | 0 | 0.48 | 0.57 | 0.01 |
| HSL | 10º | 0.96% | 0.71% | - |
| HSV(B) | 10º | 0.57% | 0.99% | - |
| XYZ | 51.1 | 38.28 | 18.88 | - |
| YUV | 165.14 | 95.76 | 189.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 132 | 108 | 0 | 0.48 | 0.57 | 0.01 | 10 | 0.96 | 0.71 |
| Hex | FC | 84 | 6C | 0 | 30 | 39 | 1 | A | 60 | 47 |
| Octal | 374 | 204 | 154 | 0 | 60 | 71 | 1 | 12 | 140 | 107 |
| Binary | 11111100 | 10000100 | 1101100 | 0 | 110000 | 111001 | 1 | 1010 | 1100000 | 1000111 |
Color Harmonies of #FC846C
Complementary color
Monochromatic Colors of #FC846C
Black with #FC846C
Text Example
Text Example
White with #FC846C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC846C; }
p { color: rgb(252,132,108); }
H1.HeaderClassName
{
color: #FC846C;
}
.AnyTagClassName
{
color: #FC846C;
}
</style>
background-color css
<style>
a { background-color: #FC846C; }
a { background-color: rgb(252,132,108); }
div.DivClassName
{
background-color: #FC846C;
}
.BgClassName
{
background-color: #FC846C;
}
</style>
border-color css
<style>
span { border-color: #FC846C; }
span { border-color: rgb(252,132,108); }
td.TdClassName
{
border-color: #FC846C;
}
.TagClassName
{
border-color: #FC846C;
}
</style>