#FEAB85

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

Shades of Light Salmon #FEAB85

Tints of Light Salmon #FEAB85

Color information

#FEAB85 (or 0xFEAB85) is unknown color: approx Light Salmon. HEX triplet: FE, AB and 85. RGB value is (254,171,133). Sum of RGB (Red+Green+Blue) = 254+171+133=558 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.52% from 558); Green value is 171 (67.19% from 255 or 30.65% from 558); Blue value is 133 (52.34% from 255 or 23.84% from 558); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAB85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEAB85 is #01547A. Grayscale: #BFBFBF. Windows color (decimal): -87163 or 8760318. OLE color: 8760318.

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

Color convert

RGB254171133-
CMYK00.330.480.00
HSL18.84º98.37%75.88%-
HSV(B)18.84º47.64%99.61%-
XYZ59.6751.8929.06-
YUV191.4895172.59-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 45.52%
GREEN value IS 171 (67.19% from 255) = 30.65%
BLUE value IS 133 (52.34% from 255) = 23.84%
R=45.52%
G=30.65%
B=23.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.48
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417113300.330.480.0018.8498.3775.88
HexFEAB8502130013624c
Octal37625320504160023142114
Binary111111101010101110000101010000111000001001111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAB85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAB85; }

 p { color: rgb(254,171,133); }

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

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

 a { background-color: rgb(254,171,133); }

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

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

 span { border-color: rgb(254,171,133); }

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