#FAA183

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

Shades of Light Salmon #FAA183

Tints of Light Salmon #FAA183

Color information

#FAA183 (or 0xFAA183) is unknown color: approx Light Salmon. HEX triplet: FA, A1 and 83. RGB value is (250,161,131). Sum of RGB (Red+Green+Blue) = 250+161+131=542 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.13% from 542); Green value is 161 (63.28% from 255 or 29.70% from 542); Blue value is 131 (51.56% from 255 or 24.17% from 542); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA183 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA183 is #055E7C. Grayscale: #B8B8B8. Windows color (decimal): -351869 or 8626682. OLE color: 8626682.

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

Color convert

RGB250161131-
CMYK00.360.480.02
HSL15.13º92.25%74.71%-
HSV(B)15.13º47.6%98.04%-
XYZ56.2747.4527.67-
YUV184.1997.99174.94-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 46.13%
GREEN value IS 161 (63.28% from 255) = 29.70%
BLUE value IS 131 (51.56% from 255) = 24.17%
R=46.13%
G=29.70%
B=24.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25016113100.360.480.0215.1392.2574.71
HexFAA183024302f5c4b
Octal37224120304460217134113
Binary111110101010000110000011010010011000010111110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA183; }

 p { color: rgb(250,161,131); }

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

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

 a { background-color: rgb(250,161,131); }

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

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

 span { border-color: rgb(250,161,131); }

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