Shades of Light Salmon #FEA885
Tints of Light Salmon #FEA885
RGB
CMYK
RGB Variations
Color information
#FEA885 (or 0xFEA885) is known color: Light Salmon. HEX triplet: FE, A8 and 85. RGB value is (254,168,133). Sum of RGB (Red+Green+Blue) = 254+168+133=555 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.77% from 555); Green value is 168 (66.02% from 255 or 30.27% from 555); Blue value is 133 (52.34% from 255 or 23.96% from 555); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA885 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA885 is #01577A. Grayscale: #BDBDBD. Windows color (decimal): -87931 or 8759550. OLE color: 8759550.
HSL color Cylindrical-coordinate representation of color #FEA885: hue angle of 17.36º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FEA885 is Cyan = 0, Magento = 0.34, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 168 | 133 | - |
| CMYK | 0 | 0.34 | 0.48 | 0.00 |
| HSL | 17.36º | 0.98% | 0.76% | - |
| HSV(B) | 17.36º | 0.48% | 1% | - |
| XYZ | 59.11 | 50.77 | 28.87 | - |
| YUV | 189.72 | 95.99 | 173.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 168 | 133 | 0 | 0.34 | 0.48 | 0.00 | 17.36 | 0.98 | 0.76 |
| Hex | FE | A8 | 85 | 0 | 22 | 30 | 0 | 11 | 62 | 4C |
| Octal | 376 | 250 | 205 | 0 | 42 | 60 | 0 | 21 | 142 | 114 |
| Binary | 11111110 | 10101000 | 10000101 | 0 | 100010 | 110000 | 0 | 10001 | 1100010 | 1001100 |
Color Harmonies of #FEA885
Complementary color
Monochromatic Colors of #FEA885
Black with #FEA885
Text Example
Text Example
White with #FEA885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA885; }
p { color: rgb(254,168,133); }
H1.HeaderClassName
{
color: #FEA885;
}
.AnyTagClassName
{
color: #FEA885;
}
</style>
background-color css
<style>
a { background-color: #FEA885; }
a { background-color: rgb(254,168,133); }
div.DivClassName
{
background-color: #FEA885;
}
.BgClassName
{
background-color: #FEA885;
}
</style>
border-color css
<style>
span { border-color: #FEA885; }
span { border-color: rgb(254,168,133); }
td.TdClassName
{
border-color: #FEA885;
}
.TagClassName
{
border-color: #FEA885;
}
</style>