Shades of Light Salmon #FDAA81
Tints of Light Salmon #FDAA81
RGB
CMYK
RGB Variations
Color information
#FDAA81 (or 0xFDAA81) is known color: Light Salmon. HEX triplet: FD, AA and 81. RGB value is (253,170,129). Sum of RGB (Red+Green+Blue) = 253+170+129=552 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.83% from 552); Green value is 170 (66.80% from 255 or 30.80% from 552); Blue value is 129 (50.78% from 255 or 23.37% from 552); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAA81 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDAA81 is #02557E. Grayscale: #BEBEBE. Windows color (decimal): -152959 or 8497917. OLE color: 8497917.
HSL color Cylindrical-coordinate representation of color #FDAA81: hue angle of 19.84º 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 #FDAA81 is Cyan = 0, Magento = 0.33, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 170 | 129 | - |
| CMYK | 0 | 0.33 | 0.49 | 0.01 |
| HSL | 19.84º | 0.97% | 0.75% | - |
| HSV(B) | 19.84º | 0.49% | 0.99% | - |
| XYZ | 58.85 | 51.22 | 27.55 | - |
| YUV | 190.14 | 93.5 | 172.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 170 | 129 | 0 | 0.33 | 0.49 | 0.01 | 19.84 | 0.97 | 0.75 |
| Hex | FD | AA | 81 | 0 | 21 | 31 | 1 | 14 | 61 | 4B |
| Octal | 375 | 252 | 201 | 0 | 41 | 61 | 1 | 24 | 141 | 113 |
| Binary | 11111101 | 10101010 | 10000001 | 0 | 100001 | 110001 | 1 | 10100 | 1100001 | 1001011 |
Color Harmonies of #FDAA81
Complementary color
Monochromatic Colors of #FDAA81
Black with #FDAA81
Text Example
Text Example
White with #FDAA81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAA81; }
p { color: rgb(253,170,129); }
H1.HeaderClassName
{
color: #FDAA81;
}
.AnyTagClassName
{
color: #FDAA81;
}
</style>
background-color css
<style>
a { background-color: #FDAA81; }
a { background-color: rgb(253,170,129); }
div.DivClassName
{
background-color: #FDAA81;
}
.BgClassName
{
background-color: #FDAA81;
}
</style>
border-color css
<style>
span { border-color: #FDAA81; }
span { border-color: rgb(253,170,129); }
td.TdClassName
{
border-color: #FDAA81;
}
.TagClassName
{
border-color: #FDAA81;
}
</style>