Shades of Light Salmon #FFA889
Tints of Light Salmon #FFA889
RGB
CMYK
RGB Variations
Color information
#FFA889 (or 0xFFA889) is known color: Light Salmon. HEX triplet: FF, A8 and 89. RGB value is (255,168,137). Sum of RGB (Red+Green+Blue) = 255+168+137=560 (74% of max value = 765). Red value is 255 (100% from 255 or 45.54% from 560); Green value is 168 (66.02% from 255 or 30% from 560); Blue value is 137 (53.91% from 255 or 24.46% from 560); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA889 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA889 is #005776. Grayscale: #BEBEBE. Windows color (decimal): -22391 or 9021695. OLE color: 9021695.
HSL color Cylindrical-coordinate representation of color #FFA889: hue angle of 15.76º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FFA889 is Cyan = 0, Magento = 0.34, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 168 | 137 | - |
| CMYK | 0 | 0.34 | 0.46 | 0 |
| HSL | 15.76º | 1% | 0.77% | - |
| HSV(B) | 15.76º | 0.46% | 1% | - |
| XYZ | 59.76 | 51.07 | 30.38 | - |
| YUV | 190.48 | 97.82 | 174.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 168 | 137 | 0 | 0.34 | 0.46 | 0 | 15.76 | 1 | 0.77 |
| Hex | FF | A8 | 89 | 0 | 22 | 2E | 0 | 10 | 64 | 4D |
| Octal | 377 | 250 | 211 | 0 | 42 | 56 | 0 | 20 | 144 | 115 |
| Binary | 11111111 | 10101000 | 10001001 | 0 | 100010 | 101110 | 0 | 10000 | 1100100 | 1001101 |
Color Harmonies of #FFA889
Complementary color
Monochromatic Colors of #FFA889
Black with #FFA889
Text Example
Text Example
White with #FFA889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA889; }
p { color: rgb(255,168,137); }
H1.HeaderClassName
{
color: #FFA889;
}
.AnyTagClassName
{
color: #FFA889;
}
</style>
background-color css
<style>
a { background-color: #FFA889; }
a { background-color: rgb(255,168,137); }
div.DivClassName
{
background-color: #FFA889;
}
.BgClassName
{
background-color: #FFA889;
}
</style>
border-color css
<style>
span { border-color: #FFA889; }
span { border-color: rgb(255,168,137); }
td.TdClassName
{
border-color: #FFA889;
}
.TagClassName
{
border-color: #FFA889;
}
</style>