Shades of Light Salmon #FDA888
Tints of Light Salmon #FDA888
RGB
CMYK
RGB Variations
Color information
#FDA888 (or 0xFDA888) is known color: Light Salmon. HEX triplet: FD, A8 and 88. RGB value is (253,168,136). Sum of RGB (Red+Green+Blue) = 253+168+136=557 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.42% from 557); Green value is 168 (66.02% from 255 or 30.16% from 557); Blue value is 136 (53.52% from 255 or 24.42% from 557); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA888 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA888 is #025777. Grayscale: #BDBDBD. Windows color (decimal): -153464 or 8956157. OLE color: 8956157.
HSL color Cylindrical-coordinate representation of color #FDA888: hue angle of 16.41º 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 #FDA888 is Cyan = 0, Magento = 0.34, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 168 | 136 | - |
| CMYK | 0 | 0.34 | 0.46 | 0.01 |
| HSL | 16.41º | 0.97% | 0.76% | - |
| HSV(B) | 16.41º | 0.46% | 0.99% | - |
| XYZ | 58.95 | 50.67 | 29.96 | - |
| YUV | 189.77 | 97.66 | 173.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 168 | 136 | 0 | 0.34 | 0.46 | 0.01 | 16.41 | 0.97 | 0.76 |
| Hex | FD | A8 | 88 | 0 | 22 | 2E | 1 | 10 | 61 | 4C |
| Octal | 375 | 250 | 210 | 0 | 42 | 56 | 1 | 20 | 141 | 114 |
| Binary | 11111101 | 10101000 | 10001000 | 0 | 100010 | 101110 | 1 | 10000 | 1100001 | 1001100 |
Color Harmonies of #FDA888
Complementary color
Monochromatic Colors of #FDA888
Black with #FDA888
Text Example
Text Example
White with #FDA888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA888; }
p { color: rgb(253,168,136); }
H1.HeaderClassName
{
color: #FDA888;
}
.AnyTagClassName
{
color: #FDA888;
}
</style>
background-color css
<style>
a { background-color: #FDA888; }
a { background-color: rgb(253,168,136); }
div.DivClassName
{
background-color: #FDA888;
}
.BgClassName
{
background-color: #FDA888;
}
</style>
border-color css
<style>
span { border-color: #FDA888; }
span { border-color: rgb(253,168,136); }
td.TdClassName
{
border-color: #FDA888;
}
.TagClassName
{
border-color: #FDA888;
}
</style>