Shades of Light Salmon #FE9F80
Tints of Light Salmon #FE9F80
RGB
CMYK
RGB Variations
Color information
#FE9F80 (or 0xFE9F80) is known color: Light Salmon. HEX triplet: FE, 9F and 80. RGB value is (254,159,128). Sum of RGB (Red+Green+Blue) = 254+159+128=541 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.95% from 541); Green value is 159 (62.5% from 255 or 29.39% from 541); Blue value is 128 (50.39% from 255 or 23.66% from 541); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9F80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE9F80 is #01607F. Grayscale: #B8B8B8. Windows color (decimal): -90240 or 8429566. OLE color: 8429566.
HSL color Cylindrical-coordinate representation of color #FE9F80: hue angle of 14.76º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FE9F80 is Cyan = 0, Magento = 0.37, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 159 | 128 | - |
| CMYK | 0 | 0.37 | 0.50 | 0.00 |
| HSL | 14.76º | 0.98% | 0.75% | - |
| HSV(B) | 14.76º | 0.5% | 1% | - |
| XYZ | 57.17 | 47.43 | 26.56 | - |
| YUV | 183.87 | 96.47 | 178.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 159 | 128 | 0 | 0.37 | 0.50 | 0.00 | 14.76 | 0.98 | 0.75 |
| Hex | FE | 9F | 80 | 0 | 25 | 32 | 0 | F | 62 | 4B |
| Octal | 376 | 237 | 200 | 0 | 45 | 62 | 0 | 17 | 142 | 113 |
| Binary | 11111110 | 10011111 | 10000000 | 0 | 100101 | 110010 | 0 | 1111 | 1100010 | 1001011 |
Color Harmonies of #FE9F80
Complementary color
Monochromatic Colors of #FE9F80
Black with #FE9F80
Text Example
Text Example
White with #FE9F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9F80; }
p { color: rgb(254,159,128); }
H1.HeaderClassName
{
color: #FE9F80;
}
.AnyTagClassName
{
color: #FE9F80;
}
</style>
background-color css
<style>
a { background-color: #FE9F80; }
a { background-color: rgb(254,159,128); }
div.DivClassName
{
background-color: #FE9F80;
}
.BgClassName
{
background-color: #FE9F80;
}
</style>
border-color css
<style>
span { border-color: #FE9F80; }
span { border-color: rgb(254,159,128); }
td.TdClassName
{
border-color: #FE9F80;
}
.TagClassName
{
border-color: #FE9F80;
}
</style>