Shades of Light Salmon #FE9978
Tints of Light Salmon #FE9978
RGB
CMYK
RGB Variations
Color information
#FE9978 (or 0xFE9978) is known color: Light Salmon. HEX triplet: FE, 99 and 78. RGB value is (254,153,120). Sum of RGB (Red+Green+Blue) = 254+153+120=527 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.20% from 527); Green value is 153 (60.16% from 255 or 29.03% from 527); Blue value is 120 (47.27% from 255 or 22.77% from 527); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9978 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9978 is #016687. Grayscale: #B3B3B3. Windows color (decimal): -91784 or 7903742. OLE color: 7903742.
HSL color Cylindrical-coordinate representation of color #FE9978: hue angle of 14.78º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FE9978 is Cyan = 0, Magento = 0.40, Yellow = 0.53 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 153 | 120 | - |
| CMYK | 0 | 0.40 | 0.53 | 0.00 |
| HSL | 14.78º | 0.99% | 0.73% | - |
| HSV(B) | 14.78º | 0.53% | 1% | - |
| XYZ | 55.65 | 45.21 | 23.56 | - |
| YUV | 179.44 | 94.46 | 181.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 153 | 120 | 0 | 0.40 | 0.53 | 0.00 | 14.78 | 0.99 | 0.73 |
| Hex | FE | 99 | 78 | 0 | 28 | 35 | 0 | F | 63 | 49 |
| Octal | 376 | 231 | 170 | 0 | 50 | 65 | 0 | 17 | 143 | 111 |
| Binary | 11111110 | 10011001 | 1111000 | 0 | 101000 | 110101 | 0 | 1111 | 1100011 | 1001001 |
Color Harmonies of #FE9978
Complementary color
Monochromatic Colors of #FE9978
Black with #FE9978
Text Example
Text Example
White with #FE9978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9978; }
p { color: rgb(254,153,120); }
H1.HeaderClassName
{
color: #FE9978;
}
.AnyTagClassName
{
color: #FE9978;
}
</style>
background-color css
<style>
a { background-color: #FE9978; }
a { background-color: rgb(254,153,120); }
div.DivClassName
{
background-color: #FE9978;
}
.BgClassName
{
background-color: #FE9978;
}
</style>
border-color css
<style>
span { border-color: #FE9978; }
span { border-color: rgb(254,153,120); }
td.TdClassName
{
border-color: #FE9978;
}
.TagClassName
{
border-color: #FE9978;
}
</style>