Shades of Light Salmon #FFAC87
Tints of Light Salmon #FFAC87
RGB
CMYK
RGB Variations
Color information
#FFAC87 (or 0xFFAC87) is known color: Light Salmon. HEX triplet: FF, AC and 87. RGB value is (255,172,135). Sum of RGB (Red+Green+Blue) = 255+172+135=562 (74% of max value = 765). Red value is 255 (100% from 255 or 45.37% from 562); Green value is 172 (67.58% from 255 or 30.60% from 562); Blue value is 135 (53.12% from 255 or 24.02% from 562); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAC87 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAC87 is #005378. Grayscale: #C0C0C0. Windows color (decimal): -21369 or 8891647. OLE color: 8891647.
HSL color Cylindrical-coordinate representation of color #FFAC87: hue angle of 18.5º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FFAC87 is Cyan = 0, Magento = 0.33, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 172 | 135 | - |
| CMYK | 0 | 0.33 | 0.47 | 0 |
| HSL | 18.5º | 1% | 0.76% | - |
| HSV(B) | 18.5º | 0.47% | 1% | - |
| XYZ | 60.37 | 52.51 | 29.88 | - |
| YUV | 192.6 | 95.5 | 172.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 172 | 135 | 0 | 0.33 | 0.47 | 0 | 18.5 | 1 | 0.76 |
| Hex | FF | AC | 87 | 0 | 21 | 2F | 0 | 12 | 64 | 4C |
| Octal | 377 | 254 | 207 | 0 | 41 | 57 | 0 | 22 | 144 | 114 |
| Binary | 11111111 | 10101100 | 10000111 | 0 | 100001 | 101111 | 0 | 10010 | 1100100 | 1001100 |
Color Harmonies of #FFAC87
Complementary color
Monochromatic Colors of #FFAC87
Black with #FFAC87
Text Example
Text Example
White with #FFAC87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAC87; }
p { color: rgb(255,172,135); }
H1.HeaderClassName
{
color: #FFAC87;
}
.AnyTagClassName
{
color: #FFAC87;
}
</style>
background-color css
<style>
a { background-color: #FFAC87; }
a { background-color: rgb(255,172,135); }
div.DivClassName
{
background-color: #FFAC87;
}
.BgClassName
{
background-color: #FFAC87;
}
</style>
border-color css
<style>
span { border-color: #FFAC87; }
span { border-color: rgb(255,172,135); }
td.TdClassName
{
border-color: #FFAC87;
}
.TagClassName
{
border-color: #FFAC87;
}
</style>