Shades of Light Salmon #FA9E7E
Tints of Light Salmon #FA9E7E
RGB
CMYK
RGB Variations
Color information
#FA9E7E (or 0xFA9E7E) is known color: Light Salmon. HEX triplet: FA, 9E and 7E. RGB value is (250,158,126). Sum of RGB (Red+Green+Blue) = 250+158+126=534 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.82% from 534); Green value is 158 (62.11% from 255 or 29.59% from 534); Blue value is 126 (49.61% from 255 or 23.60% from 534); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9E7E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA9E7E is #056181. Grayscale: #B6B6B6. Windows color (decimal): -352642 or 8298234. OLE color: 8298234.
HSL color Cylindrical-coordinate representation of color #FA9E7E: hue angle of 15.48º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FA9E7E is Cyan = 0, Magento = 0.37, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 158 | 126 | - |
| CMYK | 0 | 0.37 | 0.50 | 0.02 |
| HSL | 15.48º | 0.93% | 0.74% | - |
| HSV(B) | 15.48º | 0.5% | 0.98% | - |
| XYZ | 55.42 | 46.28 | 25.75 | - |
| YUV | 181.86 | 96.48 | 176.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 158 | 126 | 0 | 0.37 | 0.50 | 0.02 | 15.48 | 0.93 | 0.74 |
| Hex | FA | 9E | 7E | 0 | 25 | 32 | 2 | F | 5D | 4A |
| Octal | 372 | 236 | 176 | 0 | 45 | 62 | 2 | 17 | 135 | 112 |
| Binary | 11111010 | 10011110 | 1111110 | 0 | 100101 | 110010 | 10 | 1111 | 1011101 | 1001010 |
Color Harmonies of #FA9E7E
Complementary color
Monochromatic Colors of #FA9E7E
Black with #FA9E7E
Text Example
Text Example
White with #FA9E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9E7E; }
p { color: rgb(250,158,126); }
H1.HeaderClassName
{
color: #FA9E7E;
}
.AnyTagClassName
{
color: #FA9E7E;
}
</style>
background-color css
<style>
a { background-color: #FA9E7E; }
a { background-color: rgb(250,158,126); }
div.DivClassName
{
background-color: #FA9E7E;
}
.BgClassName
{
background-color: #FA9E7E;
}
</style>
border-color css
<style>
span { border-color: #FA9E7E; }
span { border-color: rgb(250,158,126); }
td.TdClassName
{
border-color: #FA9E7E;
}
.TagClassName
{
border-color: #FA9E7E;
}
</style>