Shades of Light Salmon #FCA881
Tints of Light Salmon #FCA881
RGB
CMYK
RGB Variations
Color information
#FCA881 (or 0xFCA881) is known color: Light Salmon. HEX triplet: FC, A8 and 81. RGB value is (252,168,129). Sum of RGB (Red+Green+Blue) = 252+168+129=549 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.90% from 549); Green value is 168 (66.02% from 255 or 30.60% from 549); Blue value is 129 (50.78% from 255 or 23.50% from 549); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA881 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA881 is #03577E. Grayscale: #BCBCBC. Windows color (decimal): -219007 or 8497404. OLE color: 8497404.
HSL color Cylindrical-coordinate representation of color #FCA881: hue angle of 19.02º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FCA881 is Cyan = 0, Magento = 0.33, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 168 | 129 | - |
| CMYK | 0 | 0.33 | 0.49 | 0.01 |
| HSL | 19.02º | 0.95% | 0.75% | - |
| HSV(B) | 19.02º | 0.49% | 0.99% | - |
| XYZ | 58.11 | 50.29 | 27.41 | - |
| YUV | 188.67 | 94.33 | 173.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 168 | 129 | 0 | 0.33 | 0.49 | 0.01 | 19.02 | 0.95 | 0.75 |
| Hex | FC | A8 | 81 | 0 | 21 | 31 | 1 | 13 | 5F | 4B |
| Octal | 374 | 250 | 201 | 0 | 41 | 61 | 1 | 23 | 137 | 113 |
| Binary | 11111100 | 10101000 | 10000001 | 0 | 100001 | 110001 | 1 | 10011 | 1011111 | 1001011 |
Color Harmonies of #FCA881
Complementary color
Monochromatic Colors of #FCA881
Black with #FCA881
Text Example
Text Example
White with #FCA881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA881; }
p { color: rgb(252,168,129); }
H1.HeaderClassName
{
color: #FCA881;
}
.AnyTagClassName
{
color: #FCA881;
}
</style>
background-color css
<style>
a { background-color: #FCA881; }
a { background-color: rgb(252,168,129); }
div.DivClassName
{
background-color: #FCA881;
}
.BgClassName
{
background-color: #FCA881;
}
</style>
border-color css
<style>
span { border-color: #FCA881; }
span { border-color: rgb(252,168,129); }
td.TdClassName
{
border-color: #FCA881;
}
.TagClassName
{
border-color: #FCA881;
}
</style>