Shades of Salmon #FB847D
Tints of Salmon #FB847D
RGB
CMYK
RGB Variations
Color information
#FB847D (or 0xFB847D) is known color: Salmon. HEX triplet: FB, 84 and 7D. RGB value is (251,132,125). Sum of RGB (Red+Green+Blue) = 251+132+125=508 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.41% from 508); Green value is 132 (51.95% from 255 or 25.98% from 508); Blue value is 125 (49.22% from 255 or 24.61% from 508); Max value from RGB is 251 - color contains mainly: red. Hex color #FB847D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB847D is #047B82. Grayscale: #A6A6A6. Windows color (decimal): -293763 or 8226043. OLE color: 8226043.
HSL color Cylindrical-coordinate representation of color #FB847D: hue angle of 3.33º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FB847D is Cyan = 0, Magento = 0.47, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 132 | 125 | - |
| CMYK | 0 | 0.47 | 0.50 | 0.02 |
| HSL | 3.33º | 0.94% | 0.74% | - |
| HSV(B) | 3.33º | 0.5% | 0.98% | - |
| XYZ | 51.74 | 38.49 | 24.11 | - |
| YUV | 166.78 | 104.42 | 188.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 132 | 125 | 0 | 0.47 | 0.50 | 0.02 | 3.33 | 0.94 | 0.74 |
| Hex | FB | 84 | 7D | 0 | 2F | 32 | 2 | 3 | 5E | 4A |
| Octal | 373 | 204 | 175 | 0 | 57 | 62 | 2 | 3 | 136 | 112 |
| Binary | 11111011 | 10000100 | 1111101 | 0 | 101111 | 110010 | 10 | 11 | 1011110 | 1001010 |
Color Harmonies of #FB847D
Complementary color
Monochromatic Colors of #FB847D
Black with #FB847D
Text Example
Text Example
White with #FB847D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB847D; }
p { color: rgb(251,132,125); }
H1.HeaderClassName
{
color: #FB847D;
}
.AnyTagClassName
{
color: #FB847D;
}
</style>
background-color css
<style>
a { background-color: #FB847D; }
a { background-color: rgb(251,132,125); }
div.DivClassName
{
background-color: #FB847D;
}
.BgClassName
{
background-color: #FB847D;
}
</style>
border-color css
<style>
span { border-color: #FB847D; }
span { border-color: rgb(251,132,125); }
td.TdClassName
{
border-color: #FB847D;
}
.TagClassName
{
border-color: #FB847D;
}
</style>