Shades of Light Salmon #F6A886
Tints of Light Salmon #F6A886
RGB
CMYK
RGB Variations
Color information
#F6A886 (or 0xF6A886) is known color: Light Salmon. HEX triplet: F6, A8 and 86. RGB value is (246,168,134). Sum of RGB (Red+Green+Blue) = 246+168+134=548 (72% of max value = 765). Red value is 246 (96.48% from 255 or 44.89% from 548); Green value is 168 (66.02% from 255 or 30.66% from 548); Blue value is 134 (52.73% from 255 or 24.45% from 548); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A886 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6A886 is #095779. Grayscale: #BBBBBB. Windows color (decimal): -612218 or 8825078. OLE color: 8825078.
HSL color Cylindrical-coordinate representation of color #F6A886: hue angle of 18.21º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F6A886 is Cyan = 0, Magento = 0.32, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 168 | 134 | - |
| CMYK | 0 | 0.32 | 0.46 | 0.04 |
| HSL | 18.21º | 0.86% | 0.75% | - |
| HSV(B) | 18.21º | 0.46% | 0.96% | - |
| XYZ | 56.31 | 49.32 | 29.11 | - |
| YUV | 187.45 | 97.84 | 169.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 168 | 134 | 0 | 0.32 | 0.46 | 0.04 | 18.21 | 0.86 | 0.75 |
| Hex | F6 | A8 | 86 | 0 | 20 | 2E | 4 | 12 | 56 | 4B |
| Octal | 366 | 250 | 206 | 0 | 40 | 56 | 4 | 22 | 126 | 113 |
| Binary | 11110110 | 10101000 | 10000110 | 0 | 100000 | 101110 | 100 | 10010 | 1010110 | 1001011 |
Color Harmonies of #F6A886
Complementary color
Monochromatic Colors of #F6A886
Black with #F6A886
Text Example
Text Example
White with #F6A886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A886; }
p { color: rgb(246,168,134); }
H1.HeaderClassName
{
color: #F6A886;
}
.AnyTagClassName
{
color: #F6A886;
}
</style>
background-color css
<style>
a { background-color: #F6A886; }
a { background-color: rgb(246,168,134); }
div.DivClassName
{
background-color: #F6A886;
}
.BgClassName
{
background-color: #F6A886;
}
</style>
border-color css
<style>
span { border-color: #F6A886; }
span { border-color: rgb(246,168,134); }
td.TdClassName
{
border-color: #F6A886;
}
.TagClassName
{
border-color: #F6A886;
}
</style>