Shades of Light Salmon #F6A885
Tints of Light Salmon #F6A885
RGB
CMYK
RGB Variations
Color information
#F6A885 (or 0xF6A885) is known color: Light Salmon. HEX triplet: F6, A8 and 85. RGB value is (246,168,133). Sum of RGB (Red+Green+Blue) = 246+168+133=547 (72% of max value = 765). Red value is 246 (96.48% from 255 or 44.97% from 547); Green value is 168 (66.02% from 255 or 30.71% from 547); Blue value is 133 (52.34% from 255 or 24.31% from 547); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A885 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6A885 is #09577A. Grayscale: #BBBBBB. Windows color (decimal): -612219 or 8759542. OLE color: 8759542.
HSL color Cylindrical-coordinate representation of color #F6A885: hue angle of 18.58º 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 #F6A885 is Cyan = 0, Magento = 0.32, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 168 | 133 | - |
| CMYK | 0 | 0.32 | 0.46 | 0.04 |
| HSL | 18.58º | 0.86% | 0.74% | - |
| HSV(B) | 18.58º | 0.46% | 0.96% | - |
| XYZ | 56.24 | 49.29 | 28.74 | - |
| YUV | 187.33 | 97.34 | 169.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 168 | 133 | 0 | 0.32 | 0.46 | 0.04 | 18.58 | 0.86 | 0.74 |
| Hex | F6 | A8 | 85 | 0 | 20 | 2E | 4 | 13 | 56 | 4A |
| Octal | 366 | 250 | 205 | 0 | 40 | 56 | 4 | 23 | 126 | 112 |
| Binary | 11110110 | 10101000 | 10000101 | 0 | 100000 | 101110 | 100 | 10011 | 1010110 | 1001010 |
Color Harmonies of #F6A885
Complementary color
Monochromatic Colors of #F6A885
Black with #F6A885
Text Example
Text Example
White with #F6A885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A885; }
p { color: rgb(246,168,133); }
H1.HeaderClassName
{
color: #F6A885;
}
.AnyTagClassName
{
color: #F6A885;
}
</style>
background-color css
<style>
a { background-color: #F6A885; }
a { background-color: rgb(246,168,133); }
div.DivClassName
{
background-color: #F6A885;
}
.BgClassName
{
background-color: #F6A885;
}
</style>
border-color css
<style>
span { border-color: #F6A885; }
span { border-color: rgb(246,168,133); }
td.TdClassName
{
border-color: #F6A885;
}
.TagClassName
{
border-color: #F6A885;
}
</style>