Shades of Light Salmon #FAA88A
Tints of Light Salmon #FAA88A
RGB
CMYK
RGB Variations
Color information
#FAA88A (or 0xFAA88A) is known color: Light Salmon. HEX triplet: FA, A8 and 8A. RGB value is (250,168,138). Sum of RGB (Red+Green+Blue) = 250+168+138=556 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.96% from 556); Green value is 168 (66.02% from 255 or 30.22% from 556); Blue value is 138 (54.30% from 255 or 24.82% from 556); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA88A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA88A is #055775. Grayscale: #BDBDBD. Windows color (decimal): -350070 or 9087226. OLE color: 9087226.
HSL color Cylindrical-coordinate representation of color #FAA88A: hue angle of 16.07º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FAA88A is Cyan = 0, Magento = 0.33, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 168 | 138 | - |
| CMYK | 0 | 0.33 | 0.45 | 0.02 |
| HSL | 16.07º | 0.92% | 0.76% | - |
| HSV(B) | 16.07º | 0.45% | 0.98% | - |
| XYZ | 58.01 | 50.16 | 30.67 | - |
| YUV | 189.1 | 99.17 | 171.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 168 | 138 | 0 | 0.33 | 0.45 | 0.02 | 16.07 | 0.92 | 0.76 |
| Hex | FA | A8 | 8A | 0 | 21 | 2D | 2 | 10 | 5C | 4C |
| Octal | 372 | 250 | 212 | 0 | 41 | 55 | 2 | 20 | 134 | 114 |
| Binary | 11111010 | 10101000 | 10001010 | 0 | 100001 | 101101 | 10 | 10000 | 1011100 | 1001100 |
Color Harmonies of #FAA88A
Complementary color
Monochromatic Colors of #FAA88A
Black with #FAA88A
Text Example
Text Example
White with #FAA88A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA88A; }
p { color: rgb(250,168,138); }
H1.HeaderClassName
{
color: #FAA88A;
}
.AnyTagClassName
{
color: #FAA88A;
}
</style>
background-color css
<style>
a { background-color: #FAA88A; }
a { background-color: rgb(250,168,138); }
div.DivClassName
{
background-color: #FAA88A;
}
.BgClassName
{
background-color: #FAA88A;
}
</style>
border-color css
<style>
span { border-color: #FAA88A; }
span { border-color: rgb(250,168,138); }
td.TdClassName
{
border-color: #FAA88A;
}
.TagClassName
{
border-color: #FAA88A;
}
</style>