Shades of Light Salmon #FEA688
Tints of Light Salmon #FEA688
RGB
CMYK
RGB Variations
Color information
#FEA688 (or 0xFEA688) is known color: Light Salmon. HEX triplet: FE, A6 and 88. RGB value is (254,166,136). Sum of RGB (Red+Green+Blue) = 254+166+136=556 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.68% from 556); Green value is 166 (65.23% from 255 or 29.86% from 556); Blue value is 136 (53.52% from 255 or 24.46% from 556); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA688 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA688 is #015977. Grayscale: #BDBDBD. Windows color (decimal): -88440 or 8955646. OLE color: 8955646.
HSL color Cylindrical-coordinate representation of color #FEA688: hue angle of 15.25º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FEA688 is Cyan = 0, Magento = 0.35, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 166 | 136 | - |
| CMYK | 0 | 0.35 | 0.46 | 0.00 |
| HSL | 15.25º | 0.98% | 0.76% | - |
| HSV(B) | 15.25º | 0.46% | 1% | - |
| XYZ | 58.95 | 50.12 | 29.86 | - |
| YUV | 188.89 | 98.15 | 174.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 166 | 136 | 0 | 0.35 | 0.46 | 0.00 | 15.25 | 0.98 | 0.76 |
| Hex | FE | A6 | 88 | 0 | 23 | 2E | 0 | F | 62 | 4C |
| Octal | 376 | 246 | 210 | 0 | 43 | 56 | 0 | 17 | 142 | 114 |
| Binary | 11111110 | 10100110 | 10001000 | 0 | 100011 | 101110 | 0 | 1111 | 1100010 | 1001100 |
Color Harmonies of #FEA688
Complementary color
Monochromatic Colors of #FEA688
Black with #FEA688
Text Example
Text Example
White with #FEA688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA688; }
p { color: rgb(254,166,136); }
H1.HeaderClassName
{
color: #FEA688;
}
.AnyTagClassName
{
color: #FEA688;
}
</style>
background-color css
<style>
a { background-color: #FEA688; }
a { background-color: rgb(254,166,136); }
div.DivClassName
{
background-color: #FEA688;
}
.BgClassName
{
background-color: #FEA688;
}
</style>
border-color css
<style>
span { border-color: #FEA688; }
span { border-color: rgb(254,166,136); }
td.TdClassName
{
border-color: #FEA688;
}
.TagClassName
{
border-color: #FEA688;
}
</style>