Shades of Light Salmon #F69B76
Tints of Light Salmon #F69B76
RGB
CMYK
RGB Variations
Color information
#F69B76 (or 0xF69B76) is known color: Light Salmon. HEX triplet: F6, 9B and 76. RGB value is (246,155,118). Sum of RGB (Red+Green+Blue) = 246+155+118=519 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.40% from 519); Green value is 155 (60.94% from 255 or 29.87% from 519); Blue value is 118 (46.48% from 255 or 22.74% from 519); Max value from RGB is 246 - color contains mainly: red. Hex color #F69B76 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F69B76 is #096489. Grayscale: #B2B2B2. Windows color (decimal): -615562 or 7773174. OLE color: 7773174.
HSL color Cylindrical-coordinate representation of color #F69B76: hue angle of 17.34º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F69B76 is Cyan = 0, Magento = 0.37, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 155 | 118 | - |
| CMYK | 0 | 0.37 | 0.52 | 0.04 |
| HSL | 17.34º | 0.88% | 0.71% | - |
| HSV(B) | 17.34º | 0.52% | 0.96% | - |
| XYZ | 53 | 44.34 | 22.91 | - |
| YUV | 177.99 | 94.15 | 176.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 155 | 118 | 0 | 0.37 | 0.52 | 0.04 | 17.34 | 0.88 | 0.71 |
| Hex | F6 | 9B | 76 | 0 | 25 | 34 | 4 | 11 | 58 | 47 |
| Octal | 366 | 233 | 166 | 0 | 45 | 64 | 4 | 21 | 130 | 107 |
| Binary | 11110110 | 10011011 | 1110110 | 0 | 100101 | 110100 | 100 | 10001 | 1011000 | 1000111 |
Color Harmonies of #F69B76
Complementary color
Monochromatic Colors of #F69B76
Black with #F69B76
Text Example
Text Example
White with #F69B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69B76; }
p { color: rgb(246,155,118); }
H1.HeaderClassName
{
color: #F69B76;
}
.AnyTagClassName
{
color: #F69B76;
}
</style>
background-color css
<style>
a { background-color: #F69B76; }
a { background-color: rgb(246,155,118); }
div.DivClassName
{
background-color: #F69B76;
}
.BgClassName
{
background-color: #F69B76;
}
</style>
border-color css
<style>
span { border-color: #F69B76; }
span { border-color: rgb(246,155,118); }
td.TdClassName
{
border-color: #F69B76;
}
.TagClassName
{
border-color: #F69B76;
}
</style>