Shades of Light Salmon #FE9C78
Tints of Light Salmon #FE9C78
RGB
CMYK
RGB Variations
Color information
#FE9C78 (or 0xFE9C78) is known color: Light Salmon. HEX triplet: FE, 9C and 78. RGB value is (254,156,120). Sum of RGB (Red+Green+Blue) = 254+156+120=530 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.92% from 530); Green value is 156 (61.33% from 255 or 29.43% from 530); Blue value is 120 (47.27% from 255 or 22.64% from 530); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9C78 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9C78 is #016387. Grayscale: #B5B5B5. Windows color (decimal): -91016 or 7904510. OLE color: 7904510.
HSL color Cylindrical-coordinate representation of color #FE9C78: hue angle of 16.12º 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 #FE9C78 is Cyan = 0, Magento = 0.39, Yellow = 0.53 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 156 | 120 | - |
| CMYK | 0 | 0.39 | 0.53 | 0.00 |
| HSL | 16.12º | 0.99% | 0.73% | - |
| HSV(B) | 16.12º | 0.53% | 1% | - |
| XYZ | 56.15 | 46.2 | 23.73 | - |
| YUV | 181.2 | 93.47 | 179.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 156 | 120 | 0 | 0.39 | 0.53 | 0.00 | 16.12 | 0.99 | 0.73 |
| Hex | FE | 9C | 78 | 0 | 27 | 35 | 0 | 10 | 63 | 49 |
| Octal | 376 | 234 | 170 | 0 | 47 | 65 | 0 | 20 | 143 | 111 |
| Binary | 11111110 | 10011100 | 1111000 | 0 | 100111 | 110101 | 0 | 10000 | 1100011 | 1001001 |
Color Harmonies of #FE9C78
Complementary color
Monochromatic Colors of #FE9C78
Black with #FE9C78
Text Example
Text Example
White with #FE9C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9C78; }
p { color: rgb(254,156,120); }
H1.HeaderClassName
{
color: #FE9C78;
}
.AnyTagClassName
{
color: #FE9C78;
}
</style>
background-color css
<style>
a { background-color: #FE9C78; }
a { background-color: rgb(254,156,120); }
div.DivClassName
{
background-color: #FE9C78;
}
.BgClassName
{
background-color: #FE9C78;
}
</style>
border-color css
<style>
span { border-color: #FE9C78; }
span { border-color: rgb(254,156,120); }
td.TdClassName
{
border-color: #FE9C78;
}
.TagClassName
{
border-color: #FE9C78;
}
</style>