Shades of Salmon #FD857E
Tints of Salmon #FD857E
RGB
CMYK
RGB Variations
Color information
#FD857E (or 0xFD857E) is known color: Salmon. HEX triplet: FD, 85 and 7E. RGB value is (253,133,126). Sum of RGB (Red+Green+Blue) = 253+133+126=512 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.41% from 512); Green value is 133 (52.34% from 255 or 25.98% from 512); Blue value is 126 (49.61% from 255 or 24.61% from 512); Max value from RGB is 253 - color contains mainly: red. Hex color #FD857E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD857E is #027A81. Grayscale: #A8A8A8. Windows color (decimal): -162434 or 8291837. OLE color: 8291837.
HSL color Cylindrical-coordinate representation of color #FD857E: hue angle of 3.31º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FD857E is Cyan = 0, Magento = 0.47, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 133 | 126 | - |
| CMYK | 0 | 0.47 | 0.50 | 0.01 |
| HSL | 3.31º | 0.97% | 0.74% | - |
| HSV(B) | 3.31º | 0.5% | 0.99% | - |
| XYZ | 52.66 | 39.16 | 24.52 | - |
| YUV | 168.08 | 104.26 | 188.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 133 | 126 | 0 | 0.47 | 0.50 | 0.01 | 3.31 | 0.97 | 0.74 |
| Hex | FD | 85 | 7E | 0 | 2F | 32 | 1 | 3 | 61 | 4A |
| Octal | 375 | 205 | 176 | 0 | 57 | 62 | 1 | 3 | 141 | 112 |
| Binary | 11111101 | 10000101 | 1111110 | 0 | 101111 | 110010 | 1 | 11 | 1100001 | 1001010 |
Color Harmonies of #FD857E
Complementary color
Monochromatic Colors of #FD857E
Black with #FD857E
Text Example
Text Example
White with #FD857E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD857E; }
p { color: rgb(253,133,126); }
H1.HeaderClassName
{
color: #FD857E;
}
.AnyTagClassName
{
color: #FD857E;
}
</style>
background-color css
<style>
a { background-color: #FD857E; }
a { background-color: rgb(253,133,126); }
div.DivClassName
{
background-color: #FD857E;
}
.BgClassName
{
background-color: #FD857E;
}
</style>
border-color css
<style>
span { border-color: #FD857E; }
span { border-color: rgb(253,133,126); }
td.TdClassName
{
border-color: #FD857E;
}
.TagClassName
{
border-color: #FD857E;
}
</style>