Shades of Light Salmon #FDA87E
Tints of Light Salmon #FDA87E
RGB
CMYK
RGB Variations
Color information
#FDA87E (or 0xFDA87E) is known color: Light Salmon. HEX triplet: FD, A8 and 7E. RGB value is (253,168,126). Sum of RGB (Red+Green+Blue) = 253+168+126=547 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.25% from 547); Green value is 168 (66.02% from 255 or 30.71% from 547); Blue value is 126 (49.61% from 255 or 23.03% from 547); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA87E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA87E is #025781. Grayscale: #BCBCBC. Windows color (decimal): -153474 or 8300797. OLE color: 8300797.
HSL color Cylindrical-coordinate representation of color #FDA87E: hue angle of 19.84º 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 #FDA87E is Cyan = 0, Magento = 0.34, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 168 | 126 | - |
| CMYK | 0 | 0.34 | 0.50 | 0.01 |
| HSL | 19.84º | 0.97% | 0.74% | - |
| HSV(B) | 19.84º | 0.5% | 0.99% | - |
| XYZ | 58.28 | 50.39 | 26.39 | - |
| YUV | 188.63 | 92.66 | 173.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 168 | 126 | 0 | 0.34 | 0.50 | 0.01 | 19.84 | 0.97 | 0.74 |
| Hex | FD | A8 | 7E | 0 | 22 | 32 | 1 | 14 | 61 | 4A |
| Octal | 375 | 250 | 176 | 0 | 42 | 62 | 1 | 24 | 141 | 112 |
| Binary | 11111101 | 10101000 | 1111110 | 0 | 100010 | 110010 | 1 | 10100 | 1100001 | 1001010 |
Color Harmonies of #FDA87E
Complementary color
Monochromatic Colors of #FDA87E
Black with #FDA87E
Text Example
Text Example
White with #FDA87E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA87E; }
p { color: rgb(253,168,126); }
H1.HeaderClassName
{
color: #FDA87E;
}
.AnyTagClassName
{
color: #FDA87E;
}
</style>
background-color css
<style>
a { background-color: #FDA87E; }
a { background-color: rgb(253,168,126); }
div.DivClassName
{
background-color: #FDA87E;
}
.BgClassName
{
background-color: #FDA87E;
}
</style>
border-color css
<style>
span { border-color: #FDA87E; }
span { border-color: rgb(253,168,126); }
td.TdClassName
{
border-color: #FDA87E;
}
.TagClassName
{
border-color: #FDA87E;
}
</style>