Shades of Light Salmon #FDA785
Tints of Light Salmon #FDA785
RGB
CMYK
RGB Variations
Color information
#FDA785 (or 0xFDA785) is known color: Light Salmon. HEX triplet: FD, A7 and 85. RGB value is (253,167,133). Sum of RGB (Red+Green+Blue) = 253+167+133=553 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.75% from 553); Green value is 167 (65.62% from 255 or 30.20% from 553); Blue value is 133 (52.34% from 255 or 24.05% from 553); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA785 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA785 is #02587A. Grayscale: #BDBDBD. Windows color (decimal): -153723 or 8759293. OLE color: 8759293.
HSL color Cylindrical-coordinate representation of color #FDA785: hue angle of 17º 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 #FDA785 is Cyan = 0, Magento = 0.34, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 167 | 133 | - |
| CMYK | 0 | 0.34 | 0.47 | 0.01 |
| HSL | 17º | 0.97% | 0.76% | - |
| HSV(B) | 17º | 0.47% | 0.99% | - |
| XYZ | 58.56 | 50.21 | 28.8 | - |
| YUV | 188.84 | 96.49 | 173.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 167 | 133 | 0 | 0.34 | 0.47 | 0.01 | 17 | 0.97 | 0.76 |
| Hex | FD | A7 | 85 | 0 | 22 | 2F | 1 | 11 | 61 | 4C |
| Octal | 375 | 247 | 205 | 0 | 42 | 57 | 1 | 21 | 141 | 114 |
| Binary | 11111101 | 10100111 | 10000101 | 0 | 100010 | 101111 | 1 | 10001 | 1100001 | 1001100 |
Color Harmonies of #FDA785
Complementary color
Monochromatic Colors of #FDA785
Black with #FDA785
Text Example
Text Example
White with #FDA785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA785; }
p { color: rgb(253,167,133); }
H1.HeaderClassName
{
color: #FDA785;
}
.AnyTagClassName
{
color: #FDA785;
}
</style>
background-color css
<style>
a { background-color: #FDA785; }
a { background-color: rgb(253,167,133); }
div.DivClassName
{
background-color: #FDA785;
}
.BgClassName
{
background-color: #FDA785;
}
</style>
border-color css
<style>
span { border-color: #FDA785; }
span { border-color: rgb(253,167,133); }
td.TdClassName
{
border-color: #FDA785;
}
.TagClassName
{
border-color: #FDA785;
}
</style>