Shades of Light Salmon #FBA484
Tints of Light Salmon #FBA484
RGB
CMYK
RGB Variations
Color information
#FBA484 (or 0xFBA484) is known color: Light Salmon. HEX triplet: FB, A4 and 84. RGB value is (251,164,132). Sum of RGB (Red+Green+Blue) = 251+164+132=547 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.89% from 547); Green value is 164 (64.45% from 255 or 29.98% from 547); Blue value is 132 (51.95% from 255 or 24.13% from 547); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA484 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA484 is #045B7B. Grayscale: #BABABA. Windows color (decimal): -285564 or 8692987. OLE color: 8692987.
HSL color Cylindrical-coordinate representation of color #FBA484: hue angle of 16.13º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FBA484 is Cyan = 0, Magento = 0.35, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 164 | 132 | - |
| CMYK | 0 | 0.35 | 0.47 | 0.02 |
| HSL | 16.13º | 0.94% | 0.75% | - |
| HSV(B) | 16.13º | 0.47% | 0.98% | - |
| XYZ | 57.22 | 48.73 | 28.22 | - |
| YUV | 186.37 | 97.32 | 174.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 164 | 132 | 0 | 0.35 | 0.47 | 0.02 | 16.13 | 0.94 | 0.75 |
| Hex | FB | A4 | 84 | 0 | 23 | 2F | 2 | 10 | 5E | 4B |
| Octal | 373 | 244 | 204 | 0 | 43 | 57 | 2 | 20 | 136 | 113 |
| Binary | 11111011 | 10100100 | 10000100 | 0 | 100011 | 101111 | 10 | 10000 | 1011110 | 1001011 |
Color Harmonies of #FBA484
Complementary color
Monochromatic Colors of #FBA484
Black with #FBA484
Text Example
Text Example
White with #FBA484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA484; }
p { color: rgb(251,164,132); }
H1.HeaderClassName
{
color: #FBA484;
}
.AnyTagClassName
{
color: #FBA484;
}
</style>
background-color css
<style>
a { background-color: #FBA484; }
a { background-color: rgb(251,164,132); }
div.DivClassName
{
background-color: #FBA484;
}
.BgClassName
{
background-color: #FBA484;
}
</style>
border-color css
<style>
span { border-color: #FBA484; }
span { border-color: rgb(251,164,132); }
td.TdClassName
{
border-color: #FBA484;
}
.TagClassName
{
border-color: #FBA484;
}
</style>