Shades of Light Salmon #FFAC88
Tints of Light Salmon #FFAC88
RGB
CMYK
RGB Variations
Color information
#FFAC88 (or 0xFFAC88) is known color: Light Salmon. HEX triplet: FF, AC and 88. RGB value is (255,172,136). Sum of RGB (Red+Green+Blue) = 255+172+136=563 (74% of max value = 765). Red value is 255 (100% from 255 or 45.29% from 563); Green value is 172 (67.58% from 255 or 30.55% from 563); Blue value is 136 (53.52% from 255 or 24.16% from 563); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAC88 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAC88 is #005377. Grayscale: #C0C0C0. Windows color (decimal): -21368 or 8957183. OLE color: 8957183.
HSL color Cylindrical-coordinate representation of color #FFAC88: hue angle of 18.15º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FFAC88 is Cyan = 0, Magento = 0.33, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 172 | 136 | - |
| CMYK | 0 | 0.33 | 0.47 | 0 |
| HSL | 18.15º | 1% | 0.77% | - |
| HSV(B) | 18.15º | 0.47% | 1% | - |
| XYZ | 60.44 | 52.54 | 30.25 | - |
| YUV | 192.71 | 96 | 172.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 172 | 136 | 0 | 0.33 | 0.47 | 0 | 18.15 | 1 | 0.77 |
| Hex | FF | AC | 88 | 0 | 21 | 2F | 0 | 12 | 64 | 4D |
| Octal | 377 | 254 | 210 | 0 | 41 | 57 | 0 | 22 | 144 | 115 |
| Binary | 11111111 | 10101100 | 10001000 | 0 | 100001 | 101111 | 0 | 10010 | 1100100 | 1001101 |
Color Harmonies of #FFAC88
Complementary color
Monochromatic Colors of #FFAC88
Black with #FFAC88
Text Example
Text Example
White with #FFAC88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAC88; }
p { color: rgb(255,172,136); }
H1.HeaderClassName
{
color: #FFAC88;
}
.AnyTagClassName
{
color: #FFAC88;
}
</style>
background-color css
<style>
a { background-color: #FFAC88; }
a { background-color: rgb(255,172,136); }
div.DivClassName
{
background-color: #FFAC88;
}
.BgClassName
{
background-color: #FFAC88;
}
</style>
border-color css
<style>
span { border-color: #FFAC88; }
span { border-color: rgb(255,172,136); }
td.TdClassName
{
border-color: #FFAC88;
}
.TagClassName
{
border-color: #FFAC88;
}
</style>