Shades of Light Salmon #FFA880
Tints of Light Salmon #FFA880
RGB
CMYK
RGB Variations
Color information
#FFA880 (or 0xFFA880) is known color: Light Salmon. HEX triplet: FF, A8 and 80. RGB value is (255,168,128). Sum of RGB (Red+Green+Blue) = 255+168+128=551 (72% of max value = 765). Red value is 255 (100% from 255 or 46.28% from 551); Green value is 168 (66.02% from 255 or 30.49% from 551); Blue value is 128 (50.39% from 255 or 23.23% from 551); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA880 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA880 is #00577F. Grayscale: #BDBDBD. Windows color (decimal): -22400 or 8431871. OLE color: 8431871.
HSL color Cylindrical-coordinate representation of color #FFA880: hue angle of 18.9º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FFA880 is Cyan = 0, Magento = 0.34, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 168 | 128 | - |
| CMYK | 0 | 0.34 | 0.50 | 0 |
| HSL | 18.9º | 1% | 0.75% | - |
| HSV(B) | 18.9º | 0.5% | 1% | - |
| XYZ | 59.14 | 50.82 | 27.12 | - |
| YUV | 189.45 | 93.32 | 174.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 168 | 128 | 0 | 0.34 | 0.50 | 0 | 18.9 | 1 | 0.75 |
| Hex | FF | A8 | 80 | 0 | 22 | 32 | 0 | 13 | 64 | 4B |
| Octal | 377 | 250 | 200 | 0 | 42 | 62 | 0 | 23 | 144 | 113 |
| Binary | 11111111 | 10101000 | 10000000 | 0 | 100010 | 110010 | 0 | 10011 | 1100100 | 1001011 |
Color Harmonies of #FFA880
Complementary color
Monochromatic Colors of #FFA880
Black with #FFA880
Text Example
Text Example
White with #FFA880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA880; }
p { color: rgb(255,168,128); }
H1.HeaderClassName
{
color: #FFA880;
}
.AnyTagClassName
{
color: #FFA880;
}
</style>
background-color css
<style>
a { background-color: #FFA880; }
a { background-color: rgb(255,168,128); }
div.DivClassName
{
background-color: #FFA880;
}
.BgClassName
{
background-color: #FFA880;
}
</style>
border-color css
<style>
span { border-color: #FFA880; }
span { border-color: rgb(255,168,128); }
td.TdClassName
{
border-color: #FFA880;
}
.TagClassName
{
border-color: #FFA880;
}
</style>