Shades of Light Salmon #FBA27E
Tints of Light Salmon #FBA27E
RGB
CMYK
RGB Variations
Color information
#FBA27E (or 0xFBA27E) is known color: Light Salmon. HEX triplet: FB, A2 and 7E. RGB value is (251,162,126). Sum of RGB (Red+Green+Blue) = 251+162+126=539 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.57% from 539); Green value is 162 (63.67% from 255 or 30.06% from 539); Blue value is 126 (49.61% from 255 or 23.38% from 539); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA27E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA27E is #045D81. Grayscale: #B8B8B8. Windows color (decimal): -286082 or 8299259. OLE color: 8299259.
HSL color Cylindrical-coordinate representation of color #FBA27E: hue angle of 17.28º 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 #FBA27E is Cyan = 0, Magento = 0.35, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 162 | 126 | - |
| CMYK | 0 | 0.35 | 0.50 | 0.02 |
| HSL | 17.28º | 0.94% | 0.74% | - |
| HSV(B) | 17.28º | 0.5% | 0.98% | - |
| XYZ | 56.47 | 47.86 | 26 | - |
| YUV | 184.51 | 94.99 | 175.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 162 | 126 | 0 | 0.35 | 0.50 | 0.02 | 17.28 | 0.94 | 0.74 |
| Hex | FB | A2 | 7E | 0 | 23 | 32 | 2 | 11 | 5E | 4A |
| Octal | 373 | 242 | 176 | 0 | 43 | 62 | 2 | 21 | 136 | 112 |
| Binary | 11111011 | 10100010 | 1111110 | 0 | 100011 | 110010 | 10 | 10001 | 1011110 | 1001010 |
Color Harmonies of #FBA27E
Complementary color
Monochromatic Colors of #FBA27E
Black with #FBA27E
Text Example
Text Example
White with #FBA27E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA27E; }
p { color: rgb(251,162,126); }
H1.HeaderClassName
{
color: #FBA27E;
}
.AnyTagClassName
{
color: #FBA27E;
}
</style>
background-color css
<style>
a { background-color: #FBA27E; }
a { background-color: rgb(251,162,126); }
div.DivClassName
{
background-color: #FBA27E;
}
.BgClassName
{
background-color: #FBA27E;
}
</style>
border-color css
<style>
span { border-color: #FBA27E; }
span { border-color: rgb(251,162,126); }
td.TdClassName
{
border-color: #FBA27E;
}
.TagClassName
{
border-color: #FBA27E;
}
</style>