Shades of Salmon #FB8166
Tints of Salmon #FB8166
RGB
CMYK
RGB Variations
Color information
#FB8166 (or 0xFB8166) is known color: Salmon. HEX triplet: FB, 81 and 66. RGB value is (251,129,102). Sum of RGB (Red+Green+Blue) = 251+129+102=482 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.07% from 482); Green value is 129 (50.78% from 255 or 26.76% from 482); Blue value is 102 (40.23% from 255 or 21.16% from 482); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8166 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8166 is #047E99. Grayscale: #A2A2A2. Windows color (decimal): -294554 or 6717947. OLE color: 6717947.
HSL color Cylindrical-coordinate representation of color #FB8166: hue angle of 10.87º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FB8166 is Cyan = 0, Magento = 0.49, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 129 | 102 | - |
| CMYK | 0 | 0.49 | 0.59 | 0.02 |
| HSL | 10.87º | 0.95% | 0.69% | - |
| HSV(B) | 10.87º | 0.59% | 0.98% | - |
| XYZ | 50.03 | 37.17 | 17.11 | - |
| YUV | 162.4 | 93.92 | 191.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 129 | 102 | 0 | 0.49 | 0.59 | 0.02 | 10.87 | 0.95 | 0.69 |
| Hex | FB | 81 | 66 | 0 | 31 | 3B | 2 | B | 5F | 45 |
| Octal | 373 | 201 | 146 | 0 | 61 | 73 | 2 | 13 | 137 | 105 |
| Binary | 11111011 | 10000001 | 1100110 | 0 | 110001 | 111011 | 10 | 1011 | 1011111 | 1000101 |
Color Harmonies of #FB8166
Complementary color
Monochromatic Colors of #FB8166
Black with #FB8166
Text Example
Text Example
White with #FB8166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8166; }
p { color: rgb(251,129,102); }
H1.HeaderClassName
{
color: #FB8166;
}
.AnyTagClassName
{
color: #FB8166;
}
</style>
background-color css
<style>
a { background-color: #FB8166; }
a { background-color: rgb(251,129,102); }
div.DivClassName
{
background-color: #FB8166;
}
.BgClassName
{
background-color: #FB8166;
}
</style>
border-color css
<style>
span { border-color: #FB8166; }
span { border-color: rgb(251,129,102); }
td.TdClassName
{
border-color: #FB8166;
}
.TagClassName
{
border-color: #FB8166;
}
</style>