Shades of Light Salmon #FFAA88
Tints of Light Salmon #FFAA88
RGB
CMYK
RGB Variations
Color information
#FFAA88 (or 0xFFAA88) is known color: Light Salmon. HEX triplet: FF, AA and 88. RGB value is (255,170,136). Sum of RGB (Red+Green+Blue) = 255+170+136=561 (74% of max value = 765). Red value is 255 (100% from 255 or 45.45% from 561); Green value is 170 (66.80% from 255 or 30.30% from 561); Blue value is 136 (53.52% from 255 or 24.24% from 561); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAA88 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAA88 is #005577. Grayscale: #BFBFBF. Windows color (decimal): -21880 or 8956671. OLE color: 8956671.
HSL color Cylindrical-coordinate representation of color #FFAA88: hue angle of 17.14º 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 #FFAA88 is Cyan = 0, Magento = 0.33, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 170 | 136 | - |
| CMYK | 0 | 0.33 | 0.47 | 0 |
| HSL | 17.14º | 1% | 0.77% | - |
| HSV(B) | 17.14º | 0.47% | 1% | - |
| XYZ | 60.06 | 51.79 | 30.12 | - |
| YUV | 191.54 | 96.66 | 173.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 170 | 136 | 0 | 0.33 | 0.47 | 0 | 17.14 | 1 | 0.77 |
| Hex | FF | AA | 88 | 0 | 21 | 2F | 0 | 11 | 64 | 4D |
| Octal | 377 | 252 | 210 | 0 | 41 | 57 | 0 | 21 | 144 | 115 |
| Binary | 11111111 | 10101010 | 10001000 | 0 | 100001 | 101111 | 0 | 10001 | 1100100 | 1001101 |
Color Harmonies of #FFAA88
Complementary color
Monochromatic Colors of #FFAA88
Black with #FFAA88
Text Example
Text Example
White with #FFAA88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAA88; }
p { color: rgb(255,170,136); }
H1.HeaderClassName
{
color: #FFAA88;
}
.AnyTagClassName
{
color: #FFAA88;
}
</style>
background-color css
<style>
a { background-color: #FFAA88; }
a { background-color: rgb(255,170,136); }
div.DivClassName
{
background-color: #FFAA88;
}
.BgClassName
{
background-color: #FFAA88;
}
</style>
border-color css
<style>
span { border-color: #FFAA88; }
span { border-color: rgb(255,170,136); }
td.TdClassName
{
border-color: #FFAA88;
}
.TagClassName
{
border-color: #FFAA88;
}
</style>