Shades of Salmon #FD816C
Tints of Salmon #FD816C
RGB
CMYK
RGB Variations
Color information
#FD816C (or 0xFD816C) is known color: Salmon. HEX triplet: FD, 81 and 6C. RGB value is (253,129,108). Sum of RGB (Red+Green+Blue) = 253+129+108=490 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.63% from 490); Green value is 129 (50.78% from 255 or 26.33% from 490); Blue value is 108 (42.58% from 255 or 22.04% from 490); Max value from RGB is 253 - color contains mainly: red. Hex color #FD816C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD816C is #027E93. Grayscale: #A3A3A3. Windows color (decimal): -163476 or 7111165. OLE color: 7111165.
HSL color Cylindrical-coordinate representation of color #FD816C: hue angle of 8.69º 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 #FD816C is Cyan = 0, Magento = 0.49, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 129 | 108 | - |
| CMYK | 0 | 0.49 | 0.57 | 0.01 |
| HSL | 8.69º | 0.97% | 0.71% | - |
| HSV(B) | 8.69º | 0.57% | 0.99% | - |
| XYZ | 51.07 | 37.67 | 18.77 | - |
| YUV | 163.68 | 96.58 | 191.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 129 | 108 | 0 | 0.49 | 0.57 | 0.01 | 8.69 | 0.97 | 0.71 |
| Hex | FD | 81 | 6C | 0 | 31 | 39 | 1 | 9 | 61 | 47 |
| Octal | 375 | 201 | 154 | 0 | 61 | 71 | 1 | 11 | 141 | 107 |
| Binary | 11111101 | 10000001 | 1101100 | 0 | 110001 | 111001 | 1 | 1001 | 1100001 | 1000111 |
Color Harmonies of #FD816C
Complementary color
Monochromatic Colors of #FD816C
Black with #FD816C
Text Example
Text Example
White with #FD816C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD816C; }
p { color: rgb(253,129,108); }
H1.HeaderClassName
{
color: #FD816C;
}
.AnyTagClassName
{
color: #FD816C;
}
</style>
background-color css
<style>
a { background-color: #FD816C; }
a { background-color: rgb(253,129,108); }
div.DivClassName
{
background-color: #FD816C;
}
.BgClassName
{
background-color: #FD816C;
}
</style>
border-color css
<style>
span { border-color: #FD816C; }
span { border-color: rgb(253,129,108); }
td.TdClassName
{
border-color: #FD816C;
}
.TagClassName
{
border-color: #FD816C;
}
</style>