#FEA688

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

Shades of Light Salmon #FEA688

Tints of Light Salmon #FEA688

Color information

#FEA688 (or 0xFEA688) is unknown color: approx Light Salmon. HEX triplet: FE, A6 and 88. RGB value is (254,166,136). Sum of RGB (Red+Green+Blue) = 254+166+136=556 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.68% from 556); Green value is 166 (65.23% from 255 or 29.86% from 556); Blue value is 136 (53.52% from 255 or 24.46% from 556); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA688 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA688 is #015977. Grayscale: #BDBDBD. Windows color (decimal): -88440 or 8955646. OLE color: 8955646.

HSL color Cylindrical-coordinate representation of color #FEA688: hue angle of 15.25º 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 #FEA688 is Cyan = 0, Magento = 0.35, Yellow = 0.46 and Black (K on CMYK) = 0.00.

Color convert

RGB254166136-
CMYK00.350.460.00
HSL15.25º98.33%76.47%-
HSV(B)15.25º46.46%99.61%-
XYZ58.9550.1229.86-
YUV188.8998.15174.44-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 45.68%
GREEN value IS 166 (65.23% from 255) = 29.86%
BLUE value IS 136 (53.52% from 255) = 24.46%
R=45.68%
G=29.86%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.46
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416613600.350.460.0015.2598.3376.47
HexFEA6880232E0f624c
Octal37624621004356017142114
Binary11111110101001101000100001000111011100111111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA688; }

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

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

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

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

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

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

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

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