Shades of Light Salmon #FDAC89
Tints of Light Salmon #FDAC89
RGB
CMYK
RGB Variations
Color information
#FDAC89 (or 0xFDAC89) is known color: Light Salmon. HEX triplet: FD, AC and 89. RGB value is (253,172,137). Sum of RGB (Red+Green+Blue) = 253+172+137=562 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.02% from 562); Green value is 172 (67.58% from 255 or 30.60% from 562); Blue value is 137 (53.91% from 255 or 24.38% from 562); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAC89 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDAC89 is #025376. Grayscale: #C0C0C0. Windows color (decimal): -152439 or 9022717. OLE color: 9022717.
HSL color Cylindrical-coordinate representation of color #FDAC89: hue angle of 18.1º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FDAC89 is Cyan = 0, Magento = 0.32, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 172 | 137 | - |
| CMYK | 0 | 0.32 | 0.46 | 0.01 |
| HSL | 18.1º | 0.97% | 0.76% | - |
| HSV(B) | 18.1º | 0.46% | 0.99% | - |
| XYZ | 59.78 | 52.19 | 30.59 | - |
| YUV | 192.23 | 96.84 | 171.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 172 | 137 | 0 | 0.32 | 0.46 | 0.01 | 18.1 | 0.97 | 0.76 |
| Hex | FD | AC | 89 | 0 | 20 | 2E | 1 | 12 | 61 | 4C |
| Octal | 375 | 254 | 211 | 0 | 40 | 56 | 1 | 22 | 141 | 114 |
| Binary | 11111101 | 10101100 | 10001001 | 0 | 100000 | 101110 | 1 | 10010 | 1100001 | 1001100 |
Color Harmonies of #FDAC89
Complementary color
Monochromatic Colors of #FDAC89
Black with #FDAC89
Text Example
Text Example
White with #FDAC89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAC89; }
p { color: rgb(253,172,137); }
H1.HeaderClassName
{
color: #FDAC89;
}
.AnyTagClassName
{
color: #FDAC89;
}
</style>
background-color css
<style>
a { background-color: #FDAC89; }
a { background-color: rgb(253,172,137); }
div.DivClassName
{
background-color: #FDAC89;
}
.BgClassName
{
background-color: #FDAC89;
}
</style>
border-color css
<style>
span { border-color: #FDAC89; }
span { border-color: rgb(253,172,137); }
td.TdClassName
{
border-color: #FDAC89;
}
.TagClassName
{
border-color: #FDAC89;
}
</style>