Shades of Light Salmon #FF9E7E
Tints of Light Salmon #FF9E7E
RGB
CMYK
RGB Variations
Color information
#FF9E7E (or 0xFF9E7E) is known color: Light Salmon. HEX triplet: FF, 9E and 7E. RGB value is (255,158,126). Sum of RGB (Red+Green+Blue) = 255+158+126=539 (71% of max value = 765). Red value is 255 (100% from 255 or 47.31% from 539); Green value is 158 (62.11% from 255 or 29.31% from 539); Blue value is 126 (49.61% from 255 or 23.38% from 539); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9E7E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9E7E is #006181. Grayscale: #B7B7B7. Windows color (decimal): -24962 or 8298239. OLE color: 8298239.
HSL color Cylindrical-coordinate representation of color #FF9E7E: hue angle of 14.88º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FF9E7E is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 158 | 126 | - |
| CMYK | 0 | 0.38 | 0.51 | 0 |
| HSL | 14.88º | 1% | 0.75% | - |
| HSV(B) | 14.88º | 0.51% | 1% | - |
| XYZ | 57.23 | 47.22 | 25.84 | - |
| YUV | 183.36 | 95.64 | 179.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 158 | 126 | 0 | 0.38 | 0.51 | 0 | 14.88 | 1 | 0.75 |
| Hex | FF | 9E | 7E | 0 | 26 | 33 | 0 | F | 64 | 4B |
| Octal | 377 | 236 | 176 | 0 | 46 | 63 | 0 | 17 | 144 | 113 |
| Binary | 11111111 | 10011110 | 1111110 | 0 | 100110 | 110011 | 0 | 1111 | 1100100 | 1001011 |
Color Harmonies of #FF9E7E
Complementary color
Monochromatic Colors of #FF9E7E
Black with #FF9E7E
Text Example
Text Example
White with #FF9E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9E7E; }
p { color: rgb(255,158,126); }
H1.HeaderClassName
{
color: #FF9E7E;
}
.AnyTagClassName
{
color: #FF9E7E;
}
</style>
background-color css
<style>
a { background-color: #FF9E7E; }
a { background-color: rgb(255,158,126); }
div.DivClassName
{
background-color: #FF9E7E;
}
.BgClassName
{
background-color: #FF9E7E;
}
</style>
border-color css
<style>
span { border-color: #FF9E7E; }
span { border-color: rgb(255,158,126); }
td.TdClassName
{
border-color: #FF9E7E;
}
.TagClassName
{
border-color: #FF9E7E;
}
</style>