Shades of Salmon #FE867B
Tints of Salmon #FE867B
RGB
CMYK
RGB Variations
Color information
#FE867B (or 0xFE867B) is known color: Salmon. HEX triplet: FE, 86 and 7B. RGB value is (254,134,123). Sum of RGB (Red+Green+Blue) = 254+134+123=511 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.71% from 511); Green value is 134 (52.73% from 255 or 26.22% from 511); Blue value is 123 (48.44% from 255 or 24.07% from 511); Max value from RGB is 254 - color contains mainly: red. Hex color #FE867B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE867B is #017984. Grayscale: #A8A8A8. Windows color (decimal): -96645 or 8095486. OLE color: 8095486.
HSL color Cylindrical-coordinate representation of color #FE867B: hue angle of 5.04º 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 #FE867B is Cyan = 0, Magento = 0.47, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 134 | 123 | - |
| CMYK | 0 | 0.47 | 0.52 | 0.00 |
| HSL | 5.04º | 0.98% | 0.74% | - |
| HSV(B) | 5.04º | 0.52% | 1% | - |
| XYZ | 52.97 | 39.55 | 23.58 | - |
| YUV | 168.63 | 102.26 | 188.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 134 | 123 | 0 | 0.47 | 0.52 | 0.00 | 5.04 | 0.98 | 0.74 |
| Hex | FE | 86 | 7B | 0 | 2F | 34 | 0 | 5 | 62 | 4A |
| Octal | 376 | 206 | 173 | 0 | 57 | 64 | 0 | 5 | 142 | 112 |
| Binary | 11111110 | 10000110 | 1111011 | 0 | 101111 | 110100 | 0 | 101 | 1100010 | 1001010 |
Color Harmonies of #FE867B
Complementary color
Monochromatic Colors of #FE867B
Black with #FE867B
Text Example
Text Example
White with #FE867B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE867B; }
p { color: rgb(254,134,123); }
H1.HeaderClassName
{
color: #FE867B;
}
.AnyTagClassName
{
color: #FE867B;
}
</style>
background-color css
<style>
a { background-color: #FE867B; }
a { background-color: rgb(254,134,123); }
div.DivClassName
{
background-color: #FE867B;
}
.BgClassName
{
background-color: #FE867B;
}
</style>
border-color css
<style>
span { border-color: #FE867B; }
span { border-color: rgb(254,134,123); }
td.TdClassName
{
border-color: #FE867B;
}
.TagClassName
{
border-color: #FE867B;
}
</style>