Shades of Salmon #FB816D
Tints of Salmon #FB816D
RGB
CMYK
RGB Variations
Color information
#FB816D (or 0xFB816D) is known color: Salmon. HEX triplet: FB, 81 and 6D. RGB value is (251,129,109). Sum of RGB (Red+Green+Blue) = 251+129+109=489 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.33% from 489); Green value is 129 (50.78% from 255 or 26.38% from 489); Blue value is 109 (42.97% from 255 or 22.29% from 489); Max value from RGB is 251 - color contains mainly: red. Hex color #FB816D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB816D is #047E92. Grayscale: #A3A3A3. Windows color (decimal): -294547 or 7176699. OLE color: 7176699.
HSL color Cylindrical-coordinate representation of color #FB816D: hue angle of 8.45º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FB816D is Cyan = 0, Magento = 0.49, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 129 | 109 | - |
| CMYK | 0 | 0.49 | 0.57 | 0.02 |
| HSL | 8.45º | 0.95% | 0.71% | - |
| HSV(B) | 8.45º | 0.57% | 0.98% | - |
| XYZ | 50.39 | 37.31 | 19.01 | - |
| YUV | 163.2 | 97.42 | 190.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 129 | 109 | 0 | 0.49 | 0.57 | 0.02 | 8.45 | 0.95 | 0.71 |
| Hex | FB | 81 | 6D | 0 | 31 | 39 | 2 | 8 | 5F | 47 |
| Octal | 373 | 201 | 155 | 0 | 61 | 71 | 2 | 10 | 137 | 107 |
| Binary | 11111011 | 10000001 | 1101101 | 0 | 110001 | 111001 | 10 | 1000 | 1011111 | 1000111 |
Color Harmonies of #FB816D
Complementary color
Monochromatic Colors of #FB816D
Black with #FB816D
Text Example
Text Example
White with #FB816D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB816D; }
p { color: rgb(251,129,109); }
H1.HeaderClassName
{
color: #FB816D;
}
.AnyTagClassName
{
color: #FB816D;
}
</style>
background-color css
<style>
a { background-color: #FB816D; }
a { background-color: rgb(251,129,109); }
div.DivClassName
{
background-color: #FB816D;
}
.BgClassName
{
background-color: #FB816D;
}
</style>
border-color css
<style>
span { border-color: #FB816D; }
span { border-color: rgb(251,129,109); }
td.TdClassName
{
border-color: #FB816D;
}
.TagClassName
{
border-color: #FB816D;
}
</style>