#FAA881

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

Shades of Light Salmon #FAA881

Tints of Light Salmon #FAA881

Color information

#FAA881 (or 0xFAA881) is unknown color: approx Light Salmon. HEX triplet: FA, A8 and 81. RGB value is (250,168,129). Sum of RGB (Red+Green+Blue) = 250+168+129=547 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.70% from 547); Green value is 168 (66.02% from 255 or 30.71% from 547); Blue value is 129 (50.78% from 255 or 23.58% from 547); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA881 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA881 is #05577E. Grayscale: #BCBCBC. Windows color (decimal): -350079 or 8497402. OLE color: 8497402.

HSL color Cylindrical-coordinate representation of color #FAA881: hue angle of 19.34º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FAA881 is Cyan = 0, Magento = 0.33, Yellow = 0.48 and Black (K on CMYK) = 0.02.

Color convert

RGB250168129-
CMYK00.330.480.02
HSL19.34º92.37%74.31%-
HSV(B)19.34º48.4%98.04%-
XYZ57.3949.9127.38-
YUV188.0794.67172.17-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 45.70%
GREEN value IS 168 (66.02% from 255) = 30.71%
BLUE value IS 129 (50.78% from 255) = 23.58%
R=45.70%
G=30.71%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25016812900.330.480.0219.3492.3774.31
HexFAA881021302135c4a
Octal37225020104160223134112
Binary1111101010101000100000010100001110000101001110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA881; }

 p { color: rgb(250,168,129); }

 H1.HeaderClassName
 {
   color: #FAA881;
 }
 .AnyTagClassName
 {
   color: #FAA881;
 }
</style>
background-color css

<style>
 a { background-color: #FAA881; }

 a { background-color: rgb(250,168,129); }

 div.DivClassName
 {
   background-color: #FAA881;
 }
 .BgClassName
 {
   background-color: #FAA881;
 }
</style>
border-color css

<style>
 span { border-color: #FAA881; }

 span { border-color: rgb(250,168,129); }

 td.TdClassName
 {
   border-color: #FAA881;
 }
 .TagClassName
 {
   border-color: #FAA881;
 }
</style>