Shades of Light Salmon #FAA584
Tints of Light Salmon #FAA584
RGB
CMYK
RGB Variations
Color information
#FAA584 (or 0xFAA584) is known color: Light Salmon. HEX triplet: FA, A5 and 84. RGB value is (250,165,132). Sum of RGB (Red+Green+Blue) = 250+165+132=547 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.70% from 547); Green value is 165 (64.84% from 255 or 30.16% from 547); Blue value is 132 (51.95% from 255 or 24.13% from 547); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA584 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA584 is #055A7B. Grayscale: #BABABA. Windows color (decimal): -350844 or 8693242. OLE color: 8693242.
HSL color Cylindrical-coordinate representation of color #FAA584: hue angle of 16.78º 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 #FAA584 is Cyan = 0, Magento = 0.34, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 165 | 132 | - |
| CMYK | 0 | 0.34 | 0.47 | 0.02 |
| HSL | 16.78º | 0.92% | 0.75% | - |
| HSV(B) | 16.78º | 0.47% | 0.98% | - |
| XYZ | 57.04 | 48.9 | 28.26 | - |
| YUV | 186.65 | 97.16 | 173.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 165 | 132 | 0 | 0.34 | 0.47 | 0.02 | 16.78 | 0.92 | 0.75 |
| Hex | FA | A5 | 84 | 0 | 22 | 2F | 2 | 11 | 5C | 4B |
| Octal | 372 | 245 | 204 | 0 | 42 | 57 | 2 | 21 | 134 | 113 |
| Binary | 11111010 | 10100101 | 10000100 | 0 | 100010 | 101111 | 10 | 10001 | 1011100 | 1001011 |
Color Harmonies of #FAA584
Complementary color
Monochromatic Colors of #FAA584
Black with #FAA584
Text Example
Text Example
White with #FAA584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA584; }
p { color: rgb(250,165,132); }
H1.HeaderClassName
{
color: #FAA584;
}
.AnyTagClassName
{
color: #FAA584;
}
</style>
background-color css
<style>
a { background-color: #FAA584; }
a { background-color: rgb(250,165,132); }
div.DivClassName
{
background-color: #FAA584;
}
.BgClassName
{
background-color: #FAA584;
}
</style>
border-color css
<style>
span { border-color: #FAA584; }
span { border-color: rgb(250,165,132); }
td.TdClassName
{
border-color: #FAA584;
}
.TagClassName
{
border-color: #FAA584;
}
</style>