Shades of Light Salmon #FAA689
Tints of Light Salmon #FAA689
RGB
CMYK
RGB Variations
Color information
#FAA689 (or 0xFAA689) is known color: Light Salmon. HEX triplet: FA, A6 and 89. RGB value is (250,166,137). Sum of RGB (Red+Green+Blue) = 250+166+137=553 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.21% from 553); Green value is 166 (65.23% from 255 or 30.02% from 553); Blue value is 137 (53.91% from 255 or 24.77% from 553); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA689 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA689 is #055976. Grayscale: #BCBCBC. Windows color (decimal): -350583 or 9021178. OLE color: 9021178.
HSL color Cylindrical-coordinate representation of color #FAA689: hue angle of 15.4º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FAA689 is Cyan = 0, Magento = 0.34, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 166 | 137 | - |
| CMYK | 0 | 0.34 | 0.45 | 0.02 |
| HSL | 15.4º | 0.92% | 0.76% | - |
| HSV(B) | 15.4º | 0.45% | 0.98% | - |
| XYZ | 57.58 | 49.4 | 30.17 | - |
| YUV | 187.81 | 99.33 | 172.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 166 | 137 | 0 | 0.34 | 0.45 | 0.02 | 15.4 | 0.92 | 0.76 |
| Hex | FA | A6 | 89 | 0 | 22 | 2D | 2 | F | 5C | 4C |
| Octal | 372 | 246 | 211 | 0 | 42 | 55 | 2 | 17 | 134 | 114 |
| Binary | 11111010 | 10100110 | 10001001 | 0 | 100010 | 101101 | 10 | 1111 | 1011100 | 1001100 |
Color Harmonies of #FAA689
Complementary color
Monochromatic Colors of #FAA689
Black with #FAA689
Text Example
Text Example
White with #FAA689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA689; }
p { color: rgb(250,166,137); }
H1.HeaderClassName
{
color: #FAA689;
}
.AnyTagClassName
{
color: #FAA689;
}
</style>
background-color css
<style>
a { background-color: #FAA689; }
a { background-color: rgb(250,166,137); }
div.DivClassName
{
background-color: #FAA689;
}
.BgClassName
{
background-color: #FAA689;
}
</style>
border-color css
<style>
span { border-color: #FAA689; }
span { border-color: rgb(250,166,137); }
td.TdClassName
{
border-color: #FAA689;
}
.TagClassName
{
border-color: #FAA689;
}
</style>