Shades of Light Salmon #FDA384
Tints of Light Salmon #FDA384
RGB
CMYK
RGB Variations
Color information
#FDA384 (or 0xFDA384) is known color: Light Salmon. HEX triplet: FD, A3 and 84. RGB value is (253,163,132). Sum of RGB (Red+Green+Blue) = 253+163+132=548 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.17% from 548); Green value is 163 (64.06% from 255 or 29.74% from 548); Blue value is 132 (51.95% from 255 or 24.09% from 548); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA384 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA384 is #025C7B. Grayscale: #BABABA. Windows color (decimal): -154748 or 8692733. OLE color: 8692733.
HSL color Cylindrical-coordinate representation of color #FDA384: hue angle of 15.37º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FDA384 is Cyan = 0, Magento = 0.36, Yellow = 0.48 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 163 | 132 | - |
| CMYK | 0 | 0.36 | 0.48 | 0.01 |
| HSL | 15.37º | 0.97% | 0.75% | - |
| HSV(B) | 15.37º | 0.48% | 0.99% | - |
| XYZ | 57.77 | 48.74 | 28.19 | - |
| YUV | 186.38 | 97.32 | 175.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 163 | 132 | 0 | 0.36 | 0.48 | 0.01 | 15.37 | 0.97 | 0.75 |
| Hex | FD | A3 | 84 | 0 | 24 | 30 | 1 | F | 61 | 4B |
| Octal | 375 | 243 | 204 | 0 | 44 | 60 | 1 | 17 | 141 | 113 |
| Binary | 11111101 | 10100011 | 10000100 | 0 | 100100 | 110000 | 1 | 1111 | 1100001 | 1001011 |
Color Harmonies of #FDA384
Complementary color
Monochromatic Colors of #FDA384
Black with #FDA384
Text Example
Text Example
White with #FDA384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA384; }
p { color: rgb(253,163,132); }
H1.HeaderClassName
{
color: #FDA384;
}
.AnyTagClassName
{
color: #FDA384;
}
</style>
background-color css
<style>
a { background-color: #FDA384; }
a { background-color: rgb(253,163,132); }
div.DivClassName
{
background-color: #FDA384;
}
.BgClassName
{
background-color: #FDA384;
}
</style>
border-color css
<style>
span { border-color: #FDA384; }
span { border-color: rgb(253,163,132); }
td.TdClassName
{
border-color: #FDA384;
}
.TagClassName
{
border-color: #FDA384;
}
</style>