Shades of Light Salmon #FCA385
Tints of Light Salmon #FCA385
RGB
CMYK
RGB Variations
Color information
#FCA385 (or 0xFCA385) is known color: Light Salmon. HEX triplet: FC, A3 and 85. RGB value is (252,163,133). Sum of RGB (Red+Green+Blue) = 252+163+133=548 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.99% from 548); Green value is 163 (64.06% from 255 or 29.74% from 548); Blue value is 133 (52.34% from 255 or 24.27% from 548); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA385 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA385 is #035C7A. Grayscale: #BABABA. Windows color (decimal): -220283 or 8758268. OLE color: 8758268.
HSL color Cylindrical-coordinate representation of color #FCA385: hue angle of 15.13º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FCA385 is Cyan = 0, Magento = 0.35, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 163 | 133 | - |
| CMYK | 0 | 0.35 | 0.47 | 0.01 |
| HSL | 15.13º | 0.95% | 0.75% | - |
| HSV(B) | 15.13º | 0.47% | 0.99% | - |
| XYZ | 57.48 | 48.58 | 28.54 | - |
| YUV | 186.19 | 97.99 | 174.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 163 | 133 | 0 | 0.35 | 0.47 | 0.01 | 15.13 | 0.95 | 0.75 |
| Hex | FC | A3 | 85 | 0 | 23 | 2F | 1 | F | 5F | 4B |
| Octal | 374 | 243 | 205 | 0 | 43 | 57 | 1 | 17 | 137 | 113 |
| Binary | 11111100 | 10100011 | 10000101 | 0 | 100011 | 101111 | 1 | 1111 | 1011111 | 1001011 |
Color Harmonies of #FCA385
Complementary color
Monochromatic Colors of #FCA385
Black with #FCA385
Text Example
Text Example
White with #FCA385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA385; }
p { color: rgb(252,163,133); }
H1.HeaderClassName
{
color: #FCA385;
}
.AnyTagClassName
{
color: #FCA385;
}
</style>
background-color css
<style>
a { background-color: #FCA385; }
a { background-color: rgb(252,163,133); }
div.DivClassName
{
background-color: #FCA385;
}
.BgClassName
{
background-color: #FCA385;
}
</style>
border-color css
<style>
span { border-color: #FCA385; }
span { border-color: rgb(252,163,133); }
td.TdClassName
{
border-color: #FCA385;
}
.TagClassName
{
border-color: #FCA385;
}
</style>