Shades of Light Salmon #FEAC84
Tints of Light Salmon #FEAC84
RGB
CMYK
RGB Variations
Color information
#FEAC84 (or 0xFEAC84) is known color: Light Salmon. HEX triplet: FE, AC and 84. RGB value is (254,172,132). Sum of RGB (Red+Green+Blue) = 254+172+132=558 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.52% from 558); Green value is 172 (67.58% from 255 or 30.82% from 558); Blue value is 132 (51.95% from 255 or 23.66% from 558); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAC84 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEAC84 is #01537B. Grayscale: #C0C0C0. Windows color (decimal): -86908 or 8695038. OLE color: 8695038.
HSL color Cylindrical-coordinate representation of color #FEAC84: hue angle of 19.67º 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 #FEAC84 is Cyan = 0, Magento = 0.32, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 172 | 132 | - |
| CMYK | 0 | 0.32 | 0.48 | 0.00 |
| HSL | 19.67º | 0.98% | 0.76% | - |
| HSV(B) | 19.67º | 0.48% | 1% | - |
| XYZ | 59.79 | 52.24 | 28.76 | - |
| YUV | 191.96 | 94.17 | 172.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 172 | 132 | 0 | 0.32 | 0.48 | 0.00 | 19.67 | 0.98 | 0.76 |
| Hex | FE | AC | 84 | 0 | 20 | 30 | 0 | 14 | 62 | 4C |
| Octal | 376 | 254 | 204 | 0 | 40 | 60 | 0 | 24 | 142 | 114 |
| Binary | 11111110 | 10101100 | 10000100 | 0 | 100000 | 110000 | 0 | 10100 | 1100010 | 1001100 |
Color Harmonies of #FEAC84
Complementary color
Monochromatic Colors of #FEAC84
Black with #FEAC84
Text Example
Text Example
White with #FEAC84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAC84; }
p { color: rgb(254,172,132); }
H1.HeaderClassName
{
color: #FEAC84;
}
.AnyTagClassName
{
color: #FEAC84;
}
</style>
background-color css
<style>
a { background-color: #FEAC84; }
a { background-color: rgb(254,172,132); }
div.DivClassName
{
background-color: #FEAC84;
}
.BgClassName
{
background-color: #FEAC84;
}
</style>
border-color css
<style>
span { border-color: #FEAC84; }
span { border-color: rgb(254,172,132); }
td.TdClassName
{
border-color: #FEAC84;
}
.TagClassName
{
border-color: #FEAC84;
}
</style>