Shades of Light Salmon #FAA47A
Tints of Light Salmon #FAA47A
RGB
CMYK
RGB Variations
Color information
#FAA47A (or 0xFAA47A) is known color: Light Salmon. HEX triplet: FA, A4 and 7A. RGB value is (250,164,122). Sum of RGB (Red+Green+Blue) = 250+164+122=536 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.64% from 536); Green value is 164 (64.45% from 255 or 30.60% from 536); Blue value is 122 (48.05% from 255 or 22.76% from 536); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA47A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA47A is #055B85. Grayscale: #B9B9B9. Windows color (decimal): -351110 or 8037626. OLE color: 8037626.
HSL color Cylindrical-coordinate representation of color #FAA47A: hue angle of 19.69º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FAA47A is Cyan = 0, Magento = 0.34, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 164 | 122 | - |
| CMYK | 0 | 0.34 | 0.51 | 0.02 |
| HSL | 19.69º | 0.93% | 0.73% | - |
| HSV(B) | 19.69º | 0.51% | 0.98% | - |
| XYZ | 56.21 | 48.28 | 24.77 | - |
| YUV | 184.93 | 92.49 | 174.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 164 | 122 | 0 | 0.34 | 0.51 | 0.02 | 19.69 | 0.93 | 0.73 |
| Hex | FA | A4 | 7A | 0 | 22 | 33 | 2 | 14 | 5D | 49 |
| Octal | 372 | 244 | 172 | 0 | 42 | 63 | 2 | 24 | 135 | 111 |
| Binary | 11111010 | 10100100 | 1111010 | 0 | 100010 | 110011 | 10 | 10100 | 1011101 | 1001001 |
Color Harmonies of #FAA47A
Complementary color
Monochromatic Colors of #FAA47A
Black with #FAA47A
Text Example
Text Example
White with #FAA47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA47A; }
p { color: rgb(250,164,122); }
H1.HeaderClassName
{
color: #FAA47A;
}
.AnyTagClassName
{
color: #FAA47A;
}
</style>
background-color css
<style>
a { background-color: #FAA47A; }
a { background-color: rgb(250,164,122); }
div.DivClassName
{
background-color: #FAA47A;
}
.BgClassName
{
background-color: #FAA47A;
}
</style>
border-color css
<style>
span { border-color: #FAA47A; }
span { border-color: rgb(250,164,122); }
td.TdClassName
{
border-color: #FAA47A;
}
.TagClassName
{
border-color: #FAA47A;
}
</style>