Shades of Light Salmon #F7A687
Tints of Light Salmon #F7A687
RGB
CMYK
RGB Variations
Color information
#F7A687 (or 0xF7A687) is known color: Light Salmon. HEX triplet: F7, A6 and 87. RGB value is (247,166,135). Sum of RGB (Red+Green+Blue) = 247+166+135=548 (72% of max value = 765). Red value is 247 (96.88% from 255 or 45.07% from 548); Green value is 166 (65.23% from 255 or 30.29% from 548); Blue value is 135 (53.12% from 255 or 24.64% from 548); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A687 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7A687 is #085978. Grayscale: #BABABA. Windows color (decimal): -547193 or 8890103. OLE color: 8890103.
HSL color Cylindrical-coordinate representation of color #F7A687: hue angle of 16.61º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F7A687 is Cyan = 0, Magento = 0.33, Yellow = 0.45 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 166 | 135 | - |
| CMYK | 0 | 0.33 | 0.45 | 0.03 |
| HSL | 16.61º | 0.88% | 0.75% | - |
| HSV(B) | 16.61º | 0.45% | 0.97% | - |
| XYZ | 56.37 | 48.8 | 29.37 | - |
| YUV | 186.69 | 98.84 | 171.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 166 | 135 | 0 | 0.33 | 0.45 | 0.03 | 16.61 | 0.88 | 0.75 |
| Hex | F7 | A6 | 87 | 0 | 21 | 2D | 3 | 11 | 58 | 4B |
| Octal | 367 | 246 | 207 | 0 | 41 | 55 | 3 | 21 | 130 | 113 |
| Binary | 11110111 | 10100110 | 10000111 | 0 | 100001 | 101101 | 11 | 10001 | 1011000 | 1001011 |
Color Harmonies of #F7A687
Complementary color
Monochromatic Colors of #F7A687
Black with #F7A687
Text Example
Text Example
White with #F7A687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A687; }
p { color: rgb(247,166,135); }
H1.HeaderClassName
{
color: #F7A687;
}
.AnyTagClassName
{
color: #F7A687;
}
</style>
background-color css
<style>
a { background-color: #F7A687; }
a { background-color: rgb(247,166,135); }
div.DivClassName
{
background-color: #F7A687;
}
.BgClassName
{
background-color: #F7A687;
}
</style>
border-color css
<style>
span { border-color: #F7A687; }
span { border-color: rgb(247,166,135); }
td.TdClassName
{
border-color: #F7A687;
}
.TagClassName
{
border-color: #F7A687;
}
</style>