Shades of Light Salmon #FAA585
Tints of Light Salmon #FAA585
RGB
CMYK
RGB Variations
Color information
#FAA585 (or 0xFAA585) is known color: Light Salmon. HEX triplet: FA, A5 and 85. RGB value is (250,165,133). Sum of RGB (Red+Green+Blue) = 250+165+133=548 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.62% from 548); Green value is 165 (64.84% from 255 or 30.11% from 548); Blue value is 133 (52.34% from 255 or 24.27% from 548); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA585 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA585 is #055A7A. Grayscale: #BABABA. Windows color (decimal): -350843 or 8758778. OLE color: 8758778.
HSL color Cylindrical-coordinate representation of color #FAA585: hue angle of 16.41º 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 #FAA585 is Cyan = 0, Magento = 0.34, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 165 | 133 | - |
| CMYK | 0 | 0.34 | 0.47 | 0.02 |
| HSL | 16.41º | 0.92% | 0.75% | - |
| HSV(B) | 16.41º | 0.47% | 0.98% | - |
| XYZ | 57.11 | 48.93 | 28.62 | - |
| YUV | 186.77 | 97.66 | 173.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 165 | 133 | 0 | 0.34 | 0.47 | 0.02 | 16.41 | 0.92 | 0.75 |
| Hex | FA | A5 | 85 | 0 | 22 | 2F | 2 | 10 | 5C | 4B |
| Octal | 372 | 245 | 205 | 0 | 42 | 57 | 2 | 20 | 134 | 113 |
| Binary | 11111010 | 10100101 | 10000101 | 0 | 100010 | 101111 | 10 | 10000 | 1011100 | 1001011 |
Color Harmonies of #FAA585
Complementary color
Monochromatic Colors of #FAA585
Black with #FAA585
Text Example
Text Example
White with #FAA585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA585; }
p { color: rgb(250,165,133); }
H1.HeaderClassName
{
color: #FAA585;
}
.AnyTagClassName
{
color: #FAA585;
}
</style>
background-color css
<style>
a { background-color: #FAA585; }
a { background-color: rgb(250,165,133); }
div.DivClassName
{
background-color: #FAA585;
}
.BgClassName
{
background-color: #FAA585;
}
</style>
border-color css
<style>
span { border-color: #FAA585; }
span { border-color: rgb(250,165,133); }
td.TdClassName
{
border-color: #FAA585;
}
.TagClassName
{
border-color: #FAA585;
}
</style>