Shades of Light Salmon #FCAA80
Tints of Light Salmon #FCAA80
RGB
CMYK
RGB Variations
Color information
#FCAA80 (or 0xFCAA80) is known color: Light Salmon. HEX triplet: FC, AA and 80. RGB value is (252,170,128). Sum of RGB (Red+Green+Blue) = 252+170+128=550 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.82% from 550); Green value is 170 (66.80% from 255 or 30.91% from 550); Blue value is 128 (50.39% from 255 or 23.27% from 550); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAA80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCAA80 is #03557F. Grayscale: #BDBDBD. Windows color (decimal): -218496 or 8432380. OLE color: 8432380.
HSL color Cylindrical-coordinate representation of color #FCAA80: hue angle of 20.32º 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 #FCAA80 is Cyan = 0, Magento = 0.33, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 170 | 128 | - |
| CMYK | 0 | 0.33 | 0.49 | 0.01 |
| HSL | 20.32º | 0.95% | 0.75% | - |
| HSV(B) | 20.32º | 0.49% | 0.99% | - |
| XYZ | 58.42 | 51 | 27.19 | - |
| YUV | 189.73 | 93.17 | 172.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 170 | 128 | 0 | 0.33 | 0.49 | 0.01 | 20.32 | 0.95 | 0.75 |
| Hex | FC | AA | 80 | 0 | 21 | 31 | 1 | 14 | 5F | 4B |
| Octal | 374 | 252 | 200 | 0 | 41 | 61 | 1 | 24 | 137 | 113 |
| Binary | 11111100 | 10101010 | 10000000 | 0 | 100001 | 110001 | 1 | 10100 | 1011111 | 1001011 |
Color Harmonies of #FCAA80
Complementary color
Monochromatic Colors of #FCAA80
Black with #FCAA80
Text Example
Text Example
White with #FCAA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAA80; }
p { color: rgb(252,170,128); }
H1.HeaderClassName
{
color: #FCAA80;
}
.AnyTagClassName
{
color: #FCAA80;
}
</style>
background-color css
<style>
a { background-color: #FCAA80; }
a { background-color: rgb(252,170,128); }
div.DivClassName
{
background-color: #FCAA80;
}
.BgClassName
{
background-color: #FCAA80;
}
</style>
border-color css
<style>
span { border-color: #FCAA80; }
span { border-color: rgb(252,170,128); }
td.TdClassName
{
border-color: #FCAA80;
}
.TagClassName
{
border-color: #FCAA80;
}
</style>