Shades of Salmon #FD886E
Tints of Salmon #FD886E
RGB
CMYK
RGB Variations
Color information
#FD886E (or 0xFD886E) is known color: Salmon. HEX triplet: FD, 88 and 6E. RGB value is (253,136,110). Sum of RGB (Red+Green+Blue) = 253+136+110=499 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.70% from 499); Green value is 136 (53.52% from 255 or 27.25% from 499); Blue value is 110 (43.36% from 255 or 22.04% from 499); Max value from RGB is 253 - color contains mainly: red. Hex color #FD886E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD886E is #027791. Grayscale: #A8A8A8. Windows color (decimal): -161682 or 7244029. OLE color: 7244029.
HSL color Cylindrical-coordinate representation of color #FD886E: hue angle of 10.91º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FD886E is Cyan = 0, Magento = 0.46, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 136 | 110 | - |
| CMYK | 0 | 0.46 | 0.57 | 0.01 |
| HSL | 10.91º | 0.97% | 0.71% | - |
| HSV(B) | 10.91º | 0.57% | 0.99% | - |
| XYZ | 52.13 | 39.62 | 19.65 | - |
| YUV | 168.02 | 95.26 | 188.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 136 | 110 | 0 | 0.46 | 0.57 | 0.01 | 10.91 | 0.97 | 0.71 |
| Hex | FD | 88 | 6E | 0 | 2E | 39 | 1 | B | 61 | 47 |
| Octal | 375 | 210 | 156 | 0 | 56 | 71 | 1 | 13 | 141 | 107 |
| Binary | 11111101 | 10001000 | 1101110 | 0 | 101110 | 111001 | 1 | 1011 | 1100001 | 1000111 |
Color Harmonies of #FD886E
Complementary color
Monochromatic Colors of #FD886E
Black with #FD886E
Text Example
Text Example
White with #FD886E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD886E; }
p { color: rgb(253,136,110); }
H1.HeaderClassName
{
color: #FD886E;
}
.AnyTagClassName
{
color: #FD886E;
}
</style>
background-color css
<style>
a { background-color: #FD886E; }
a { background-color: rgb(253,136,110); }
div.DivClassName
{
background-color: #FD886E;
}
.BgClassName
{
background-color: #FD886E;
}
</style>
border-color css
<style>
span { border-color: #FD886E; }
span { border-color: rgb(253,136,110); }
td.TdClassName
{
border-color: #FD886E;
}
.TagClassName
{
border-color: #FD886E;
}
</style>