Shades of Light Salmon #FBA588
Tints of Light Salmon #FBA588
RGB
CMYK
RGB Variations
Color information
#FBA588 (or 0xFBA588) is known color: Light Salmon. HEX triplet: FB, A5 and 88. RGB value is (251,165,136). Sum of RGB (Red+Green+Blue) = 251+165+136=552 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.47% from 552); Green value is 165 (64.84% from 255 or 29.89% from 552); Blue value is 136 (53.52% from 255 or 24.64% from 552); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA588 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA588 is #045A77. Grayscale: #BBBBBB. Windows color (decimal): -285304 or 8955387. OLE color: 8955387.
HSL color Cylindrical-coordinate representation of color #FBA588: hue angle of 15.13º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FBA588 is Cyan = 0, Magento = 0.34, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 165 | 136 | - |
| CMYK | 0 | 0.34 | 0.46 | 0.02 |
| HSL | 15.13º | 0.93% | 0.76% | - |
| HSV(B) | 15.13º | 0.46% | 0.98% | - |
| XYZ | 57.68 | 49.2 | 29.75 | - |
| YUV | 187.41 | 98.99 | 173.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 165 | 136 | 0 | 0.34 | 0.46 | 0.02 | 15.13 | 0.93 | 0.76 |
| Hex | FB | A5 | 88 | 0 | 22 | 2E | 2 | F | 5D | 4C |
| Octal | 373 | 245 | 210 | 0 | 42 | 56 | 2 | 17 | 135 | 114 |
| Binary | 11111011 | 10100101 | 10001000 | 0 | 100010 | 101110 | 10 | 1111 | 1011101 | 1001100 |
Color Harmonies of #FBA588
Complementary color
Monochromatic Colors of #FBA588
Black with #FBA588
Text Example
Text Example
White with #FBA588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA588; }
p { color: rgb(251,165,136); }
H1.HeaderClassName
{
color: #FBA588;
}
.AnyTagClassName
{
color: #FBA588;
}
</style>
background-color css
<style>
a { background-color: #FBA588; }
a { background-color: rgb(251,165,136); }
div.DivClassName
{
background-color: #FBA588;
}
.BgClassName
{
background-color: #FBA588;
}
</style>
border-color css
<style>
span { border-color: #FBA588; }
span { border-color: rgb(251,165,136); }
td.TdClassName
{
border-color: #FBA588;
}
.TagClassName
{
border-color: #FBA588;
}
</style>