Shades of Light Salmon #FEAA7D
Tints of Light Salmon #FEAA7D
RGB
CMYK
RGB Variations
Color information
#FEAA7D (or 0xFEAA7D) is known color: Light Salmon. HEX triplet: FE, AA and 7D. RGB value is (254,170,125). Sum of RGB (Red+Green+Blue) = 254+170+125=549 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.27% from 549); Green value is 170 (66.80% from 255 or 30.97% from 549); Blue value is 125 (49.22% from 255 or 22.77% from 549); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAA7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEAA7D is #015582. Grayscale: #BEBEBE. Windows color (decimal): -87427 or 8235774. OLE color: 8235774.
HSL color Cylindrical-coordinate representation of color #FEAA7D: hue angle of 20.93º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FEAA7D is Cyan = 0, Magento = 0.33, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 170 | 125 | - |
| CMYK | 0 | 0.33 | 0.51 | 0.00 |
| HSL | 20.93º | 0.98% | 0.74% | - |
| HSV(B) | 20.93º | 0.51% | 1% | - |
| XYZ | 58.95 | 51.3 | 26.2 | - |
| YUV | 189.99 | 91.33 | 173.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 170 | 125 | 0 | 0.33 | 0.51 | 0.00 | 20.93 | 0.98 | 0.74 |
| Hex | FE | AA | 7D | 0 | 21 | 33 | 0 | 15 | 62 | 4A |
| Octal | 376 | 252 | 175 | 0 | 41 | 63 | 0 | 25 | 142 | 112 |
| Binary | 11111110 | 10101010 | 1111101 | 0 | 100001 | 110011 | 0 | 10101 | 1100010 | 1001010 |
Color Harmonies of #FEAA7D
Complementary color
Monochromatic Colors of #FEAA7D
Black with #FEAA7D
Text Example
Text Example
White with #FEAA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAA7D; }
p { color: rgb(254,170,125); }
H1.HeaderClassName
{
color: #FEAA7D;
}
.AnyTagClassName
{
color: #FEAA7D;
}
</style>
background-color css
<style>
a { background-color: #FEAA7D; }
a { background-color: rgb(254,170,125); }
div.DivClassName
{
background-color: #FEAA7D;
}
.BgClassName
{
background-color: #FEAA7D;
}
</style>
border-color css
<style>
span { border-color: #FEAA7D; }
span { border-color: rgb(254,170,125); }
td.TdClassName
{
border-color: #FEAA7D;
}
.TagClassName
{
border-color: #FEAA7D;
}
</style>