Shades of Light Salmon #FDA986
Tints of Light Salmon #FDA986
RGB
CMYK
RGB Variations
Color information
#FDA986 (or 0xFDA986) is known color: Light Salmon. HEX triplet: FD, A9 and 86. RGB value is (253,169,134). Sum of RGB (Red+Green+Blue) = 253+169+134=556 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.50% from 556); Green value is 169 (66.41% from 255 or 30.40% from 556); Blue value is 134 (52.73% from 255 or 24.10% from 556); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA986 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA986 is #025679. Grayscale: #BEBEBE. Windows color (decimal): -153210 or 8825341. OLE color: 8825341.
HSL color Cylindrical-coordinate representation of color #FDA986: hue angle of 17.65º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FDA986 is Cyan = 0, Magento = 0.33, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 169 | 134 | - |
| CMYK | 0 | 0.33 | 0.47 | 0.01 |
| HSL | 17.65º | 0.97% | 0.76% | - |
| HSV(B) | 17.65º | 0.47% | 0.99% | - |
| XYZ | 59 | 50.98 | 29.28 | - |
| YUV | 190.13 | 96.33 | 172.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 169 | 134 | 0 | 0.33 | 0.47 | 0.01 | 17.65 | 0.97 | 0.76 |
| Hex | FD | A9 | 86 | 0 | 21 | 2F | 1 | 12 | 61 | 4C |
| Octal | 375 | 251 | 206 | 0 | 41 | 57 | 1 | 22 | 141 | 114 |
| Binary | 11111101 | 10101001 | 10000110 | 0 | 100001 | 101111 | 1 | 10010 | 1100001 | 1001100 |
Color Harmonies of #FDA986
Complementary color
Monochromatic Colors of #FDA986
Black with #FDA986
Text Example
Text Example
White with #FDA986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA986; }
p { color: rgb(253,169,134); }
H1.HeaderClassName
{
color: #FDA986;
}
.AnyTagClassName
{
color: #FDA986;
}
</style>
background-color css
<style>
a { background-color: #FDA986; }
a { background-color: rgb(253,169,134); }
div.DivClassName
{
background-color: #FDA986;
}
.BgClassName
{
background-color: #FDA986;
}
</style>
border-color css
<style>
span { border-color: #FDA986; }
span { border-color: rgb(253,169,134); }
td.TdClassName
{
border-color: #FDA986;
}
.TagClassName
{
border-color: #FDA986;
}
</style>