Shades of Light Salmon #FDA880
Tints of Light Salmon #FDA880
RGB
CMYK
RGB Variations
Color information
#FDA880 (or 0xFDA880) is known color: Light Salmon. HEX triplet: FD, A8 and 80. RGB value is (253,168,128). Sum of RGB (Red+Green+Blue) = 253+168+128=549 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.08% from 549); Green value is 168 (66.02% from 255 or 30.60% from 549); Blue value is 128 (50.39% from 255 or 23.32% from 549); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA880 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA880 is #02577F. Grayscale: #BDBDBD. Windows color (decimal): -153472 or 8431869. OLE color: 8431869.
HSL color Cylindrical-coordinate representation of color #FDA880: hue angle of 19.2º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FDA880 is Cyan = 0, Magento = 0.34, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 168 | 128 | - |
| CMYK | 0 | 0.34 | 0.49 | 0.01 |
| HSL | 19.2º | 0.97% | 0.75% | - |
| HSV(B) | 19.2º | 0.49% | 0.99% | - |
| XYZ | 58.41 | 50.45 | 27.08 | - |
| YUV | 188.86 | 93.66 | 173.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 168 | 128 | 0 | 0.34 | 0.49 | 0.01 | 19.2 | 0.97 | 0.75 |
| Hex | FD | A8 | 80 | 0 | 22 | 31 | 1 | 13 | 61 | 4B |
| Octal | 375 | 250 | 200 | 0 | 42 | 61 | 1 | 23 | 141 | 113 |
| Binary | 11111101 | 10101000 | 10000000 | 0 | 100010 | 110001 | 1 | 10011 | 1100001 | 1001011 |
Color Harmonies of #FDA880
Complementary color
Monochromatic Colors of #FDA880
Black with #FDA880
Text Example
Text Example
White with #FDA880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA880; }
p { color: rgb(253,168,128); }
H1.HeaderClassName
{
color: #FDA880;
}
.AnyTagClassName
{
color: #FDA880;
}
</style>
background-color css
<style>
a { background-color: #FDA880; }
a { background-color: rgb(253,168,128); }
div.DivClassName
{
background-color: #FDA880;
}
.BgClassName
{
background-color: #FDA880;
}
</style>
border-color css
<style>
span { border-color: #FDA880; }
span { border-color: rgb(253,168,128); }
td.TdClassName
{
border-color: #FDA880;
}
.TagClassName
{
border-color: #FDA880;
}
</style>