Shades of Light Salmon #FEA681
Tints of Light Salmon #FEA681
RGB
CMYK
RGB Variations
Color information
#FEA681 (or 0xFEA681) is known color: Light Salmon. HEX triplet: FE, A6 and 81. RGB value is (254,166,129). Sum of RGB (Red+Green+Blue) = 254+166+129=549 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.27% from 549); Green value is 166 (65.23% from 255 or 30.24% from 549); Blue value is 129 (50.78% from 255 or 23.50% from 549); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA681 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA681 is #01597E. Grayscale: #BCBCBC. Windows color (decimal): -88447 or 8496894. OLE color: 8496894.
HSL color Cylindrical-coordinate representation of color #FEA681: hue angle of 17.76º 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 #FEA681 is Cyan = 0, Magento = 0.35, Yellow = 0.49 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 166 | 129 | - |
| CMYK | 0 | 0.35 | 0.49 | 0.00 |
| HSL | 17.76º | 0.98% | 0.75% | - |
| HSV(B) | 17.76º | 0.49% | 1% | - |
| XYZ | 58.47 | 49.93 | 27.32 | - |
| YUV | 188.09 | 94.65 | 175.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 166 | 129 | 0 | 0.35 | 0.49 | 0.00 | 17.76 | 0.98 | 0.75 |
| Hex | FE | A6 | 81 | 0 | 23 | 31 | 0 | 12 | 62 | 4B |
| Octal | 376 | 246 | 201 | 0 | 43 | 61 | 0 | 22 | 142 | 113 |
| Binary | 11111110 | 10100110 | 10000001 | 0 | 100011 | 110001 | 0 | 10010 | 1100010 | 1001011 |
Color Harmonies of #FEA681
Complementary color
Monochromatic Colors of #FEA681
Black with #FEA681
Text Example
Text Example
White with #FEA681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA681; }
p { color: rgb(254,166,129); }
H1.HeaderClassName
{
color: #FEA681;
}
.AnyTagClassName
{
color: #FEA681;
}
</style>
background-color css
<style>
a { background-color: #FEA681; }
a { background-color: rgb(254,166,129); }
div.DivClassName
{
background-color: #FEA681;
}
.BgClassName
{
background-color: #FEA681;
}
</style>
border-color css
<style>
span { border-color: #FEA681; }
span { border-color: rgb(254,166,129); }
td.TdClassName
{
border-color: #FEA681;
}
.TagClassName
{
border-color: #FEA681;
}
</style>