Shades of Light Salmon #FAA885
Tints of Light Salmon #FAA885
RGB
CMYK
RGB Variations
Color information
#FAA885 (or 0xFAA885) is known color: Light Salmon. HEX triplet: FA, A8 and 85. RGB value is (250,168,133). Sum of RGB (Red+Green+Blue) = 250+168+133=551 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.37% from 551); Green value is 168 (66.02% from 255 or 30.49% from 551); Blue value is 133 (52.34% from 255 or 24.14% from 551); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA885 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA885 is #05577A. Grayscale: #BCBCBC. Windows color (decimal): -350075 or 8759546. OLE color: 8759546.
HSL color Cylindrical-coordinate representation of color #FAA885: hue angle of 17.95º 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 #FAA885 is Cyan = 0, Magento = 0.33, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 168 | 133 | - |
| CMYK | 0 | 0.33 | 0.47 | 0.02 |
| HSL | 17.95º | 0.92% | 0.75% | - |
| HSV(B) | 17.95º | 0.47% | 0.98% | - |
| XYZ | 57.66 | 50.02 | 28.81 | - |
| YUV | 188.53 | 96.67 | 171.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 168 | 133 | 0 | 0.33 | 0.47 | 0.02 | 17.95 | 0.92 | 0.75 |
| Hex | FA | A8 | 85 | 0 | 21 | 2F | 2 | 12 | 5C | 4B |
| Octal | 372 | 250 | 205 | 0 | 41 | 57 | 2 | 22 | 134 | 113 |
| Binary | 11111010 | 10101000 | 10000101 | 0 | 100001 | 101111 | 10 | 10010 | 1011100 | 1001011 |
Color Harmonies of #FAA885
Complementary color
Monochromatic Colors of #FAA885
Black with #FAA885
Text Example
Text Example
White with #FAA885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA885; }
p { color: rgb(250,168,133); }
H1.HeaderClassName
{
color: #FAA885;
}
.AnyTagClassName
{
color: #FAA885;
}
</style>
background-color css
<style>
a { background-color: #FAA885; }
a { background-color: rgb(250,168,133); }
div.DivClassName
{
background-color: #FAA885;
}
.BgClassName
{
background-color: #FAA885;
}
</style>
border-color css
<style>
span { border-color: #FAA885; }
span { border-color: rgb(250,168,133); }
td.TdClassName
{
border-color: #FAA885;
}
.TagClassName
{
border-color: #FAA885;
}
</style>