Shades of Light Salmon #FDA889
Tints of Light Salmon #FDA889
RGB
CMYK
RGB Variations
Color information
#FDA889 (or 0xFDA889) is known color: Light Salmon. HEX triplet: FD, A8 and 89. RGB value is (253,168,137). Sum of RGB (Red+Green+Blue) = 253+168+137=558 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.34% from 558); Green value is 168 (66.02% from 255 or 30.11% from 558); Blue value is 137 (53.91% from 255 or 24.55% from 558); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA889 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA889 is #025776. Grayscale: #BEBEBE. Windows color (decimal): -153463 or 9021693. OLE color: 9021693.
HSL color Cylindrical-coordinate representation of color #FDA889: hue angle of 16.03º 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 #FDA889 is Cyan = 0, Magento = 0.34, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 168 | 137 | - |
| CMYK | 0 | 0.34 | 0.46 | 0.01 |
| HSL | 16.03º | 0.97% | 0.76% | - |
| HSV(B) | 16.03º | 0.46% | 0.99% | - |
| XYZ | 59.03 | 50.69 | 30.34 | - |
| YUV | 189.88 | 98.16 | 173.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 168 | 137 | 0 | 0.34 | 0.46 | 0.01 | 16.03 | 0.97 | 0.76 |
| Hex | FD | A8 | 89 | 0 | 22 | 2E | 1 | 10 | 61 | 4C |
| Octal | 375 | 250 | 211 | 0 | 42 | 56 | 1 | 20 | 141 | 114 |
| Binary | 11111101 | 10101000 | 10001001 | 0 | 100010 | 101110 | 1 | 10000 | 1100001 | 1001100 |
Color Harmonies of #FDA889
Complementary color
Monochromatic Colors of #FDA889
Black with #FDA889
Text Example
Text Example
White with #FDA889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA889; }
p { color: rgb(253,168,137); }
H1.HeaderClassName
{
color: #FDA889;
}
.AnyTagClassName
{
color: #FDA889;
}
</style>
background-color css
<style>
a { background-color: #FDA889; }
a { background-color: rgb(253,168,137); }
div.DivClassName
{
background-color: #FDA889;
}
.BgClassName
{
background-color: #FDA889;
}
</style>
border-color css
<style>
span { border-color: #FDA889; }
span { border-color: rgb(253,168,137); }
td.TdClassName
{
border-color: #FDA889;
}
.TagClassName
{
border-color: #FDA889;
}
</style>