Shades of Light Salmon #FDA788
Tints of Light Salmon #FDA788
RGB
CMYK
RGB Variations
Color information
#FDA788 (or 0xFDA788) is known color: Light Salmon. HEX triplet: FD, A7 and 88. RGB value is (253,167,136). Sum of RGB (Red+Green+Blue) = 253+167+136=556 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.50% from 556); Green value is 167 (65.62% from 255 or 30.04% from 556); Blue value is 136 (53.52% from 255 or 24.46% from 556); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA788 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA788 is #025877. Grayscale: #BDBDBD. Windows color (decimal): -153720 or 8955901. OLE color: 8955901.
HSL color Cylindrical-coordinate representation of color #FDA788: hue angle of 15.9º 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 #FDA788 is Cyan = 0, Magento = 0.34, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 167 | 136 | - |
| CMYK | 0 | 0.34 | 0.46 | 0.01 |
| HSL | 15.9º | 0.97% | 0.76% | - |
| HSV(B) | 15.9º | 0.46% | 0.99% | - |
| XYZ | 58.77 | 50.3 | 29.9 | - |
| YUV | 189.18 | 97.99 | 173.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 167 | 136 | 0 | 0.34 | 0.46 | 0.01 | 15.9 | 0.97 | 0.76 |
| Hex | FD | A7 | 88 | 0 | 22 | 2E | 1 | 10 | 61 | 4C |
| Octal | 375 | 247 | 210 | 0 | 42 | 56 | 1 | 20 | 141 | 114 |
| Binary | 11111101 | 10100111 | 10001000 | 0 | 100010 | 101110 | 1 | 10000 | 1100001 | 1001100 |
Color Harmonies of #FDA788
Complementary color
Monochromatic Colors of #FDA788
Black with #FDA788
Text Example
Text Example
White with #FDA788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA788; }
p { color: rgb(253,167,136); }
H1.HeaderClassName
{
color: #FDA788;
}
.AnyTagClassName
{
color: #FDA788;
}
</style>
background-color css
<style>
a { background-color: #FDA788; }
a { background-color: rgb(253,167,136); }
div.DivClassName
{
background-color: #FDA788;
}
.BgClassName
{
background-color: #FDA788;
}
</style>
border-color css
<style>
span { border-color: #FDA788; }
span { border-color: rgb(253,167,136); }
td.TdClassName
{
border-color: #FDA788;
}
.TagClassName
{
border-color: #FDA788;
}
</style>