Shades of Light Salmon #FFAE88
Tints of Light Salmon #FFAE88
RGB
CMYK
RGB Variations
Color information
#FFAE88 (or 0xFFAE88) is known color: Light Salmon. HEX triplet: FF, AE and 88. RGB value is (255,174,136). Sum of RGB (Red+Green+Blue) = 255+174+136=565 (74% of max value = 765). Red value is 255 (100% from 255 or 45.13% from 565); Green value is 174 (68.36% from 255 or 30.80% from 565); Blue value is 136 (53.52% from 255 or 24.07% from 565); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAE88 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAE88 is #005177. Grayscale: #C2C2C2. Windows color (decimal): -20856 or 8957695. OLE color: 8957695.
HSL color Cylindrical-coordinate representation of color #FFAE88: hue angle of 19.16º 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 #FFAE88 is Cyan = 0, Magento = 0.32, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 174 | 136 | - |
| CMYK | 0 | 0.32 | 0.47 | 0 |
| HSL | 19.16º | 1% | 0.77% | - |
| HSV(B) | 19.16º | 0.47% | 1% | - |
| XYZ | 60.82 | 53.31 | 30.38 | - |
| YUV | 193.89 | 95.34 | 171.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 174 | 136 | 0 | 0.32 | 0.47 | 0 | 19.16 | 1 | 0.77 |
| Hex | FF | AE | 88 | 0 | 20 | 2F | 0 | 13 | 64 | 4D |
| Octal | 377 | 256 | 210 | 0 | 40 | 57 | 0 | 23 | 144 | 115 |
| Binary | 11111111 | 10101110 | 10001000 | 0 | 100000 | 101111 | 0 | 10011 | 1100100 | 1001101 |
Color Harmonies of #FFAE88
Complementary color
Monochromatic Colors of #FFAE88
Black with #FFAE88
Text Example
Text Example
White with #FFAE88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAE88; }
p { color: rgb(255,174,136); }
H1.HeaderClassName
{
color: #FFAE88;
}
.AnyTagClassName
{
color: #FFAE88;
}
</style>
background-color css
<style>
a { background-color: #FFAE88; }
a { background-color: rgb(255,174,136); }
div.DivClassName
{
background-color: #FFAE88;
}
.BgClassName
{
background-color: #FFAE88;
}
</style>
border-color css
<style>
span { border-color: #FFAE88; }
span { border-color: rgb(255,174,136); }
td.TdClassName
{
border-color: #FFAE88;
}
.TagClassName
{
border-color: #FFAE88;
}
</style>