Shades of Light Salmon #FDA17E
Tints of Light Salmon #FDA17E
RGB
CMYK
RGB Variations
Color information
#FDA17E (or 0xFDA17E) is known color: Light Salmon. HEX triplet: FD, A1 and 7E. RGB value is (253,161,126). Sum of RGB (Red+Green+Blue) = 253+161+126=540 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.85% from 540); Green value is 161 (63.28% from 255 or 29.81% from 540); Blue value is 126 (49.61% from 255 or 23.33% from 540); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA17E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA17E is #025E81. Grayscale: #B8B8B8. Windows color (decimal): -155266 or 8299005. OLE color: 8299005.
HSL color Cylindrical-coordinate representation of color #FDA17E: hue angle of 16.54º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FDA17E is Cyan = 0, Magento = 0.36, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 161 | 126 | - |
| CMYK | 0 | 0.36 | 0.50 | 0.01 |
| HSL | 16.54º | 0.97% | 0.74% | - |
| HSV(B) | 16.54º | 0.5% | 0.99% | - |
| XYZ | 57.02 | 47.88 | 25.97 | - |
| YUV | 184.52 | 94.98 | 176.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 161 | 126 | 0 | 0.36 | 0.50 | 0.01 | 16.54 | 0.97 | 0.74 |
| Hex | FD | A1 | 7E | 0 | 24 | 32 | 1 | 11 | 61 | 4A |
| Octal | 375 | 241 | 176 | 0 | 44 | 62 | 1 | 21 | 141 | 112 |
| Binary | 11111101 | 10100001 | 1111110 | 0 | 100100 | 110010 | 1 | 10001 | 1100001 | 1001010 |
Color Harmonies of #FDA17E
Complementary color
Monochromatic Colors of #FDA17E
Black with #FDA17E
Text Example
Text Example
White with #FDA17E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA17E; }
p { color: rgb(253,161,126); }
H1.HeaderClassName
{
color: #FDA17E;
}
.AnyTagClassName
{
color: #FDA17E;
}
</style>
background-color css
<style>
a { background-color: #FDA17E; }
a { background-color: rgb(253,161,126); }
div.DivClassName
{
background-color: #FDA17E;
}
.BgClassName
{
background-color: #FDA17E;
}
</style>
border-color css
<style>
span { border-color: #FDA17E; }
span { border-color: rgb(253,161,126); }
td.TdClassName
{
border-color: #FDA17E;
}
.TagClassName
{
border-color: #FDA17E;
}
</style>