Shades of Light Salmon #FBA47F
Tints of Light Salmon #FBA47F
RGB
CMYK
RGB Variations
Color information
#FBA47F (or 0xFBA47F) is known color: Light Salmon. HEX triplet: FB, A4 and 7F. RGB value is (251,164,127). Sum of RGB (Red+Green+Blue) = 251+164+127=542 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.31% from 542); Green value is 164 (64.45% from 255 or 30.26% from 542); Blue value is 127 (50% from 255 or 23.43% from 542); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA47F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA47F is #045B80. Grayscale: #BABABA. Windows color (decimal): -285569 or 8365307. OLE color: 8365307.
HSL color Cylindrical-coordinate representation of color #FBA47F: hue angle of 17.9º 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 #FBA47F is Cyan = 0, Magento = 0.35, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 164 | 127 | - |
| CMYK | 0 | 0.35 | 0.49 | 0.02 |
| HSL | 17.9º | 0.94% | 0.74% | - |
| HSV(B) | 17.9º | 0.49% | 0.98% | - |
| XYZ | 56.89 | 48.59 | 26.46 | - |
| YUV | 185.8 | 94.82 | 174.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 164 | 127 | 0 | 0.35 | 0.49 | 0.02 | 17.9 | 0.94 | 0.74 |
| Hex | FB | A4 | 7F | 0 | 23 | 31 | 2 | 12 | 5E | 4A |
| Octal | 373 | 244 | 177 | 0 | 43 | 61 | 2 | 22 | 136 | 112 |
| Binary | 11111011 | 10100100 | 1111111 | 0 | 100011 | 110001 | 10 | 10010 | 1011110 | 1001010 |
Color Harmonies of #FBA47F
Complementary color
Monochromatic Colors of #FBA47F
Black with #FBA47F
Text Example
Text Example
White with #FBA47F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA47F; }
p { color: rgb(251,164,127); }
H1.HeaderClassName
{
color: #FBA47F;
}
.AnyTagClassName
{
color: #FBA47F;
}
</style>
background-color css
<style>
a { background-color: #FBA47F; }
a { background-color: rgb(251,164,127); }
div.DivClassName
{
background-color: #FBA47F;
}
.BgClassName
{
background-color: #FBA47F;
}
</style>
border-color css
<style>
span { border-color: #FBA47F; }
span { border-color: rgb(251,164,127); }
td.TdClassName
{
border-color: #FBA47F;
}
.TagClassName
{
border-color: #FBA47F;
}
</style>