Shades of Light Salmon #FAA788
Tints of Light Salmon #FAA788
RGB
CMYK
RGB Variations
Color information
#FAA788 (or 0xFAA788) is known color: Light Salmon. HEX triplet: FA, A7 and 88. RGB value is (250,167,136). Sum of RGB (Red+Green+Blue) = 250+167+136=553 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.21% from 553); Green value is 167 (65.62% from 255 or 30.20% from 553); Blue value is 136 (53.52% from 255 or 24.59% from 553); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA788 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA788 is #055877. Grayscale: #BCBCBC. Windows color (decimal): -350328 or 8955898. OLE color: 8955898.
HSL color Cylindrical-coordinate representation of color #FAA788: hue angle of 16.32º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FAA788 is Cyan = 0, Magento = 0.33, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 167 | 136 | - |
| CMYK | 0 | 0.33 | 0.46 | 0.02 |
| HSL | 16.32º | 0.92% | 0.76% | - |
| HSV(B) | 16.32º | 0.46% | 0.98% | - |
| XYZ | 57.69 | 49.74 | 29.85 | - |
| YUV | 188.28 | 98.5 | 172.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 167 | 136 | 0 | 0.33 | 0.46 | 0.02 | 16.32 | 0.92 | 0.76 |
| Hex | FA | A7 | 88 | 0 | 21 | 2E | 2 | 10 | 5C | 4C |
| Octal | 372 | 247 | 210 | 0 | 41 | 56 | 2 | 20 | 134 | 114 |
| Binary | 11111010 | 10100111 | 10001000 | 0 | 100001 | 101110 | 10 | 10000 | 1011100 | 1001100 |
Color Harmonies of #FAA788
Complementary color
Monochromatic Colors of #FAA788
Black with #FAA788
Text Example
Text Example
White with #FAA788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA788; }
p { color: rgb(250,167,136); }
H1.HeaderClassName
{
color: #FAA788;
}
.AnyTagClassName
{
color: #FAA788;
}
</style>
background-color css
<style>
a { background-color: #FAA788; }
a { background-color: rgb(250,167,136); }
div.DivClassName
{
background-color: #FAA788;
}
.BgClassName
{
background-color: #FAA788;
}
</style>
border-color css
<style>
span { border-color: #FAA788; }
span { border-color: rgb(250,167,136); }
td.TdClassName
{
border-color: #FAA788;
}
.TagClassName
{
border-color: #FAA788;
}
</style>