Shades of Light Salmon #FBA47B
Tints of Light Salmon #FBA47B
RGB
CMYK
RGB Variations
Color information
#FBA47B (or 0xFBA47B) is known color: Light Salmon. HEX triplet: FB, A4 and 7B. RGB value is (251,164,123). Sum of RGB (Red+Green+Blue) = 251+164+123=538 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.65% from 538); Green value is 164 (64.45% from 255 or 30.48% from 538); Blue value is 123 (48.44% from 255 or 22.86% from 538); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA47B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA47B is #045B84. Grayscale: #B9B9B9. Windows color (decimal): -285573 or 8103163. OLE color: 8103163.
HSL color Cylindrical-coordinate representation of color #FBA47B: hue angle of 19.22º 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 #FBA47B is Cyan = 0, Magento = 0.35, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 164 | 123 | - |
| CMYK | 0 | 0.35 | 0.51 | 0.02 |
| HSL | 19.22º | 0.94% | 0.73% | - |
| HSV(B) | 19.22º | 0.51% | 0.98% | - |
| XYZ | 56.63 | 48.49 | 25.11 | - |
| YUV | 185.34 | 92.82 | 174.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 164 | 123 | 0 | 0.35 | 0.51 | 0.02 | 19.22 | 0.94 | 0.73 |
| Hex | FB | A4 | 7B | 0 | 23 | 33 | 2 | 13 | 5E | 49 |
| Octal | 373 | 244 | 173 | 0 | 43 | 63 | 2 | 23 | 136 | 111 |
| Binary | 11111011 | 10100100 | 1111011 | 0 | 100011 | 110011 | 10 | 10011 | 1011110 | 1001001 |
Color Harmonies of #FBA47B
Complementary color
Monochromatic Colors of #FBA47B
Black with #FBA47B
Text Example
Text Example
White with #FBA47B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA47B; }
p { color: rgb(251,164,123); }
H1.HeaderClassName
{
color: #FBA47B;
}
.AnyTagClassName
{
color: #FBA47B;
}
</style>
background-color css
<style>
a { background-color: #FBA47B; }
a { background-color: rgb(251,164,123); }
div.DivClassName
{
background-color: #FBA47B;
}
.BgClassName
{
background-color: #FBA47B;
}
</style>
border-color css
<style>
span { border-color: #FBA47B; }
span { border-color: rgb(251,164,123); }
td.TdClassName
{
border-color: #FBA47B;
}
.TagClassName
{
border-color: #FBA47B;
}
</style>