Shades of Light Salmon #FBA87F
Tints of Light Salmon #FBA87F
RGB
CMYK
RGB Variations
Color information
#FBA87F (or 0xFBA87F) is known color: Light Salmon. HEX triplet: FB, A8 and 7F. RGB value is (251,168,127). Sum of RGB (Red+Green+Blue) = 251+168+127=546 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.97% from 546); Green value is 168 (66.02% from 255 or 30.77% from 546); Blue value is 127 (50% from 255 or 23.26% from 546); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA87F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA87F is #045780. Grayscale: #BCBCBC. Windows color (decimal): -284545 or 8366331. OLE color: 8366331.
HSL color Cylindrical-coordinate representation of color #FBA87F: hue angle of 19.84º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FBA87F is Cyan = 0, Magento = 0.33, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 168 | 127 | - |
| CMYK | 0 | 0.33 | 0.49 | 0.02 |
| HSL | 19.84º | 0.94% | 0.74% | - |
| HSV(B) | 19.84º | 0.49% | 0.98% | - |
| XYZ | 57.62 | 50.05 | 26.7 | - |
| YUV | 188.14 | 93.5 | 172.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 168 | 127 | 0 | 0.33 | 0.49 | 0.02 | 19.84 | 0.94 | 0.74 |
| Hex | FB | A8 | 7F | 0 | 21 | 31 | 2 | 14 | 5E | 4A |
| Octal | 373 | 250 | 177 | 0 | 41 | 61 | 2 | 24 | 136 | 112 |
| Binary | 11111011 | 10101000 | 1111111 | 0 | 100001 | 110001 | 10 | 10100 | 1011110 | 1001010 |
Color Harmonies of #FBA87F
Complementary color
Monochromatic Colors of #FBA87F
Black with #FBA87F
Text Example
Text Example
White with #FBA87F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA87F; }
p { color: rgb(251,168,127); }
H1.HeaderClassName
{
color: #FBA87F;
}
.AnyTagClassName
{
color: #FBA87F;
}
</style>
background-color css
<style>
a { background-color: #FBA87F; }
a { background-color: rgb(251,168,127); }
div.DivClassName
{
background-color: #FBA87F;
}
.BgClassName
{
background-color: #FBA87F;
}
</style>
border-color css
<style>
span { border-color: #FBA87F; }
span { border-color: rgb(251,168,127); }
td.TdClassName
{
border-color: #FBA87F;
}
.TagClassName
{
border-color: #FBA87F;
}
</style>