Shades of Salmon #FE857B
Tints of Salmon #FE857B
RGB
CMYK
RGB Variations
Color information
#FE857B (or 0xFE857B) is known color: Salmon. HEX triplet: FE, 85 and 7B. RGB value is (254,133,123). Sum of RGB (Red+Green+Blue) = 254+133+123=510 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.80% from 510); Green value is 133 (52.34% from 255 or 26.08% from 510); Blue value is 123 (48.44% from 255 or 24.12% from 510); Max value from RGB is 254 - color contains mainly: red. Hex color #FE857B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE857B is #017A84. Grayscale: #A8A8A8. Windows color (decimal): -96901 or 8095230. OLE color: 8095230.
HSL color Cylindrical-coordinate representation of color #FE857B: hue angle of 4.58º 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 #FE857B is Cyan = 0, Magento = 0.48, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 133 | 123 | - |
| CMYK | 0 | 0.48 | 0.52 | 0.00 |
| HSL | 4.58º | 0.98% | 0.74% | - |
| HSV(B) | 4.58º | 0.52% | 1% | - |
| XYZ | 52.84 | 39.28 | 23.54 | - |
| YUV | 168.04 | 102.59 | 189.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 133 | 123 | 0 | 0.48 | 0.52 | 0.00 | 4.58 | 0.98 | 0.74 |
| Hex | FE | 85 | 7B | 0 | 30 | 34 | 0 | 5 | 62 | 4A |
| Octal | 376 | 205 | 173 | 0 | 60 | 64 | 0 | 5 | 142 | 112 |
| Binary | 11111110 | 10000101 | 1111011 | 0 | 110000 | 110100 | 0 | 101 | 1100010 | 1001010 |
Color Harmonies of #FE857B
Complementary color
Monochromatic Colors of #FE857B
Black with #FE857B
Text Example
Text Example
White with #FE857B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE857B; }
p { color: rgb(254,133,123); }
H1.HeaderClassName
{
color: #FE857B;
}
.AnyTagClassName
{
color: #FE857B;
}
</style>
background-color css
<style>
a { background-color: #FE857B; }
a { background-color: rgb(254,133,123); }
div.DivClassName
{
background-color: #FE857B;
}
.BgClassName
{
background-color: #FE857B;
}
</style>
border-color css
<style>
span { border-color: #FE857B; }
span { border-color: rgb(254,133,123); }
td.TdClassName
{
border-color: #FE857B;
}
.TagClassName
{
border-color: #FE857B;
}
</style>