Shades of Light Salmon #FFAE89
Tints of Light Salmon #FFAE89
RGB
CMYK
RGB Variations
Color information
#FFAE89 (or 0xFFAE89) is known color: Light Salmon. HEX triplet: FF, AE and 89. RGB value is (255,174,137). Sum of RGB (Red+Green+Blue) = 255+174+137=566 (74% of max value = 765). Red value is 255 (100% from 255 or 45.05% from 566); Green value is 174 (68.36% from 255 or 30.74% from 566); Blue value is 137 (53.91% from 255 or 24.20% from 566); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAE89 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAE89 is #005176. Grayscale: #C2C2C2. Windows color (decimal): -20855 or 9023231. OLE color: 9023231.
HSL color Cylindrical-coordinate representation of color #FFAE89: hue angle of 18.81º 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 #FFAE89 is Cyan = 0, Magento = 0.32, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 174 | 137 | - |
| CMYK | 0 | 0.32 | 0.46 | 0 |
| HSL | 18.81º | 1% | 0.77% | - |
| HSV(B) | 18.81º | 0.46% | 1% | - |
| XYZ | 60.89 | 53.34 | 30.75 | - |
| YUV | 194 | 95.84 | 171.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 174 | 137 | 0 | 0.32 | 0.46 | 0 | 18.81 | 1 | 0.77 |
| Hex | FF | AE | 89 | 0 | 20 | 2E | 0 | 13 | 64 | 4D |
| Octal | 377 | 256 | 211 | 0 | 40 | 56 | 0 | 23 | 144 | 115 |
| Binary | 11111111 | 10101110 | 10001001 | 0 | 100000 | 101110 | 0 | 10011 | 1100100 | 1001101 |
Color Harmonies of #FFAE89
Complementary color
Monochromatic Colors of #FFAE89
Black with #FFAE89
Text Example
Text Example
White with #FFAE89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAE89; }
p { color: rgb(255,174,137); }
H1.HeaderClassName
{
color: #FFAE89;
}
.AnyTagClassName
{
color: #FFAE89;
}
</style>
background-color css
<style>
a { background-color: #FFAE89; }
a { background-color: rgb(255,174,137); }
div.DivClassName
{
background-color: #FFAE89;
}
.BgClassName
{
background-color: #FFAE89;
}
</style>
border-color css
<style>
span { border-color: #FFAE89; }
span { border-color: rgb(255,174,137); }
td.TdClassName
{
border-color: #FFAE89;
}
.TagClassName
{
border-color: #FFAE89;
}
</style>