Shades of Light Salmon #FFA883
Tints of Light Salmon #FFA883
RGB
CMYK
RGB Variations
Color information
#FFA883 (or 0xFFA883) is known color: Light Salmon. HEX triplet: FF, A8 and 83. RGB value is (255,168,131). Sum of RGB (Red+Green+Blue) = 255+168+131=554 (73% of max value = 765). Red value is 255 (100% from 255 or 46.03% from 554); Green value is 168 (66.02% from 255 or 30.32% from 554); Blue value is 131 (51.56% from 255 or 23.65% from 554); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA883 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA883 is #00577C. Grayscale: #BEBEBE. Windows color (decimal): -22397 or 8628479. OLE color: 8628479.
HSL color Cylindrical-coordinate representation of color #FFA883: hue angle of 17.9º 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 #FFA883 is Cyan = 0, Magento = 0.34, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 168 | 131 | - |
| CMYK | 0 | 0.34 | 0.49 | 0 |
| HSL | 17.9º | 1% | 0.76% | - |
| HSV(B) | 17.9º | 0.49% | 1% | - |
| XYZ | 59.34 | 50.9 | 28.17 | - |
| YUV | 189.8 | 94.82 | 174.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 168 | 131 | 0 | 0.34 | 0.49 | 0 | 17.9 | 1 | 0.76 |
| Hex | FF | A8 | 83 | 0 | 22 | 31 | 0 | 12 | 64 | 4C |
| Octal | 377 | 250 | 203 | 0 | 42 | 61 | 0 | 22 | 144 | 114 |
| Binary | 11111111 | 10101000 | 10000011 | 0 | 100010 | 110001 | 0 | 10010 | 1100100 | 1001100 |
Color Harmonies of #FFA883
Complementary color
Monochromatic Colors of #FFA883
Black with #FFA883
Text Example
Text Example
White with #FFA883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA883; }
p { color: rgb(255,168,131); }
H1.HeaderClassName
{
color: #FFA883;
}
.AnyTagClassName
{
color: #FFA883;
}
</style>
background-color css
<style>
a { background-color: #FFA883; }
a { background-color: rgb(255,168,131); }
div.DivClassName
{
background-color: #FFA883;
}
.BgClassName
{
background-color: #FFA883;
}
</style>
border-color css
<style>
span { border-color: #FFA883; }
span { border-color: rgb(255,168,131); }
td.TdClassName
{
border-color: #FFA883;
}
.TagClassName
{
border-color: #FFA883;
}
</style>