Shades of Light Salmon #FDAB81
Tints of Light Salmon #FDAB81
RGB
CMYK
RGB Variations
Color information
#FDAB81 (or 0xFDAB81) is known color: Light Salmon. HEX triplet: FD, AB and 81. RGB value is (253,171,129). Sum of RGB (Red+Green+Blue) = 253+171+129=553 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.75% from 553); Green value is 171 (67.19% from 255 or 30.92% from 553); Blue value is 129 (50.78% from 255 or 23.33% from 553); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAB81 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDAB81 is #02547E. Grayscale: #BEBEBE. Windows color (decimal): -152703 or 8498173. OLE color: 8498173.
HSL color Cylindrical-coordinate representation of color #FDAB81: hue angle of 20.32º 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 #FDAB81 is Cyan = 0, Magento = 0.32, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 171 | 129 | - |
| CMYK | 0 | 0.32 | 0.49 | 0.01 |
| HSL | 20.32º | 0.97% | 0.75% | - |
| HSV(B) | 20.32º | 0.49% | 0.99% | - |
| XYZ | 59.03 | 51.59 | 27.62 | - |
| YUV | 190.73 | 93.17 | 172.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 171 | 129 | 0 | 0.32 | 0.49 | 0.01 | 20.32 | 0.97 | 0.75 |
| Hex | FD | AB | 81 | 0 | 20 | 31 | 1 | 14 | 61 | 4B |
| Octal | 375 | 253 | 201 | 0 | 40 | 61 | 1 | 24 | 141 | 113 |
| Binary | 11111101 | 10101011 | 10000001 | 0 | 100000 | 110001 | 1 | 10100 | 1100001 | 1001011 |
Color Harmonies of #FDAB81
Complementary color
Monochromatic Colors of #FDAB81
Black with #FDAB81
Text Example
Text Example
White with #FDAB81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAB81; }
p { color: rgb(253,171,129); }
H1.HeaderClassName
{
color: #FDAB81;
}
.AnyTagClassName
{
color: #FDAB81;
}
</style>
background-color css
<style>
a { background-color: #FDAB81; }
a { background-color: rgb(253,171,129); }
div.DivClassName
{
background-color: #FDAB81;
}
.BgClassName
{
background-color: #FDAB81;
}
</style>
border-color css
<style>
span { border-color: #FDAB81; }
span { border-color: rgb(253,171,129); }
td.TdClassName
{
border-color: #FDAB81;
}
.TagClassName
{
border-color: #FDAB81;
}
</style>