Shades of Light Salmon #FB9E7A
Tints of Light Salmon #FB9E7A
RGB
CMYK
RGB Variations
Color information
#FB9E7A (or 0xFB9E7A) is known color: Light Salmon. HEX triplet: FB, 9E and 7A. RGB value is (251,158,122). Sum of RGB (Red+Green+Blue) = 251+158+122=531 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.27% from 531); Green value is 158 (62.11% from 255 or 29.76% from 531); Blue value is 122 (48.05% from 255 or 22.98% from 531); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9E7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB9E7A is #046185. Grayscale: #B5B5B5. Windows color (decimal): -287110 or 8036091. OLE color: 8036091.
HSL color Cylindrical-coordinate representation of color #FB9E7A: hue angle of 16.74º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FB9E7A is Cyan = 0, Magento = 0.37, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 158 | 122 | - |
| CMYK | 0 | 0.37 | 0.51 | 0.02 |
| HSL | 16.74º | 0.94% | 0.73% | - |
| HSV(B) | 16.74º | 0.51% | 0.98% | - |
| XYZ | 55.52 | 46.37 | 24.44 | - |
| YUV | 181.7 | 94.31 | 177.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 158 | 122 | 0 | 0.37 | 0.51 | 0.02 | 16.74 | 0.94 | 0.73 |
| Hex | FB | 9E | 7A | 0 | 25 | 33 | 2 | 11 | 5E | 49 |
| Octal | 373 | 236 | 172 | 0 | 45 | 63 | 2 | 21 | 136 | 111 |
| Binary | 11111011 | 10011110 | 1111010 | 0 | 100101 | 110011 | 10 | 10001 | 1011110 | 1001001 |
Color Harmonies of #FB9E7A
Complementary color
Monochromatic Colors of #FB9E7A
Black with #FB9E7A
Text Example
Text Example
White with #FB9E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB9E7A; }
p { color: rgb(251,158,122); }
H1.HeaderClassName
{
color: #FB9E7A;
}
.AnyTagClassName
{
color: #FB9E7A;
}
</style>
background-color css
<style>
a { background-color: #FB9E7A; }
a { background-color: rgb(251,158,122); }
div.DivClassName
{
background-color: #FB9E7A;
}
.BgClassName
{
background-color: #FB9E7A;
}
</style>
border-color css
<style>
span { border-color: #FB9E7A; }
span { border-color: rgb(251,158,122); }
td.TdClassName
{
border-color: #FB9E7A;
}
.TagClassName
{
border-color: #FB9E7A;
}
</style>