Shades of Light Salmon #FAA883
Tints of Light Salmon #FAA883
RGB
CMYK
RGB Variations
Color information
#FAA883 (or 0xFAA883) is known color: Light Salmon. HEX triplet: FA, A8 and 83. RGB value is (250,168,131). Sum of RGB (Red+Green+Blue) = 250+168+131=549 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.54% from 549); Green value is 168 (66.02% from 255 or 30.60% from 549); Blue value is 131 (51.56% from 255 or 23.86% from 549); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA883 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA883 is #05577C. Grayscale: #BCBCBC. Windows color (decimal): -350077 or 8628474. OLE color: 8628474.
HSL color Cylindrical-coordinate representation of color #FAA883: hue angle of 18.66º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FAA883 is Cyan = 0, Magento = 0.33, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 168 | 131 | - |
| CMYK | 0 | 0.33 | 0.48 | 0.02 |
| HSL | 18.66º | 0.92% | 0.75% | - |
| HSV(B) | 18.66º | 0.48% | 0.98% | - |
| XYZ | 57.52 | 49.97 | 28.09 | - |
| YUV | 188.3 | 95.67 | 172.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 168 | 131 | 0 | 0.33 | 0.48 | 0.02 | 18.66 | 0.92 | 0.75 |
| Hex | FA | A8 | 83 | 0 | 21 | 30 | 2 | 13 | 5C | 4B |
| Octal | 372 | 250 | 203 | 0 | 41 | 60 | 2 | 23 | 134 | 113 |
| Binary | 11111010 | 10101000 | 10000011 | 0 | 100001 | 110000 | 10 | 10011 | 1011100 | 1001011 |
Color Harmonies of #FAA883
Complementary color
Monochromatic Colors of #FAA883
Black with #FAA883
Text Example
Text Example
White with #FAA883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA883; }
p { color: rgb(250,168,131); }
H1.HeaderClassName
{
color: #FAA883;
}
.AnyTagClassName
{
color: #FAA883;
}
</style>
background-color css
<style>
a { background-color: #FAA883; }
a { background-color: rgb(250,168,131); }
div.DivClassName
{
background-color: #FAA883;
}
.BgClassName
{
background-color: #FAA883;
}
</style>
border-color css
<style>
span { border-color: #FAA883; }
span { border-color: rgb(250,168,131); }
td.TdClassName
{
border-color: #FAA883;
}
.TagClassName
{
border-color: #FAA883;
}
</style>