Shades of Light Salmon #FBA585
Tints of Light Salmon #FBA585
RGB
CMYK
RGB Variations
Color information
#FBA585 (or 0xFBA585) is known color: Light Salmon. HEX triplet: FB, A5 and 85. RGB value is (251,165,133). Sum of RGB (Red+Green+Blue) = 251+165+133=549 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.72% from 549); Green value is 165 (64.84% from 255 or 30.05% from 549); Blue value is 133 (52.34% from 255 or 24.23% from 549); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA585 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA585 is #045A7A. Grayscale: #BBBBBB. Windows color (decimal): -285307 or 8758779. OLE color: 8758779.
HSL color Cylindrical-coordinate representation of color #FBA585: hue angle of 16.27º 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 #FBA585 is Cyan = 0, Magento = 0.34, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 165 | 133 | - |
| CMYK | 0 | 0.34 | 0.47 | 0.02 |
| HSL | 16.27º | 0.94% | 0.75% | - |
| HSV(B) | 16.27º | 0.47% | 0.98% | - |
| XYZ | 57.47 | 49.11 | 28.64 | - |
| YUV | 187.07 | 97.49 | 173.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 165 | 133 | 0 | 0.34 | 0.47 | 0.02 | 16.27 | 0.94 | 0.75 |
| Hex | FB | A5 | 85 | 0 | 22 | 2F | 2 | 10 | 5E | 4B |
| Octal | 373 | 245 | 205 | 0 | 42 | 57 | 2 | 20 | 136 | 113 |
| Binary | 11111011 | 10100101 | 10000101 | 0 | 100010 | 101111 | 10 | 10000 | 1011110 | 1001011 |
Color Harmonies of #FBA585
Complementary color
Monochromatic Colors of #FBA585
Black with #FBA585
Text Example
Text Example
White with #FBA585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA585; }
p { color: rgb(251,165,133); }
H1.HeaderClassName
{
color: #FBA585;
}
.AnyTagClassName
{
color: #FBA585;
}
</style>
background-color css
<style>
a { background-color: #FBA585; }
a { background-color: rgb(251,165,133); }
div.DivClassName
{
background-color: #FBA585;
}
.BgClassName
{
background-color: #FBA585;
}
</style>
border-color css
<style>
span { border-color: #FBA585; }
span { border-color: rgb(251,165,133); }
td.TdClassName
{
border-color: #FBA585;
}
.TagClassName
{
border-color: #FBA585;
}
</style>