Shades of Salmon #FD7D6C
Tints of Salmon #FD7D6C
RGB
CMYK
RGB Variations
Color information
#FD7D6C (or 0xFD7D6C) is known color: Salmon. HEX triplet: FD, 7D and 6C. RGB value is (253,125,108). Sum of RGB (Red+Green+Blue) = 253+125+108=486 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.06% from 486); Green value is 125 (49.22% from 255 or 25.72% from 486); Blue value is 108 (42.58% from 255 or 22.22% from 486); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7D6C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD7D6C is #028293. Grayscale: #A1A1A1. Windows color (decimal): -164500 or 7110141. OLE color: 7110141.
HSL color Cylindrical-coordinate representation of color #FD7D6C: hue angle of 7.03º 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 #FD7D6C is Cyan = 0, Magento = 0.51, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 125 | 108 | - |
| CMYK | 0 | 0.51 | 0.57 | 0.01 |
| HSL | 7.03º | 0.97% | 0.71% | - |
| HSV(B) | 7.03º | 0.57% | 0.99% | - |
| XYZ | 50.55 | 36.63 | 18.59 | - |
| YUV | 161.33 | 97.91 | 193.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 125 | 108 | 0 | 0.51 | 0.57 | 0.01 | 7.03 | 0.97 | 0.71 |
| Hex | FD | 7D | 6C | 0 | 33 | 39 | 1 | 7 | 61 | 47 |
| Octal | 375 | 175 | 154 | 0 | 63 | 71 | 1 | 7 | 141 | 107 |
| Binary | 11111101 | 1111101 | 1101100 | 0 | 110011 | 111001 | 1 | 111 | 1100001 | 1000111 |
Color Harmonies of #FD7D6C
Complementary color
Monochromatic Colors of #FD7D6C
Black with #FD7D6C
Text Example
Text Example
White with #FD7D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7D6C; }
p { color: rgb(253,125,108); }
H1.HeaderClassName
{
color: #FD7D6C;
}
.AnyTagClassName
{
color: #FD7D6C;
}
</style>
background-color css
<style>
a { background-color: #FD7D6C; }
a { background-color: rgb(253,125,108); }
div.DivClassName
{
background-color: #FD7D6C;
}
.BgClassName
{
background-color: #FD7D6C;
}
</style>
border-color css
<style>
span { border-color: #FD7D6C; }
span { border-color: rgb(253,125,108); }
td.TdClassName
{
border-color: #FD7D6C;
}
.TagClassName
{
border-color: #FD7D6C;
}
</style>