Shades of Salmon #FE847B
Tints of Salmon #FE847B
RGB
CMYK
RGB Variations
Color information
#FE847B (or 0xFE847B) is known color: Salmon. HEX triplet: FE, 84 and 7B. RGB value is (254,132,123). Sum of RGB (Red+Green+Blue) = 254+132+123=509 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.90% from 509); Green value is 132 (51.95% from 255 or 25.93% from 509); Blue value is 123 (48.44% from 255 or 24.17% from 509); Max value from RGB is 254 - color contains mainly: red. Hex color #FE847B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE847B is #017B84. Grayscale: #A7A7A7. Windows color (decimal): -97157 or 8094974. OLE color: 8094974.
HSL color Cylindrical-coordinate representation of color #FE847B: hue angle of 4.12º 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 #FE847B is Cyan = 0, Magento = 0.48, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 132 | 123 | - |
| CMYK | 0 | 0.48 | 0.52 | 0.00 |
| HSL | 4.12º | 0.98% | 0.74% | - |
| HSV(B) | 4.12º | 0.52% | 1% | - |
| XYZ | 52.7 | 39 | 23.49 | - |
| YUV | 167.45 | 102.92 | 189.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 132 | 123 | 0 | 0.48 | 0.52 | 0.00 | 4.12 | 0.98 | 0.74 |
| Hex | FE | 84 | 7B | 0 | 30 | 34 | 0 | 4 | 62 | 4A |
| Octal | 376 | 204 | 173 | 0 | 60 | 64 | 0 | 4 | 142 | 112 |
| Binary | 11111110 | 10000100 | 1111011 | 0 | 110000 | 110100 | 0 | 100 | 1100010 | 1001010 |
Color Harmonies of #FE847B
Complementary color
Monochromatic Colors of #FE847B
Black with #FE847B
Text Example
Text Example
White with #FE847B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE847B; }
p { color: rgb(254,132,123); }
H1.HeaderClassName
{
color: #FE847B;
}
.AnyTagClassName
{
color: #FE847B;
}
</style>
background-color css
<style>
a { background-color: #FE847B; }
a { background-color: rgb(254,132,123); }
div.DivClassName
{
background-color: #FE847B;
}
.BgClassName
{
background-color: #FE847B;
}
</style>
border-color css
<style>
span { border-color: #FE847B; }
span { border-color: rgb(254,132,123); }
td.TdClassName
{
border-color: #FE847B;
}
.TagClassName
{
border-color: #FE847B;
}
</style>