#FEA888

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

Shades of Light Salmon #FEA888

Tints of Light Salmon #FEA888

Color information

#FEA888 (or 0xFEA888) is unknown color: approx Light Salmon. HEX triplet: FE, A8 and 88. RGB value is (254,168,136). Sum of RGB (Red+Green+Blue) = 254+168+136=558 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.52% from 558); Green value is 168 (66.02% from 255 or 30.11% from 558); Blue value is 136 (53.52% from 255 or 24.37% from 558); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA888 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA888 is #015777. Grayscale: #BEBEBE. Windows color (decimal): -87928 or 8956158. OLE color: 8956158.

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

Color convert

RGB254168136-
CMYK00.340.460.00
HSL16.27º98.33%76.47%-
HSV(B)16.27º46.46%99.61%-
XYZ59.3250.8529.98-
YUV190.0797.49173.6-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 45.52%
GREEN value IS 168 (66.02% from 255) = 30.11%
BLUE value IS 136 (53.52% from 255) = 24.37%
R=45.52%
G=30.11%
B=24.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.46
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416813600.340.460.0016.2798.3376.47
HexFEA8880222E010624c
Octal37625021004256020142114
Binary111111101010100010001000010001010111001000011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA888; }

 p { color: rgb(254,168,136); }

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

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

 a { background-color: rgb(254,168,136); }

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

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

 span { border-color: rgb(254,168,136); }

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