Shades of Light Salmon #FDA688
Tints of Light Salmon #FDA688
RGB
CMYK
RGB Variations
Color information
#FDA688 (or 0xFDA688) is known color: Light Salmon. HEX triplet: FD, A6 and 88. RGB value is (253,166,136). Sum of RGB (Red+Green+Blue) = 253+166+136=555 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.59% from 555); Green value is 166 (65.23% from 255 or 29.91% from 555); Blue value is 136 (53.52% from 255 or 24.50% from 555); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA688 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA688 is #025977. Grayscale: #BCBCBC. Windows color (decimal): -153976 or 8955645. OLE color: 8955645.
HSL color Cylindrical-coordinate representation of color #FDA688: hue angle of 15.38º 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 #FDA688 is Cyan = 0, Magento = 0.34, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 166 | 136 | - |
| CMYK | 0 | 0.34 | 0.46 | 0.01 |
| HSL | 15.38º | 0.97% | 0.76% | - |
| HSV(B) | 15.38º | 0.46% | 0.99% | - |
| XYZ | 58.59 | 49.93 | 29.84 | - |
| YUV | 188.59 | 98.32 | 173.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 166 | 136 | 0 | 0.34 | 0.46 | 0.01 | 15.38 | 0.97 | 0.76 |
| Hex | FD | A6 | 88 | 0 | 22 | 2E | 1 | F | 61 | 4C |
| Octal | 375 | 246 | 210 | 0 | 42 | 56 | 1 | 17 | 141 | 114 |
| Binary | 11111101 | 10100110 | 10001000 | 0 | 100010 | 101110 | 1 | 1111 | 1100001 | 1001100 |
Color Harmonies of #FDA688
Complementary color
Monochromatic Colors of #FDA688
Black with #FDA688
Text Example
Text Example
White with #FDA688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA688; }
p { color: rgb(253,166,136); }
H1.HeaderClassName
{
color: #FDA688;
}
.AnyTagClassName
{
color: #FDA688;
}
</style>
background-color css
<style>
a { background-color: #FDA688; }
a { background-color: rgb(253,166,136); }
div.DivClassName
{
background-color: #FDA688;
}
.BgClassName
{
background-color: #FDA688;
}
</style>
border-color css
<style>
span { border-color: #FDA688; }
span { border-color: rgb(253,166,136); }
td.TdClassName
{
border-color: #FDA688;
}
.TagClassName
{
border-color: #FDA688;
}
</style>