Shades of Light Salmon #FAA27E
Tints of Light Salmon #FAA27E
RGB
CMYK
RGB Variations
Color information
#FAA27E (or 0xFAA27E) is known color: Light Salmon. HEX triplet: FA, A2 and 7E. RGB value is (250,162,126). Sum of RGB (Red+Green+Blue) = 250+162+126=538 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.47% from 538); Green value is 162 (63.67% from 255 or 30.11% from 538); Blue value is 126 (49.61% from 255 or 23.42% from 538); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA27E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA27E is #055D81. Grayscale: #B8B8B8. Windows color (decimal): -351618 or 8299258. OLE color: 8299258.
HSL color Cylindrical-coordinate representation of color #FAA27E: hue angle of 17.42º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FAA27E is Cyan = 0, Magento = 0.35, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 162 | 126 | - |
| CMYK | 0 | 0.35 | 0.50 | 0.02 |
| HSL | 17.42º | 0.93% | 0.74% | - |
| HSV(B) | 17.42º | 0.5% | 0.98% | - |
| XYZ | 56.11 | 47.67 | 25.98 | - |
| YUV | 184.21 | 95.15 | 174.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 162 | 126 | 0 | 0.35 | 0.50 | 0.02 | 17.42 | 0.93 | 0.74 |
| Hex | FA | A2 | 7E | 0 | 23 | 32 | 2 | 11 | 5D | 4A |
| Octal | 372 | 242 | 176 | 0 | 43 | 62 | 2 | 21 | 135 | 112 |
| Binary | 11111010 | 10100010 | 1111110 | 0 | 100011 | 110010 | 10 | 10001 | 1011101 | 1001010 |
Color Harmonies of #FAA27E
Complementary color
Monochromatic Colors of #FAA27E
Black with #FAA27E
Text Example
Text Example
White with #FAA27E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA27E; }
p { color: rgb(250,162,126); }
H1.HeaderClassName
{
color: #FAA27E;
}
.AnyTagClassName
{
color: #FAA27E;
}
</style>
background-color css
<style>
a { background-color: #FAA27E; }
a { background-color: rgb(250,162,126); }
div.DivClassName
{
background-color: #FAA27E;
}
.BgClassName
{
background-color: #FAA27E;
}
</style>
border-color css
<style>
span { border-color: #FAA27E; }
span { border-color: rgb(250,162,126); }
td.TdClassName
{
border-color: #FAA27E;
}
.TagClassName
{
border-color: #FAA27E;
}
</style>