Shades of Light Salmon #FAA683
Tints of Light Salmon #FAA683
RGB
CMYK
RGB Variations
Color information
#FAA683 (or 0xFAA683) is known color: Light Salmon. HEX triplet: FA, A6 and 83. RGB value is (250,166,131). Sum of RGB (Red+Green+Blue) = 250+166+131=547 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.70% from 547); Green value is 166 (65.23% from 255 or 30.35% from 547); Blue value is 131 (51.56% from 255 or 23.95% from 547); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA683 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA683 is #05597C. Grayscale: #BBBBBB. Windows color (decimal): -350589 or 8627962. OLE color: 8627962.
HSL color Cylindrical-coordinate representation of color #FAA683: hue angle of 17.65º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FAA683 is Cyan = 0, Magento = 0.34, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 166 | 131 | - |
| CMYK | 0 | 0.34 | 0.48 | 0.02 |
| HSL | 17.65º | 0.92% | 0.75% | - |
| HSV(B) | 17.65º | 0.48% | 0.98% | - |
| XYZ | 57.16 | 49.24 | 27.96 | - |
| YUV | 187.13 | 96.33 | 172.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 166 | 131 | 0 | 0.34 | 0.48 | 0.02 | 17.65 | 0.92 | 0.75 |
| Hex | FA | A6 | 83 | 0 | 22 | 30 | 2 | 12 | 5C | 4B |
| Octal | 372 | 246 | 203 | 0 | 42 | 60 | 2 | 22 | 134 | 113 |
| Binary | 11111010 | 10100110 | 10000011 | 0 | 100010 | 110000 | 10 | 10010 | 1011100 | 1001011 |
Color Harmonies of #FAA683
Complementary color
Monochromatic Colors of #FAA683
Black with #FAA683
Text Example
Text Example
White with #FAA683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA683; }
p { color: rgb(250,166,131); }
H1.HeaderClassName
{
color: #FAA683;
}
.AnyTagClassName
{
color: #FAA683;
}
</style>
background-color css
<style>
a { background-color: #FAA683; }
a { background-color: rgb(250,166,131); }
div.DivClassName
{
background-color: #FAA683;
}
.BgClassName
{
background-color: #FAA683;
}
</style>
border-color css
<style>
span { border-color: #FAA683; }
span { border-color: rgb(250,166,131); }
td.TdClassName
{
border-color: #FAA683;
}
.TagClassName
{
border-color: #FAA683;
}
</style>