Shades of Salmon #FD8B7B
Tints of Salmon #FD8B7B
RGB
CMYK
RGB Variations
Color information
#FD8B7B (or 0xFD8B7B) is known color: Salmon. HEX triplet: FD, 8B and 7B. RGB value is (253,139,123). Sum of RGB (Red+Green+Blue) = 253+139+123=515 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.13% from 515); Green value is 139 (54.69% from 255 or 26.99% from 515); Blue value is 123 (48.44% from 255 or 23.88% from 515); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8B7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD8B7B is #027484. Grayscale: #ABABAB. Windows color (decimal): -160901 or 8096765. OLE color: 8096765.
HSL color Cylindrical-coordinate representation of color #FD8B7B: hue angle of 7.38º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FD8B7B is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 139 | 123 | - |
| CMYK | 0 | 0.45 | 0.51 | 0.01 |
| HSL | 7.38º | 0.97% | 0.74% | - |
| HSV(B) | 7.38º | 0.51% | 0.99% | - |
| XYZ | 53.32 | 40.78 | 23.8 | - |
| YUV | 171.26 | 100.77 | 186.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 139 | 123 | 0 | 0.45 | 0.51 | 0.01 | 7.38 | 0.97 | 0.74 |
| Hex | FD | 8B | 7B | 0 | 2D | 33 | 1 | 7 | 61 | 4A |
| Octal | 375 | 213 | 173 | 0 | 55 | 63 | 1 | 7 | 141 | 112 |
| Binary | 11111101 | 10001011 | 1111011 | 0 | 101101 | 110011 | 1 | 111 | 1100001 | 1001010 |
Color Harmonies of #FD8B7B
Complementary color
Monochromatic Colors of #FD8B7B
Black with #FD8B7B
Text Example
Text Example
White with #FD8B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8B7B; }
p { color: rgb(253,139,123); }
H1.HeaderClassName
{
color: #FD8B7B;
}
.AnyTagClassName
{
color: #FD8B7B;
}
</style>
background-color css
<style>
a { background-color: #FD8B7B; }
a { background-color: rgb(253,139,123); }
div.DivClassName
{
background-color: #FD8B7B;
}
.BgClassName
{
background-color: #FD8B7B;
}
</style>
border-color css
<style>
span { border-color: #FD8B7B; }
span { border-color: rgb(253,139,123); }
td.TdClassName
{
border-color: #FD8B7B;
}
.TagClassName
{
border-color: #FD8B7B;
}
</style>