Shades of Light Salmon #FBAB85
Tints of Light Salmon #FBAB85
RGB
CMYK
RGB Variations
Color information
#FBAB85 (or 0xFBAB85) is known color: Light Salmon. HEX triplet: FB, AB and 85. RGB value is (251,171,133). Sum of RGB (Red+Green+Blue) = 251+171+133=555 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.23% from 555); Green value is 171 (67.19% from 255 or 30.81% from 555); Blue value is 133 (52.34% from 255 or 23.96% from 555); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAB85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBAB85 is #04547A. Grayscale: #BEBEBE. Windows color (decimal): -283771 or 8760315. OLE color: 8760315.
HSL color Cylindrical-coordinate representation of color #FBAB85: hue angle of 19.32º 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 #FBAB85 is Cyan = 0, Magento = 0.32, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 171 | 133 | - |
| CMYK | 0 | 0.32 | 0.47 | 0.02 |
| HSL | 19.32º | 0.94% | 0.75% | - |
| HSV(B) | 19.32º | 0.47% | 0.98% | - |
| XYZ | 58.58 | 51.33 | 29.01 | - |
| YUV | 190.59 | 95.5 | 171.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 171 | 133 | 0 | 0.32 | 0.47 | 0.02 | 19.32 | 0.94 | 0.75 |
| Hex | FB | AB | 85 | 0 | 20 | 2F | 2 | 13 | 5E | 4B |
| Octal | 373 | 253 | 205 | 0 | 40 | 57 | 2 | 23 | 136 | 113 |
| Binary | 11111011 | 10101011 | 10000101 | 0 | 100000 | 101111 | 10 | 10011 | 1011110 | 1001011 |
Color Harmonies of #FBAB85
Complementary color
Monochromatic Colors of #FBAB85
Black with #FBAB85
Text Example
Text Example
White with #FBAB85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAB85; }
p { color: rgb(251,171,133); }
H1.HeaderClassName
{
color: #FBAB85;
}
.AnyTagClassName
{
color: #FBAB85;
}
</style>
background-color css
<style>
a { background-color: #FBAB85; }
a { background-color: rgb(251,171,133); }
div.DivClassName
{
background-color: #FBAB85;
}
.BgClassName
{
background-color: #FBAB85;
}
</style>
border-color css
<style>
span { border-color: #FBAB85; }
span { border-color: rgb(251,171,133); }
td.TdClassName
{
border-color: #FBAB85;
}
.TagClassName
{
border-color: #FBAB85;
}
</style>