Shades of Light Salmon #FE9D7B
Tints of Light Salmon #FE9D7B
RGB
CMYK
RGB Variations
Color information
#FE9D7B (or 0xFE9D7B) is known color: Light Salmon. HEX triplet: FE, 9D and 7B. RGB value is (254,157,123). Sum of RGB (Red+Green+Blue) = 254+157+123=534 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.57% from 534); Green value is 157 (61.72% from 255 or 29.40% from 534); Blue value is 123 (48.44% from 255 or 23.03% from 534); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9D7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9D7B is #016284. Grayscale: #B6B6B6. Windows color (decimal): -90757 or 8101374. OLE color: 8101374.
HSL color Cylindrical-coordinate representation of color #FE9D7B: hue angle of 15.57º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FE9D7B is Cyan = 0, Magento = 0.38, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 157 | 123 | - |
| CMYK | 0 | 0.38 | 0.52 | 0.00 |
| HSL | 15.57º | 0.98% | 0.74% | - |
| HSV(B) | 15.57º | 0.52% | 1% | - |
| XYZ | 56.51 | 46.61 | 24.76 | - |
| YUV | 182.13 | 94.64 | 179.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 157 | 123 | 0 | 0.38 | 0.52 | 0.00 | 15.57 | 0.98 | 0.74 |
| Hex | FE | 9D | 7B | 0 | 26 | 34 | 0 | 10 | 62 | 4A |
| Octal | 376 | 235 | 173 | 0 | 46 | 64 | 0 | 20 | 142 | 112 |
| Binary | 11111110 | 10011101 | 1111011 | 0 | 100110 | 110100 | 0 | 10000 | 1100010 | 1001010 |
Color Harmonies of #FE9D7B
Complementary color
Monochromatic Colors of #FE9D7B
Black with #FE9D7B
Text Example
Text Example
White with #FE9D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9D7B; }
p { color: rgb(254,157,123); }
H1.HeaderClassName
{
color: #FE9D7B;
}
.AnyTagClassName
{
color: #FE9D7B;
}
</style>
background-color css
<style>
a { background-color: #FE9D7B; }
a { background-color: rgb(254,157,123); }
div.DivClassName
{
background-color: #FE9D7B;
}
.BgClassName
{
background-color: #FE9D7B;
}
</style>
border-color css
<style>
span { border-color: #FE9D7B; }
span { border-color: rgb(254,157,123); }
td.TdClassName
{
border-color: #FE9D7B;
}
.TagClassName
{
border-color: #FE9D7B;
}
</style>