Shades of Light Salmon #FDAA80
Tints of Light Salmon #FDAA80
RGB
CMYK
RGB Variations
Color information
#FDAA80 (or 0xFDAA80) is known color: Light Salmon. HEX triplet: FD, AA and 80. RGB value is (253,170,128). Sum of RGB (Red+Green+Blue) = 253+170+128=551 (72% of max value = 765). Red value is 253 (99.22% from 255 or 45.92% from 551); Green value is 170 (66.80% from 255 or 30.85% from 551); Blue value is 128 (50.39% from 255 or 23.23% from 551); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAA80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDAA80 is #02557F. Grayscale: #BEBEBE. Windows color (decimal): -152960 or 8432381. OLE color: 8432381.
HSL color Cylindrical-coordinate representation of color #FDAA80: hue angle of 20.16º 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 #FDAA80 is Cyan = 0, Magento = 0.33, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 170 | 128 | - |
| CMYK | 0 | 0.33 | 0.49 | 0.01 |
| HSL | 20.16º | 0.97% | 0.75% | - |
| HSV(B) | 20.16º | 0.49% | 0.99% | - |
| XYZ | 58.78 | 51.19 | 27.2 | - |
| YUV | 190.03 | 93 | 172.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 170 | 128 | 0 | 0.33 | 0.49 | 0.01 | 20.16 | 0.97 | 0.75 |
| Hex | FD | AA | 80 | 0 | 21 | 31 | 1 | 14 | 61 | 4B |
| Octal | 375 | 252 | 200 | 0 | 41 | 61 | 1 | 24 | 141 | 113 |
| Binary | 11111101 | 10101010 | 10000000 | 0 | 100001 | 110001 | 1 | 10100 | 1100001 | 1001011 |
Color Harmonies of #FDAA80
Complementary color
Monochromatic Colors of #FDAA80
Black with #FDAA80
Text Example
Text Example
White with #FDAA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAA80; }
p { color: rgb(253,170,128); }
H1.HeaderClassName
{
color: #FDAA80;
}
.AnyTagClassName
{
color: #FDAA80;
}
</style>
background-color css
<style>
a { background-color: #FDAA80; }
a { background-color: rgb(253,170,128); }
div.DivClassName
{
background-color: #FDAA80;
}
.BgClassName
{
background-color: #FDAA80;
}
</style>
border-color css
<style>
span { border-color: #FDAA80; }
span { border-color: rgb(253,170,128); }
td.TdClassName
{
border-color: #FDAA80;
}
.TagClassName
{
border-color: #FDAA80;
}
</style>