Shades of Light Salmon #F6A684
Tints of Light Salmon #F6A684
RGB
CMYK
RGB Variations
Color information
#F6A684 (or 0xF6A684) is known color: Light Salmon. HEX triplet: F6, A6 and 84. RGB value is (246,166,132). Sum of RGB (Red+Green+Blue) = 246+166+132=544 (72% of max value = 765). Red value is 246 (96.48% from 255 or 45.22% from 544); Green value is 166 (65.23% from 255 or 30.51% from 544); Blue value is 132 (51.95% from 255 or 24.26% from 544); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A684 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6A684 is #09597B. Grayscale: #BABABA. Windows color (decimal): -612732 or 8693494. OLE color: 8693494.
HSL color Cylindrical-coordinate representation of color #F6A684: hue angle of 17.89º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F6A684 is Cyan = 0, Magento = 0.33, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 166 | 132 | - |
| CMYK | 0 | 0.33 | 0.46 | 0.04 |
| HSL | 17.89º | 0.86% | 0.74% | - |
| HSV(B) | 17.89º | 0.46% | 0.96% | - |
| XYZ | 55.81 | 48.53 | 28.26 | - |
| YUV | 186.04 | 97.5 | 170.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 166 | 132 | 0 | 0.33 | 0.46 | 0.04 | 17.89 | 0.86 | 0.74 |
| Hex | F6 | A6 | 84 | 0 | 21 | 2E | 4 | 12 | 56 | 4A |
| Octal | 366 | 246 | 204 | 0 | 41 | 56 | 4 | 22 | 126 | 112 |
| Binary | 11110110 | 10100110 | 10000100 | 0 | 100001 | 101110 | 100 | 10010 | 1010110 | 1001010 |
Color Harmonies of #F6A684
Complementary color
Monochromatic Colors of #F6A684
Black with #F6A684
Text Example
Text Example
White with #F6A684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A684; }
p { color: rgb(246,166,132); }
H1.HeaderClassName
{
color: #F6A684;
}
.AnyTagClassName
{
color: #F6A684;
}
</style>
background-color css
<style>
a { background-color: #F6A684; }
a { background-color: rgb(246,166,132); }
div.DivClassName
{
background-color: #F6A684;
}
.BgClassName
{
background-color: #F6A684;
}
</style>
border-color css
<style>
span { border-color: #F6A684; }
span { border-color: rgb(246,166,132); }
td.TdClassName
{
border-color: #F6A684;
}
.TagClassName
{
border-color: #F6A684;
}
</style>