Shades of Light Salmon #FFA788
Tints of Light Salmon #FFA788
RGB
CMYK
RGB Variations
Color information
#FFA788 (or 0xFFA788) is known color: Light Salmon. HEX triplet: FF, A7 and 88. RGB value is (255,167,136). Sum of RGB (Red+Green+Blue) = 255+167+136=558 (73% of max value = 765). Red value is 255 (100% from 255 or 45.70% from 558); Green value is 167 (65.62% from 255 or 29.93% from 558); Blue value is 136 (53.52% from 255 or 24.37% from 558); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA788 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA788 is #005877. Grayscale: #BDBDBD. Windows color (decimal): -22648 or 8955903. OLE color: 8955903.
HSL color Cylindrical-coordinate representation of color #FFA788: hue angle of 15.63º 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 #FFA788 is Cyan = 0, Magento = 0.35, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 167 | 136 | - |
| CMYK | 0 | 0.35 | 0.47 | 0 |
| HSL | 15.63º | 1% | 0.77% | - |
| HSV(B) | 15.63º | 0.47% | 1% | - |
| XYZ | 59.5 | 50.68 | 29.94 | - |
| YUV | 189.78 | 97.65 | 174.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 167 | 136 | 0 | 0.35 | 0.47 | 0 | 15.63 | 1 | 0.77 |
| Hex | FF | A7 | 88 | 0 | 23 | 2F | 0 | 10 | 64 | 4D |
| Octal | 377 | 247 | 210 | 0 | 43 | 57 | 0 | 20 | 144 | 115 |
| Binary | 11111111 | 10100111 | 10001000 | 0 | 100011 | 101111 | 0 | 10000 | 1100100 | 1001101 |
Color Harmonies of #FFA788
Complementary color
Monochromatic Colors of #FFA788
Black with #FFA788
Text Example
Text Example
White with #FFA788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA788; }
p { color: rgb(255,167,136); }
H1.HeaderClassName
{
color: #FFA788;
}
.AnyTagClassName
{
color: #FFA788;
}
</style>
background-color css
<style>
a { background-color: #FFA788; }
a { background-color: rgb(255,167,136); }
div.DivClassName
{
background-color: #FFA788;
}
.BgClassName
{
background-color: #FFA788;
}
</style>
border-color css
<style>
span { border-color: #FFA788; }
span { border-color: rgb(255,167,136); }
td.TdClassName
{
border-color: #FFA788;
}
.TagClassName
{
border-color: #FFA788;
}
</style>