#FCAA81

Color #FCAA81 Light Salmon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Salmon #FCAA81

Tints of Light Salmon #FCAA81

Color information

#FCAA81 (or 0xFCAA81) is unknown color: approx 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

RGB252170129-
CMYK00.330.490.01
HSL20º95.35%74.71%-
HSV(B)20º48.81%98.82%-
XYZ58.4851.0327.54-
YUV189.8493.67172.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 252 (98.83% from 255) = 45.74%
GREEN value IS 170 (66.80% from 255) = 30.85%
BLUE value IS 129 (50.78% from 255) = 23.41%
R=45.74%
G=30.85%
B=23.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.49
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217012900.330.490.012095.3574.71
HexFCAA81021311145f4b
Octal37425220104161124137113
Binary111111001010101010000001010000111000111010010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCAA81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>