Shades of Light Salmon #FDAB85
Tints of Light Salmon #FDAB85
RGB
CMYK
RGB Variations
Color information
#FDAB85 (or 0xFDAB85) is known color: Light Salmon. HEX triplet: FD, AB and 85. RGB value is (253,171,133). Sum of RGB (Red+Green+Blue) = 253+171+133=557 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.42% from 557); Green value is 171 (67.19% from 255 or 30.70% from 557); Blue value is 133 (52.34% from 255 or 23.88% from 557); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAB85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDAB85 is #02547A. Grayscale: #BFBFBF. Windows color (decimal): -152699 or 8760317. OLE color: 8760317.
HSL color Cylindrical-coordinate representation of color #FDAB85: hue angle of 19º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FDAB85 is Cyan = 0, Magento = 0.32, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 171 | 133 | - |
| CMYK | 0 | 0.32 | 0.47 | 0.01 |
| HSL | 19º | 0.97% | 0.76% | - |
| HSV(B) | 19º | 0.47% | 0.99% | - |
| XYZ | 59.3 | 51.7 | 29.04 | - |
| YUV | 191.19 | 95.17 | 172.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 171 | 133 | 0 | 0.32 | 0.47 | 0.01 | 19 | 0.97 | 0.76 |
| Hex | FD | AB | 85 | 0 | 20 | 2F | 1 | 13 | 61 | 4C |
| Octal | 375 | 253 | 205 | 0 | 40 | 57 | 1 | 23 | 141 | 114 |
| Binary | 11111101 | 10101011 | 10000101 | 0 | 100000 | 101111 | 1 | 10011 | 1100001 | 1001100 |
Color Harmonies of #FDAB85
Complementary color
Monochromatic Colors of #FDAB85
Black with #FDAB85
Text Example
Text Example
White with #FDAB85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAB85; }
p { color: rgb(253,171,133); }
H1.HeaderClassName
{
color: #FDAB85;
}
.AnyTagClassName
{
color: #FDAB85;
}
</style>
background-color css
<style>
a { background-color: #FDAB85; }
a { background-color: rgb(253,171,133); }
div.DivClassName
{
background-color: #FDAB85;
}
.BgClassName
{
background-color: #FDAB85;
}
</style>
border-color css
<style>
span { border-color: #FDAB85; }
span { border-color: rgb(253,171,133); }
td.TdClassName
{
border-color: #FDAB85;
}
.TagClassName
{
border-color: #FDAB85;
}
</style>