Shades of Light Salmon #FAA384
Tints of Light Salmon #FAA384
RGB
CMYK
RGB Variations
Color information
#FAA384 (or 0xFAA384) is known color: Light Salmon. HEX triplet: FA, A3 and 84. RGB value is (250,163,132). Sum of RGB (Red+Green+Blue) = 250+163+132=545 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.87% from 545); Green value is 163 (64.06% from 255 or 29.91% from 545); Blue value is 132 (51.95% from 255 or 24.22% from 545); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA384 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA384 is #055C7B. Grayscale: #B9B9B9. Windows color (decimal): -351356 or 8692730. OLE color: 8692730.
HSL color Cylindrical-coordinate representation of color #FAA384: hue angle of 15.76º degrees, saturation: 0.92, 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 #FAA384 is Cyan = 0, Magento = 0.35, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 163 | 132 | - |
| CMYK | 0 | 0.35 | 0.47 | 0.02 |
| HSL | 15.76º | 0.92% | 0.75% | - |
| HSV(B) | 15.76º | 0.47% | 0.98% | - |
| XYZ | 56.69 | 48.18 | 28.14 | - |
| YUV | 185.48 | 97.82 | 174.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 163 | 132 | 0 | 0.35 | 0.47 | 0.02 | 15.76 | 0.92 | 0.75 |
| Hex | FA | A3 | 84 | 0 | 23 | 2F | 2 | 10 | 5C | 4B |
| Octal | 372 | 243 | 204 | 0 | 43 | 57 | 2 | 20 | 134 | 113 |
| Binary | 11111010 | 10100011 | 10000100 | 0 | 100011 | 101111 | 10 | 10000 | 1011100 | 1001011 |
Color Harmonies of #FAA384
Complementary color
Monochromatic Colors of #FAA384
Black with #FAA384
Text Example
Text Example
White with #FAA384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA384; }
p { color: rgb(250,163,132); }
H1.HeaderClassName
{
color: #FAA384;
}
.AnyTagClassName
{
color: #FAA384;
}
</style>
background-color css
<style>
a { background-color: #FAA384; }
a { background-color: rgb(250,163,132); }
div.DivClassName
{
background-color: #FAA384;
}
.BgClassName
{
background-color: #FAA384;
}
</style>
border-color css
<style>
span { border-color: #FAA384; }
span { border-color: rgb(250,163,132); }
td.TdClassName
{
border-color: #FAA384;
}
.TagClassName
{
border-color: #FAA384;
}
</style>