Shades of Light Salmon #FEA686
Tints of Light Salmon #FEA686
RGB
CMYK
RGB Variations
Color information
#FEA686 (or 0xFEA686) is known color: Light Salmon. HEX triplet: FE, A6 and 86. RGB value is (254,166,134). Sum of RGB (Red+Green+Blue) = 254+166+134=554 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.85% from 554); Green value is 166 (65.23% from 255 or 29.96% from 554); Blue value is 134 (52.73% from 255 or 24.19% from 554); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA686 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA686 is #015979. Grayscale: #BCBCBC. Windows color (decimal): -88442 or 8824574. OLE color: 8824574.
HSL color Cylindrical-coordinate representation of color #FEA686: hue angle of 16º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FEA686 is Cyan = 0, Magento = 0.35, Yellow = 0.47 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 166 | 134 | - |
| CMYK | 0 | 0.35 | 0.47 | 0.00 |
| HSL | 16º | 0.98% | 0.76% | - |
| HSV(B) | 16º | 0.47% | 1% | - |
| XYZ | 58.81 | 50.06 | 29.12 | - |
| YUV | 188.66 | 97.15 | 174.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 166 | 134 | 0 | 0.35 | 0.47 | 0.00 | 16 | 0.98 | 0.76 |
| Hex | FE | A6 | 86 | 0 | 23 | 2F | 0 | 10 | 62 | 4C |
| Octal | 376 | 246 | 206 | 0 | 43 | 57 | 0 | 20 | 142 | 114 |
| Binary | 11111110 | 10100110 | 10000110 | 0 | 100011 | 101111 | 0 | 10000 | 1100010 | 1001100 |
Color Harmonies of #FEA686
Complementary color
Monochromatic Colors of #FEA686
Black with #FEA686
Text Example
Text Example
White with #FEA686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA686; }
p { color: rgb(254,166,134); }
H1.HeaderClassName
{
color: #FEA686;
}
.AnyTagClassName
{
color: #FEA686;
}
</style>
background-color css
<style>
a { background-color: #FEA686; }
a { background-color: rgb(254,166,134); }
div.DivClassName
{
background-color: #FEA686;
}
.BgClassName
{
background-color: #FEA686;
}
</style>
border-color css
<style>
span { border-color: #FEA686; }
span { border-color: rgb(254,166,134); }
td.TdClassName
{
border-color: #FEA686;
}
.TagClassName
{
border-color: #FEA686;
}
</style>