Shades of Salmon #FB886C
Tints of Salmon #FB886C
RGB
CMYK
RGB Variations
Color information
#FB886C (or 0xFB886C) is known color: Salmon. HEX triplet: FB, 88 and 6C. RGB value is (251,136,108). Sum of RGB (Red+Green+Blue) = 251+136+108=495 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.71% from 495); Green value is 136 (53.52% from 255 or 27.47% from 495); Blue value is 108 (42.58% from 255 or 21.82% from 495); Max value from RGB is 251 - color contains mainly: red. Hex color #FB886C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB886C is #047793. Grayscale: #A7A7A7. Windows color (decimal): -292756 or 7112955. OLE color: 7112955.
HSL color Cylindrical-coordinate representation of color #FB886C: hue angle of 11.75º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FB886C is Cyan = 0, Magento = 0.46, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 136 | 108 | - |
| CMYK | 0 | 0.46 | 0.57 | 0.02 |
| HSL | 11.75º | 0.95% | 0.7% | - |
| HSV(B) | 11.75º | 0.57% | 0.98% | - |
| XYZ | 51.29 | 39.2 | 19.05 | - |
| YUV | 167.19 | 94.6 | 187.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 136 | 108 | 0 | 0.46 | 0.57 | 0.02 | 11.75 | 0.95 | 0.7 |
| Hex | FB | 88 | 6C | 0 | 2E | 39 | 2 | C | 5F | 46 |
| Octal | 373 | 210 | 154 | 0 | 56 | 71 | 2 | 14 | 137 | 106 |
| Binary | 11111011 | 10001000 | 1101100 | 0 | 101110 | 111001 | 10 | 1100 | 1011111 | 1000110 |
Color Harmonies of #FB886C
Complementary color
Monochromatic Colors of #FB886C
Black with #FB886C
Text Example
Text Example
White with #FB886C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB886C; }
p { color: rgb(251,136,108); }
H1.HeaderClassName
{
color: #FB886C;
}
.AnyTagClassName
{
color: #FB886C;
}
</style>
background-color css
<style>
a { background-color: #FB886C; }
a { background-color: rgb(251,136,108); }
div.DivClassName
{
background-color: #FB886C;
}
.BgClassName
{
background-color: #FB886C;
}
</style>
border-color css
<style>
span { border-color: #FB886C; }
span { border-color: rgb(251,136,108); }
td.TdClassName
{
border-color: #FB886C;
}
.TagClassName
{
border-color: #FB886C;
}
</style>