Shades of Light Salmon #FCAC86
Tints of Light Salmon #FCAC86
RGB
CMYK
RGB Variations
Color information
#FCAC86 (or 0xFCAC86) is known color: Light Salmon. HEX triplet: FC, AC and 86. RGB value is (252,172,134). Sum of RGB (Red+Green+Blue) = 252+172+134=558 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.16% from 558); Green value is 172 (67.58% from 255 or 30.82% from 558); Blue value is 134 (52.73% from 255 or 24.01% from 558); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAC86 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCAC86 is #035379. Grayscale: #BFBFBF. Windows color (decimal): -217978 or 8826108. OLE color: 8826108.
HSL color Cylindrical-coordinate representation of color #FCAC86: hue angle of 19.32º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FCAC86 is Cyan = 0, Magento = 0.32, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 172 | 134 | - |
| CMYK | 0 | 0.32 | 0.47 | 0.01 |
| HSL | 19.32º | 0.95% | 0.76% | - |
| HSV(B) | 19.32º | 0.47% | 0.99% | - |
| XYZ | 59.2 | 51.92 | 29.46 | - |
| YUV | 191.59 | 95.5 | 171.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 172 | 134 | 0 | 0.32 | 0.47 | 0.01 | 19.32 | 0.95 | 0.76 |
| Hex | FC | AC | 86 | 0 | 20 | 2F | 1 | 13 | 5F | 4C |
| Octal | 374 | 254 | 206 | 0 | 40 | 57 | 1 | 23 | 137 | 114 |
| Binary | 11111100 | 10101100 | 10000110 | 0 | 100000 | 101111 | 1 | 10011 | 1011111 | 1001100 |
Color Harmonies of #FCAC86
Complementary color
Monochromatic Colors of #FCAC86
Black with #FCAC86
Text Example
Text Example
White with #FCAC86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAC86; }
p { color: rgb(252,172,134); }
H1.HeaderClassName
{
color: #FCAC86;
}
.AnyTagClassName
{
color: #FCAC86;
}
</style>
background-color css
<style>
a { background-color: #FCAC86; }
a { background-color: rgb(252,172,134); }
div.DivClassName
{
background-color: #FCAC86;
}
.BgClassName
{
background-color: #FCAC86;
}
</style>
border-color css
<style>
span { border-color: #FCAC86; }
span { border-color: rgb(252,172,134); }
td.TdClassName
{
border-color: #FCAC86;
}
.TagClassName
{
border-color: #FCAC86;
}
</style>