Shades of Light Salmon #FBA27B
Tints of Light Salmon #FBA27B
RGB
CMYK
RGB Variations
Color information
#FBA27B (or 0xFBA27B) is known color: Light Salmon. HEX triplet: FB, A2 and 7B. RGB value is (251,162,123). Sum of RGB (Red+Green+Blue) = 251+162+123=536 (70% of max value = 765). Red value is 251 (98.44% from 255 or 46.83% from 536); Green value is 162 (63.67% from 255 or 30.22% from 536); Blue value is 123 (48.44% from 255 or 22.95% from 536); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA27B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA27B is #045D84. Grayscale: #B8B8B8. Windows color (decimal): -286085 or 8102651. OLE color: 8102651.
HSL color Cylindrical-coordinate representation of color #FBA27B: hue angle of 18.28º 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 #FBA27B is Cyan = 0, Magento = 0.35, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 162 | 123 | - |
| CMYK | 0 | 0.35 | 0.51 | 0.02 |
| HSL | 18.28º | 0.94% | 0.73% | - |
| HSV(B) | 18.28º | 0.51% | 0.98% | - |
| XYZ | 56.28 | 47.78 | 25 | - |
| YUV | 184.17 | 93.49 | 175.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 162 | 123 | 0 | 0.35 | 0.51 | 0.02 | 18.28 | 0.94 | 0.73 |
| Hex | FB | A2 | 7B | 0 | 23 | 33 | 2 | 12 | 5E | 49 |
| Octal | 373 | 242 | 173 | 0 | 43 | 63 | 2 | 22 | 136 | 111 |
| Binary | 11111011 | 10100010 | 1111011 | 0 | 100011 | 110011 | 10 | 10010 | 1011110 | 1001001 |
Color Harmonies of #FBA27B
Complementary color
Monochromatic Colors of #FBA27B
Black with #FBA27B
Text Example
Text Example
White with #FBA27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA27B; }
p { color: rgb(251,162,123); }
H1.HeaderClassName
{
color: #FBA27B;
}
.AnyTagClassName
{
color: #FBA27B;
}
</style>
background-color css
<style>
a { background-color: #FBA27B; }
a { background-color: rgb(251,162,123); }
div.DivClassName
{
background-color: #FBA27B;
}
.BgClassName
{
background-color: #FBA27B;
}
</style>
border-color css
<style>
span { border-color: #FBA27B; }
span { border-color: rgb(251,162,123); }
td.TdClassName
{
border-color: #FBA27B;
}
.TagClassName
{
border-color: #FBA27B;
}
</style>