Shades of Light Salmon #FFAA83
Tints of Light Salmon #FFAA83
RGB
CMYK
RGB Variations
Color information
#FFAA83 (or 0xFFAA83) is known color: Light Salmon. HEX triplet: FF, AA and 83. RGB value is (255,170,131). Sum of RGB (Red+Green+Blue) = 255+170+131=556 (73% of max value = 765). Red value is 255 (100% from 255 or 45.86% from 556); Green value is 170 (66.80% from 255 or 30.58% from 556); Blue value is 131 (51.56% from 255 or 23.56% from 556); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAA83 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAA83 is #00557C. Grayscale: #BFBFBF. Windows color (decimal): -21885 or 8628991. OLE color: 8628991.
HSL color Cylindrical-coordinate representation of color #FFAA83: hue angle of 18.87º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FFAA83 is Cyan = 0, Magento = 0.33, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 170 | 131 | - |
| CMYK | 0 | 0.33 | 0.49 | 0 |
| HSL | 18.87º | 1% | 0.76% | - |
| HSV(B) | 18.87º | 0.49% | 1% | - |
| XYZ | 59.71 | 51.65 | 28.29 | - |
| YUV | 190.97 | 94.16 | 173.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 170 | 131 | 0 | 0.33 | 0.49 | 0 | 18.87 | 1 | 0.76 |
| Hex | FF | AA | 83 | 0 | 21 | 31 | 0 | 13 | 64 | 4C |
| Octal | 377 | 252 | 203 | 0 | 41 | 61 | 0 | 23 | 144 | 114 |
| Binary | 11111111 | 10101010 | 10000011 | 0 | 100001 | 110001 | 0 | 10011 | 1100100 | 1001100 |
Color Harmonies of #FFAA83
Complementary color
Monochromatic Colors of #FFAA83
Black with #FFAA83
Text Example
Text Example
White with #FFAA83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAA83; }
p { color: rgb(255,170,131); }
H1.HeaderClassName
{
color: #FFAA83;
}
.AnyTagClassName
{
color: #FFAA83;
}
</style>
background-color css
<style>
a { background-color: #FFAA83; }
a { background-color: rgb(255,170,131); }
div.DivClassName
{
background-color: #FFAA83;
}
.BgClassName
{
background-color: #FFAA83;
}
</style>
border-color css
<style>
span { border-color: #FFAA83; }
span { border-color: rgb(255,170,131); }
td.TdClassName
{
border-color: #FFAA83;
}
.TagClassName
{
border-color: #FFAA83;
}
</style>