Shades of Light Salmon #FCAA81
Tints of Light Salmon #FCAA81
RGB
CMYK
RGB Variations
Color information
#FCAA81 (or 0xFCAA81) is known color: Light Salmon. HEX triplet: FC, AA and 81. RGB value is (252,170,129). Sum of RGB (Red+Green+Blue) = 252+170+129=551 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.74% from 551); Green value is 170 (66.80% from 255 or 30.85% from 551); Blue value is 129 (50.78% from 255 or 23.41% from 551); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAA81 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCAA81 is #03557E. Grayscale: #BEBEBE. Windows color (decimal): -218495 or 8497916. OLE color: 8497916.
HSL color Cylindrical-coordinate representation of color #FCAA81: hue angle of 20º 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 #FCAA81 is Cyan = 0, Magento = 0.33, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 170 | 129 | - |
| CMYK | 0 | 0.33 | 0.49 | 0.01 |
| HSL | 20º | 0.95% | 0.75% | - |
| HSV(B) | 20º | 0.49% | 0.99% | - |
| XYZ | 58.48 | 51.03 | 27.54 | - |
| YUV | 189.84 | 93.67 | 172.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 170 | 129 | 0 | 0.33 | 0.49 | 0.01 | 20 | 0.95 | 0.75 |
| Hex | FC | AA | 81 | 0 | 21 | 31 | 1 | 14 | 5F | 4B |
| Octal | 374 | 252 | 201 | 0 | 41 | 61 | 1 | 24 | 137 | 113 |
| Binary | 11111100 | 10101010 | 10000001 | 0 | 100001 | 110001 | 1 | 10100 | 1011111 | 1001011 |
Color Harmonies of #FCAA81
Complementary color
Monochromatic Colors of #FCAA81
Black with #FCAA81
Text Example
Text Example
White with #FCAA81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAA81; }
p { color: rgb(252,170,129); }
H1.HeaderClassName
{
color: #FCAA81;
}
.AnyTagClassName
{
color: #FCAA81;
}
</style>
background-color css
<style>
a { background-color: #FCAA81; }
a { background-color: rgb(252,170,129); }
div.DivClassName
{
background-color: #FCAA81;
}
.BgClassName
{
background-color: #FCAA81;
}
</style>
border-color css
<style>
span { border-color: #FCAA81; }
span { border-color: rgb(252,170,129); }
td.TdClassName
{
border-color: #FCAA81;
}
.TagClassName
{
border-color: #FCAA81;
}
</style>