Shades of Light Salmon #FBA27A
Tints of Light Salmon #FBA27A
RGB
CMYK
RGB Variations
Color information
#FBA27A (or 0xFBA27A) is known color: Light Salmon. HEX triplet: FB, A2 and 7A. RGB value is (251,162,122). Sum of RGB (Red+Green+Blue) = 251+162+122=535 (70% of max value = 765). Red value is 251 (98.44% from 255 or 46.92% from 535); Green value is 162 (63.67% from 255 or 30.28% from 535); Blue value is 122 (48.05% from 255 or 22.80% from 535); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA27A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA27A is #045D85. Grayscale: #B8B8B8. Windows color (decimal): -286086 or 8037115. OLE color: 8037115.
HSL color Cylindrical-coordinate representation of color #FBA27A: hue angle of 18.6º 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 #FBA27A is Cyan = 0, Magento = 0.35, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 162 | 122 | - |
| CMYK | 0 | 0.35 | 0.51 | 0.02 |
| HSL | 18.6º | 0.94% | 0.73% | - |
| HSV(B) | 18.6º | 0.51% | 0.98% | - |
| XYZ | 56.22 | 47.76 | 24.67 | - |
| YUV | 184.05 | 92.99 | 175.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 162 | 122 | 0 | 0.35 | 0.51 | 0.02 | 18.6 | 0.94 | 0.73 |
| Hex | FB | A2 | 7A | 0 | 23 | 33 | 2 | 13 | 5E | 49 |
| Octal | 373 | 242 | 172 | 0 | 43 | 63 | 2 | 23 | 136 | 111 |
| Binary | 11111011 | 10100010 | 1111010 | 0 | 100011 | 110011 | 10 | 10011 | 1011110 | 1001001 |
Color Harmonies of #FBA27A
Complementary color
Monochromatic Colors of #FBA27A
Black with #FBA27A
Text Example
Text Example
White with #FBA27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA27A; }
p { color: rgb(251,162,122); }
H1.HeaderClassName
{
color: #FBA27A;
}
.AnyTagClassName
{
color: #FBA27A;
}
</style>
background-color css
<style>
a { background-color: #FBA27A; }
a { background-color: rgb(251,162,122); }
div.DivClassName
{
background-color: #FBA27A;
}
.BgClassName
{
background-color: #FBA27A;
}
</style>
border-color css
<style>
span { border-color: #FBA27A; }
span { border-color: rgb(251,162,122); }
td.TdClassName
{
border-color: #FBA27A;
}
.TagClassName
{
border-color: #FBA27A;
}
</style>