Shades of Light Salmon #FAA688
Tints of Light Salmon #FAA688
RGB
CMYK
RGB Variations
Color information
#FAA688 (or 0xFAA688) is known color: Light Salmon. HEX triplet: FA, A6 and 88. RGB value is (250,166,136). Sum of RGB (Red+Green+Blue) = 250+166+136=552 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.29% from 552); Green value is 166 (65.23% from 255 or 30.07% from 552); Blue value is 136 (53.52% from 255 or 24.64% from 552); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA688 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA688 is #055977. Grayscale: #BBBBBB. Windows color (decimal): -350584 or 8955642. OLE color: 8955642.
HSL color Cylindrical-coordinate representation of color #FAA688: hue angle of 15.79º 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 #FAA688 is Cyan = 0, Magento = 0.34, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 166 | 136 | - |
| CMYK | 0 | 0.34 | 0.46 | 0.02 |
| HSL | 15.79º | 0.92% | 0.76% | - |
| HSV(B) | 15.79º | 0.46% | 0.98% | - |
| XYZ | 57.5 | 49.37 | 29.79 | - |
| YUV | 187.7 | 98.83 | 172.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 166 | 136 | 0 | 0.34 | 0.46 | 0.02 | 15.79 | 0.92 | 0.76 |
| Hex | FA | A6 | 88 | 0 | 22 | 2E | 2 | 10 | 5C | 4C |
| Octal | 372 | 246 | 210 | 0 | 42 | 56 | 2 | 20 | 134 | 114 |
| Binary | 11111010 | 10100110 | 10001000 | 0 | 100010 | 101110 | 10 | 10000 | 1011100 | 1001100 |
Color Harmonies of #FAA688
Complementary color
Monochromatic Colors of #FAA688
Black with #FAA688
Text Example
Text Example
White with #FAA688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA688; }
p { color: rgb(250,166,136); }
H1.HeaderClassName
{
color: #FAA688;
}
.AnyTagClassName
{
color: #FAA688;
}
</style>
background-color css
<style>
a { background-color: #FAA688; }
a { background-color: rgb(250,166,136); }
div.DivClassName
{
background-color: #FAA688;
}
.BgClassName
{
background-color: #FAA688;
}
</style>
border-color css
<style>
span { border-color: #FAA688; }
span { border-color: rgb(250,166,136); }
td.TdClassName
{
border-color: #FAA688;
}
.TagClassName
{
border-color: #FAA688;
}
</style>