Shades of Light Salmon #FFAC89
Tints of Light Salmon #FFAC89
RGB
CMYK
RGB Variations
Color information
#FFAC89 (or 0xFFAC89) is known color: Light Salmon. HEX triplet: FF, AC and 89. RGB value is (255,172,137). Sum of RGB (Red+Green+Blue) = 255+172+137=564 (74% of max value = 765). Red value is 255 (100% from 255 or 45.21% from 564); Green value is 172 (67.58% from 255 or 30.50% from 564); Blue value is 137 (53.91% from 255 or 24.29% from 564); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAC89 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAC89 is #005376. Grayscale: #C1C1C1. Windows color (decimal): -21367 or 9022719. OLE color: 9022719.
HSL color Cylindrical-coordinate representation of color #FFAC89: hue angle of 17.8º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FFAC89 is Cyan = 0, Magento = 0.33, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 172 | 137 | - |
| CMYK | 0 | 0.33 | 0.46 | 0 |
| HSL | 17.8º | 1% | 0.77% | - |
| HSV(B) | 17.8º | 0.46% | 1% | - |
| XYZ | 60.51 | 52.57 | 30.63 | - |
| YUV | 192.83 | 96.5 | 172.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 172 | 137 | 0 | 0.33 | 0.46 | 0 | 17.8 | 1 | 0.77 |
| Hex | FF | AC | 89 | 0 | 21 | 2E | 0 | 12 | 64 | 4D |
| Octal | 377 | 254 | 211 | 0 | 41 | 56 | 0 | 22 | 144 | 115 |
| Binary | 11111111 | 10101100 | 10001001 | 0 | 100001 | 101110 | 0 | 10010 | 1100100 | 1001101 |
Color Harmonies of #FFAC89
Complementary color
Monochromatic Colors of #FFAC89
Black with #FFAC89
Text Example
Text Example
White with #FFAC89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAC89; }
p { color: rgb(255,172,137); }
H1.HeaderClassName
{
color: #FFAC89;
}
.AnyTagClassName
{
color: #FFAC89;
}
</style>
background-color css
<style>
a { background-color: #FFAC89; }
a { background-color: rgb(255,172,137); }
div.DivClassName
{
background-color: #FFAC89;
}
.BgClassName
{
background-color: #FFAC89;
}
</style>
border-color css
<style>
span { border-color: #FFAC89; }
span { border-color: rgb(255,172,137); }
td.TdClassName
{
border-color: #FFAC89;
}
.TagClassName
{
border-color: #FFAC89;
}
</style>