Shades of Light Salmon #FAA486
Tints of Light Salmon #FAA486
RGB
CMYK
RGB Variations
Color information
#FAA486 (or 0xFAA486) is known color: Light Salmon. HEX triplet: FA, A4 and 86. RGB value is (250,164,134). Sum of RGB (Red+Green+Blue) = 250+164+134=548 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.62% from 548); Green value is 164 (64.45% from 255 or 29.93% from 548); Blue value is 134 (52.73% from 255 or 24.45% from 548); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA486 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA486 is #055B79. Grayscale: #BABABA. Windows color (decimal): -351098 or 8824058. OLE color: 8824058.
HSL color Cylindrical-coordinate representation of color #FAA486: hue angle of 15.52º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FAA486 is Cyan = 0, Magento = 0.34, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 164 | 134 | - |
| CMYK | 0 | 0.34 | 0.46 | 0.02 |
| HSL | 15.52º | 0.92% | 0.75% | - |
| HSV(B) | 15.52º | 0.46% | 0.98% | - |
| XYZ | 57 | 48.6 | 28.93 | - |
| YUV | 186.29 | 98.49 | 173.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 164 | 134 | 0 | 0.34 | 0.46 | 0.02 | 15.52 | 0.92 | 0.75 |
| Hex | FA | A4 | 86 | 0 | 22 | 2E | 2 | 10 | 5C | 4B |
| Octal | 372 | 244 | 206 | 0 | 42 | 56 | 2 | 20 | 134 | 113 |
| Binary | 11111010 | 10100100 | 10000110 | 0 | 100010 | 101110 | 10 | 10000 | 1011100 | 1001011 |
Color Harmonies of #FAA486
Complementary color
Monochromatic Colors of #FAA486
Black with #FAA486
Text Example
Text Example
White with #FAA486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA486; }
p { color: rgb(250,164,134); }
H1.HeaderClassName
{
color: #FAA486;
}
.AnyTagClassName
{
color: #FAA486;
}
</style>
background-color css
<style>
a { background-color: #FAA486; }
a { background-color: rgb(250,164,134); }
div.DivClassName
{
background-color: #FAA486;
}
.BgClassName
{
background-color: #FAA486;
}
</style>
border-color css
<style>
span { border-color: #FAA486; }
span { border-color: rgb(250,164,134); }
td.TdClassName
{
border-color: #FAA486;
}
.TagClassName
{
border-color: #FAA486;
}
</style>