Shades of Light Salmon #FCAA89
Tints of Light Salmon #FCAA89
RGB
CMYK
RGB Variations
Color information
#FCAA89 (or 0xFCAA89) is known color: Light Salmon. HEX triplet: FC, AA and 89. RGB value is (252,170,137). Sum of RGB (Red+Green+Blue) = 252+170+137=559 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45.08% from 559); Green value is 170 (66.80% from 255 or 30.41% from 559); Blue value is 137 (53.91% from 255 or 24.51% from 559); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAA89 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCAA89 is #035576. Grayscale: #BEBEBE. Windows color (decimal): -218487 or 9022204. OLE color: 9022204.
HSL color Cylindrical-coordinate representation of color #FCAA89: hue angle of 17.22º degrees, saturation: 0.95, 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 #FCAA89 is Cyan = 0, Magento = 0.33, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 170 | 137 | - |
| CMYK | 0 | 0.33 | 0.46 | 0.01 |
| HSL | 17.22º | 0.95% | 0.76% | - |
| HSV(B) | 17.22º | 0.46% | 0.99% | - |
| XYZ | 59.03 | 51.25 | 30.45 | - |
| YUV | 190.76 | 97.67 | 171.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 170 | 137 | 0 | 0.33 | 0.46 | 0.01 | 17.22 | 0.95 | 0.76 |
| Hex | FC | AA | 89 | 0 | 21 | 2E | 1 | 11 | 5F | 4C |
| Octal | 374 | 252 | 211 | 0 | 41 | 56 | 1 | 21 | 137 | 114 |
| Binary | 11111100 | 10101010 | 10001001 | 0 | 100001 | 101110 | 1 | 10001 | 1011111 | 1001100 |
Color Harmonies of #FCAA89
Complementary color
Monochromatic Colors of #FCAA89
Black with #FCAA89
Text Example
Text Example
White with #FCAA89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAA89; }
p { color: rgb(252,170,137); }
H1.HeaderClassName
{
color: #FCAA89;
}
.AnyTagClassName
{
color: #FCAA89;
}
</style>
background-color css
<style>
a { background-color: #FCAA89; }
a { background-color: rgb(252,170,137); }
div.DivClassName
{
background-color: #FCAA89;
}
.BgClassName
{
background-color: #FCAA89;
}
</style>
border-color css
<style>
span { border-color: #FCAA89; }
span { border-color: rgb(252,170,137); }
td.TdClassName
{
border-color: #FCAA89;
}
.TagClassName
{
border-color: #FCAA89;
}
</style>