Shades of Light Salmon #FAA588
Tints of Light Salmon #FAA588
RGB
CMYK
RGB Variations
Color information
#FAA588 (or 0xFAA588) is known color: Light Salmon. HEX triplet: FA, A5 and 88. RGB value is (250,165,136). Sum of RGB (Red+Green+Blue) = 250+165+136=551 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.37% from 551); Green value is 165 (64.84% from 255 or 29.95% from 551); Blue value is 136 (53.52% from 255 or 24.68% from 551); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA588 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA588 is #055A77. Grayscale: #BBBBBB. Windows color (decimal): -350840 or 8955386. OLE color: 8955386.
HSL color Cylindrical-coordinate representation of color #FAA588: hue angle of 15.26º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FAA588 is Cyan = 0, Magento = 0.34, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 165 | 136 | - |
| CMYK | 0 | 0.34 | 0.46 | 0.02 |
| HSL | 15.26º | 0.92% | 0.76% | - |
| HSV(B) | 15.26º | 0.46% | 0.98% | - |
| XYZ | 57.32 | 49.01 | 29.73 | - |
| YUV | 187.11 | 99.16 | 172.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 165 | 136 | 0 | 0.34 | 0.46 | 0.02 | 15.26 | 0.92 | 0.76 |
| Hex | FA | A5 | 88 | 0 | 22 | 2E | 2 | F | 5C | 4C |
| Octal | 372 | 245 | 210 | 0 | 42 | 56 | 2 | 17 | 134 | 114 |
| Binary | 11111010 | 10100101 | 10001000 | 0 | 100010 | 101110 | 10 | 1111 | 1011100 | 1001100 |
Color Harmonies of #FAA588
Complementary color
Monochromatic Colors of #FAA588
Black with #FAA588
Text Example
Text Example
White with #FAA588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA588; }
p { color: rgb(250,165,136); }
H1.HeaderClassName
{
color: #FAA588;
}
.AnyTagClassName
{
color: #FAA588;
}
</style>
background-color css
<style>
a { background-color: #FAA588; }
a { background-color: rgb(250,165,136); }
div.DivClassName
{
background-color: #FAA588;
}
.BgClassName
{
background-color: #FAA588;
}
</style>
border-color css
<style>
span { border-color: #FAA588; }
span { border-color: rgb(250,165,136); }
td.TdClassName
{
border-color: #FAA588;
}
.TagClassName
{
border-color: #FAA588;
}
</style>