Shades of Light Salmon #FFA888
Tints of Light Salmon #FFA888
RGB
CMYK
RGB Variations
Color information
#FFA888 (or 0xFFA888) is known color: Light Salmon. HEX triplet: FF, A8 and 88. RGB value is (255,168,136). Sum of RGB (Red+Green+Blue) = 255+168+136=559 (74% of max value = 765). Red value is 255 (100% from 255 or 45.62% from 559); Green value is 168 (66.02% from 255 or 30.05% from 559); Blue value is 136 (53.52% from 255 or 24.33% from 559); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA888 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA888 is #005777. Grayscale: #BEBEBE. Windows color (decimal): -22392 or 8956159. OLE color: 8956159.
HSL color Cylindrical-coordinate representation of color #FFA888: hue angle of 16.13º 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 #FFA888 is Cyan = 0, Magento = 0.34, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 168 | 136 | - |
| CMYK | 0 | 0.34 | 0.47 | 0 |
| HSL | 16.13º | 1% | 0.77% | - |
| HSV(B) | 16.13º | 0.47% | 1% | - |
| XYZ | 59.69 | 51.04 | 30 | - |
| YUV | 190.37 | 97.32 | 174.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 168 | 136 | 0 | 0.34 | 0.47 | 0 | 16.13 | 1 | 0.77 |
| Hex | FF | A8 | 88 | 0 | 22 | 2F | 0 | 10 | 64 | 4D |
| Octal | 377 | 250 | 210 | 0 | 42 | 57 | 0 | 20 | 144 | 115 |
| Binary | 11111111 | 10101000 | 10001000 | 0 | 100010 | 101111 | 0 | 10000 | 1100100 | 1001101 |
Color Harmonies of #FFA888
Complementary color
Monochromatic Colors of #FFA888
Black with #FFA888
Text Example
Text Example
White with #FFA888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA888; }
p { color: rgb(255,168,136); }
H1.HeaderClassName
{
color: #FFA888;
}
.AnyTagClassName
{
color: #FFA888;
}
</style>
background-color css
<style>
a { background-color: #FFA888; }
a { background-color: rgb(255,168,136); }
div.DivClassName
{
background-color: #FFA888;
}
.BgClassName
{
background-color: #FFA888;
}
</style>
border-color css
<style>
span { border-color: #FFA888; }
span { border-color: rgb(255,168,136); }
td.TdClassName
{
border-color: #FFA888;
}
.TagClassName
{
border-color: #FFA888;
}
</style>