Shades of Light Salmon #FEA882
Tints of Light Salmon #FEA882
RGB
CMYK
RGB Variations
Color information
#FEA882 (or 0xFEA882) is known color: Light Salmon. HEX triplet: FE, A8 and 82. RGB value is (254,168,130). Sum of RGB (Red+Green+Blue) = 254+168+130=552 (73% of max value = 765). Red value is 254 (99.61% from 255 or 46.01% from 552); Green value is 168 (66.02% from 255 or 30.43% from 552); Blue value is 130 (51.17% from 255 or 23.55% from 552); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA882 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA882 is #01577D. Grayscale: #BDBDBD. Windows color (decimal): -87934 or 8562942. OLE color: 8562942.
HSL color Cylindrical-coordinate representation of color #FEA882: hue angle of 18.39º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FEA882 is Cyan = 0, Magento = 0.34, Yellow = 0.49 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 168 | 130 | - |
| CMYK | 0 | 0.34 | 0.49 | 0.00 |
| HSL | 18.39º | 0.98% | 0.75% | - |
| HSV(B) | 18.39º | 0.49% | 1% | - |
| XYZ | 58.9 | 50.69 | 27.8 | - |
| YUV | 189.38 | 94.49 | 174.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 168 | 130 | 0 | 0.34 | 0.49 | 0.00 | 18.39 | 0.98 | 0.75 |
| Hex | FE | A8 | 82 | 0 | 22 | 31 | 0 | 12 | 62 | 4B |
| Octal | 376 | 250 | 202 | 0 | 42 | 61 | 0 | 22 | 142 | 113 |
| Binary | 11111110 | 10101000 | 10000010 | 0 | 100010 | 110001 | 0 | 10010 | 1100010 | 1001011 |
Color Harmonies of #FEA882
Complementary color
Monochromatic Colors of #FEA882
Black with #FEA882
Text Example
Text Example
White with #FEA882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA882; }
p { color: rgb(254,168,130); }
H1.HeaderClassName
{
color: #FEA882;
}
.AnyTagClassName
{
color: #FEA882;
}
</style>
background-color css
<style>
a { background-color: #FEA882; }
a { background-color: rgb(254,168,130); }
div.DivClassName
{
background-color: #FEA882;
}
.BgClassName
{
background-color: #FEA882;
}
</style>
border-color css
<style>
span { border-color: #FEA882; }
span { border-color: rgb(254,168,130); }
td.TdClassName
{
border-color: #FEA882;
}
.TagClassName
{
border-color: #FEA882;
}
</style>