Shades of Light Salmon #FFAB88
Tints of Light Salmon #FFAB88
RGB
CMYK
RGB Variations
Color information
#FFAB88 (or 0xFFAB88) is known color: Light Salmon. HEX triplet: FF, AB and 88. RGB value is (255,171,136). Sum of RGB (Red+Green+Blue) = 255+171+136=562 (74% of max value = 765). Red value is 255 (100% from 255 or 45.37% from 562); Green value is 171 (67.19% from 255 or 30.43% from 562); Blue value is 136 (53.52% from 255 or 24.20% from 562); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAB88 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAB88 is #005477. Grayscale: #C0C0C0. Windows color (decimal): -21624 or 8956927. OLE color: 8956927.
HSL color Cylindrical-coordinate representation of color #FFAB88: hue angle of 17.65º 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 #FFAB88 is Cyan = 0, Magento = 0.33, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 171 | 136 | - |
| CMYK | 0 | 0.33 | 0.47 | 0 |
| HSL | 17.65º | 1% | 0.77% | - |
| HSV(B) | 17.65º | 0.47% | 1% | - |
| XYZ | 60.25 | 52.16 | 30.19 | - |
| YUV | 192.13 | 96.33 | 172.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 171 | 136 | 0 | 0.33 | 0.47 | 0 | 17.65 | 1 | 0.77 |
| Hex | FF | AB | 88 | 0 | 21 | 2F | 0 | 12 | 64 | 4D |
| Octal | 377 | 253 | 210 | 0 | 41 | 57 | 0 | 22 | 144 | 115 |
| Binary | 11111111 | 10101011 | 10001000 | 0 | 100001 | 101111 | 0 | 10010 | 1100100 | 1001101 |
Color Harmonies of #FFAB88
Complementary color
Monochromatic Colors of #FFAB88
Black with #FFAB88
Text Example
Text Example
White with #FFAB88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAB88; }
p { color: rgb(255,171,136); }
H1.HeaderClassName
{
color: #FFAB88;
}
.AnyTagClassName
{
color: #FFAB88;
}
</style>
background-color css
<style>
a { background-color: #FFAB88; }
a { background-color: rgb(255,171,136); }
div.DivClassName
{
background-color: #FFAB88;
}
.BgClassName
{
background-color: #FFAB88;
}
</style>
border-color css
<style>
span { border-color: #FFAB88; }
span { border-color: rgb(255,171,136); }
td.TdClassName
{
border-color: #FFAB88;
}
.TagClassName
{
border-color: #FFAB88;
}
</style>