Shades of Salmon #FD846E
Tints of Salmon #FD846E
RGB
CMYK
RGB Variations
Color information
#FD846E (or 0xFD846E) is known color: Salmon. HEX triplet: FD, 84 and 6E. RGB value is (253,132,110). Sum of RGB (Red+Green+Blue) = 253+132+110=495 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.11% from 495); Green value is 132 (51.95% from 255 or 26.67% from 495); Blue value is 110 (43.36% from 255 or 22.22% from 495); Max value from RGB is 253 - color contains mainly: red. Hex color #FD846E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD846E is #027B91. Grayscale: #A5A5A5. Windows color (decimal): -162706 or 7243005. OLE color: 7243005.
HSL color Cylindrical-coordinate representation of color #FD846E: hue angle of 9.23º degrees, saturation: 0.97, 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 #FD846E is Cyan = 0, Magento = 0.48, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 132 | 110 | - |
| CMYK | 0 | 0.48 | 0.57 | 0.01 |
| HSL | 9.23º | 0.97% | 0.71% | - |
| HSV(B) | 9.23º | 0.57% | 0.99% | - |
| XYZ | 51.57 | 38.51 | 19.47 | - |
| YUV | 165.67 | 96.59 | 190.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 132 | 110 | 0 | 0.48 | 0.57 | 0.01 | 9.23 | 0.97 | 0.71 |
| Hex | FD | 84 | 6E | 0 | 30 | 39 | 1 | 9 | 61 | 47 |
| Octal | 375 | 204 | 156 | 0 | 60 | 71 | 1 | 11 | 141 | 107 |
| Binary | 11111101 | 10000100 | 1101110 | 0 | 110000 | 111001 | 1 | 1001 | 1100001 | 1000111 |
Color Harmonies of #FD846E
Complementary color
Monochromatic Colors of #FD846E
Black with #FD846E
Text Example
Text Example
White with #FD846E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD846E; }
p { color: rgb(253,132,110); }
H1.HeaderClassName
{
color: #FD846E;
}
.AnyTagClassName
{
color: #FD846E;
}
</style>
background-color css
<style>
a { background-color: #FD846E; }
a { background-color: rgb(253,132,110); }
div.DivClassName
{
background-color: #FD846E;
}
.BgClassName
{
background-color: #FD846E;
}
</style>
border-color css
<style>
span { border-color: #FD846E; }
span { border-color: rgb(253,132,110); }
td.TdClassName
{
border-color: #FD846E;
}
.TagClassName
{
border-color: #FD846E;
}
</style>