Shades of Light Salmon #FEA886
Tints of Light Salmon #FEA886
RGB
CMYK
RGB Variations
Color information
#FEA886 (or 0xFEA886) is known color: Light Salmon. HEX triplet: FE, A8 and 86. RGB value is (254,168,134). Sum of RGB (Red+Green+Blue) = 254+168+134=556 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.68% from 556); Green value is 168 (66.02% from 255 or 30.22% from 556); Blue value is 134 (52.73% from 255 or 24.10% from 556); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA886 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA886 is #015779. Grayscale: #BEBEBE. Windows color (decimal): -87930 or 8825086. OLE color: 8825086.
HSL color Cylindrical-coordinate representation of color #FEA886: hue angle of 17º 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 #FEA886 is Cyan = 0, Magento = 0.34, Yellow = 0.47 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 168 | 134 | - |
| CMYK | 0 | 0.34 | 0.47 | 0.00 |
| HSL | 17º | 0.98% | 0.76% | - |
| HSV(B) | 17º | 0.47% | 1% | - |
| XYZ | 59.18 | 50.8 | 29.24 | - |
| YUV | 189.84 | 96.49 | 173.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 168 | 134 | 0 | 0.34 | 0.47 | 0.00 | 17 | 0.98 | 0.76 |
| Hex | FE | A8 | 86 | 0 | 22 | 2F | 0 | 11 | 62 | 4C |
| Octal | 376 | 250 | 206 | 0 | 42 | 57 | 0 | 21 | 142 | 114 |
| Binary | 11111110 | 10101000 | 10000110 | 0 | 100010 | 101111 | 0 | 10001 | 1100010 | 1001100 |
Color Harmonies of #FEA886
Complementary color
Monochromatic Colors of #FEA886
Black with #FEA886
Text Example
Text Example
White with #FEA886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA886; }
p { color: rgb(254,168,134); }
H1.HeaderClassName
{
color: #FEA886;
}
.AnyTagClassName
{
color: #FEA886;
}
</style>
background-color css
<style>
a { background-color: #FEA886; }
a { background-color: rgb(254,168,134); }
div.DivClassName
{
background-color: #FEA886;
}
.BgClassName
{
background-color: #FEA886;
}
</style>
border-color css
<style>
span { border-color: #FEA886; }
span { border-color: rgb(254,168,134); }
td.TdClassName
{
border-color: #FEA886;
}
.TagClassName
{
border-color: #FEA886;
}
</style>