Shades of Light Salmon #FBA87D
Tints of Light Salmon #FBA87D
RGB
CMYK
RGB Variations
Color information
#FBA87D (or 0xFBA87D) is known color: Light Salmon. HEX triplet: FB, A8 and 7D. RGB value is (251,168,125). Sum of RGB (Red+Green+Blue) = 251+168+125=544 (72% of max value = 765). Red value is 251 (98.44% from 255 or 46.14% from 544); Green value is 168 (66.02% from 255 or 30.88% from 544); Blue value is 125 (49.22% from 255 or 22.98% from 544); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA87D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA87D is #045782. Grayscale: #BCBCBC. Windows color (decimal): -284547 or 8235259. OLE color: 8235259.
HSL color Cylindrical-coordinate representation of color #FBA87D: hue angle of 20.48º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FBA87D is Cyan = 0, Magento = 0.33, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 168 | 125 | - |
| CMYK | 0 | 0.33 | 0.50 | 0.02 |
| HSL | 20.48º | 0.94% | 0.74% | - |
| HSV(B) | 20.48º | 0.5% | 0.98% | - |
| XYZ | 57.49 | 50 | 26.02 | - |
| YUV | 187.92 | 92.5 | 173 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 168 | 125 | 0 | 0.33 | 0.50 | 0.02 | 20.48 | 0.94 | 0.74 |
| Hex | FB | A8 | 7D | 0 | 21 | 32 | 2 | 14 | 5E | 4A |
| Octal | 373 | 250 | 175 | 0 | 41 | 62 | 2 | 24 | 136 | 112 |
| Binary | 11111011 | 10101000 | 1111101 | 0 | 100001 | 110010 | 10 | 10100 | 1011110 | 1001010 |
Color Harmonies of #FBA87D
Complementary color
Monochromatic Colors of #FBA87D
Black with #FBA87D
Text Example
Text Example
White with #FBA87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA87D; }
p { color: rgb(251,168,125); }
H1.HeaderClassName
{
color: #FBA87D;
}
.AnyTagClassName
{
color: #FBA87D;
}
</style>
background-color css
<style>
a { background-color: #FBA87D; }
a { background-color: rgb(251,168,125); }
div.DivClassName
{
background-color: #FBA87D;
}
.BgClassName
{
background-color: #FBA87D;
}
</style>
border-color css
<style>
span { border-color: #FBA87D; }
span { border-color: rgb(251,168,125); }
td.TdClassName
{
border-color: #FBA87D;
}
.TagClassName
{
border-color: #FBA87D;
}
</style>