Shades of Light Salmon #FAA383
Tints of Light Salmon #FAA383
RGB
CMYK
RGB Variations
Color information
#FAA383 (or 0xFAA383) is known color: Light Salmon. HEX triplet: FA, A3 and 83. RGB value is (250,163,131). Sum of RGB (Red+Green+Blue) = 250+163+131=544 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.96% from 544); Green value is 163 (64.06% from 255 or 29.96% from 544); Blue value is 131 (51.56% from 255 or 24.08% from 544); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA383 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA383 is #055C7C. Grayscale: #B9B9B9. Windows color (decimal): -351357 or 8627194. OLE color: 8627194.
HSL color Cylindrical-coordinate representation of color #FAA383: hue angle of 16.13º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FAA383 is Cyan = 0, Magento = 0.35, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 163 | 131 | - |
| CMYK | 0 | 0.35 | 0.48 | 0.02 |
| HSL | 16.13º | 0.92% | 0.75% | - |
| HSV(B) | 16.13º | 0.48% | 0.98% | - |
| XYZ | 56.62 | 48.16 | 27.78 | - |
| YUV | 185.37 | 97.32 | 174.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 163 | 131 | 0 | 0.35 | 0.48 | 0.02 | 16.13 | 0.92 | 0.75 |
| Hex | FA | A3 | 83 | 0 | 23 | 30 | 2 | 10 | 5C | 4B |
| Octal | 372 | 243 | 203 | 0 | 43 | 60 | 2 | 20 | 134 | 113 |
| Binary | 11111010 | 10100011 | 10000011 | 0 | 100011 | 110000 | 10 | 10000 | 1011100 | 1001011 |
Color Harmonies of #FAA383
Complementary color
Monochromatic Colors of #FAA383
Black with #FAA383
Text Example
Text Example
White with #FAA383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA383; }
p { color: rgb(250,163,131); }
H1.HeaderClassName
{
color: #FAA383;
}
.AnyTagClassName
{
color: #FAA383;
}
</style>
background-color css
<style>
a { background-color: #FAA383; }
a { background-color: rgb(250,163,131); }
div.DivClassName
{
background-color: #FAA383;
}
.BgClassName
{
background-color: #FAA383;
}
</style>
border-color css
<style>
span { border-color: #FAA383; }
span { border-color: rgb(250,163,131); }
td.TdClassName
{
border-color: #FAA383;
}
.TagClassName
{
border-color: #FAA383;
}
</style>