Shades of Light Salmon #F89E7E
Tints of Light Salmon #F89E7E
RGB
CMYK
RGB Variations
Color information
#F89E7E (or 0xF89E7E) is known color: Light Salmon. HEX triplet: F8, 9E and 7E. RGB value is (248,158,126). Sum of RGB (Red+Green+Blue) = 248+158+126=532 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.62% from 532); Green value is 158 (62.11% from 255 or 29.70% from 532); Blue value is 126 (49.61% from 255 or 23.68% from 532); Max value from RGB is 248 - color contains mainly: red. Hex color #F89E7E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F89E7E is #076181. Grayscale: #B5B5B5. Windows color (decimal): -483714 or 8298232. OLE color: 8298232.
HSL color Cylindrical-coordinate representation of color #F89E7E: hue angle of 15.74º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F89E7E is Cyan = 0, Magento = 0.36, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 158 | 126 | - |
| CMYK | 0 | 0.36 | 0.49 | 0.03 |
| HSL | 15.74º | 0.9% | 0.73% | - |
| HSV(B) | 15.74º | 0.49% | 0.97% | - |
| XYZ | 54.7 | 45.92 | 25.72 | - |
| YUV | 181.26 | 96.82 | 175.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 158 | 126 | 0 | 0.36 | 0.49 | 0.03 | 15.74 | 0.9 | 0.73 |
| Hex | F8 | 9E | 7E | 0 | 24 | 31 | 3 | 10 | 5A | 49 |
| Octal | 370 | 236 | 176 | 0 | 44 | 61 | 3 | 20 | 132 | 111 |
| Binary | 11111000 | 10011110 | 1111110 | 0 | 100100 | 110001 | 11 | 10000 | 1011010 | 1001001 |
Color Harmonies of #F89E7E
Complementary color
Monochromatic Colors of #F89E7E
Black with #F89E7E
Text Example
Text Example
White with #F89E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89E7E; }
p { color: rgb(248,158,126); }
H1.HeaderClassName
{
color: #F89E7E;
}
.AnyTagClassName
{
color: #F89E7E;
}
</style>
background-color css
<style>
a { background-color: #F89E7E; }
a { background-color: rgb(248,158,126); }
div.DivClassName
{
background-color: #F89E7E;
}
.BgClassName
{
background-color: #F89E7E;
}
</style>
border-color css
<style>
span { border-color: #F89E7E; }
span { border-color: rgb(248,158,126); }
td.TdClassName
{
border-color: #F89E7E;
}
.TagClassName
{
border-color: #F89E7E;
}
</style>