#FEA685

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

Shades of Light Salmon #FEA685

Tints of Light Salmon #FEA685

Color information

#FEA685 (or 0xFEA685) is unknown color: approx Light Salmon. HEX triplet: FE, A6 and 85. RGB value is (254,166,133). Sum of RGB (Red+Green+Blue) = 254+166+133=553 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.93% from 553); Green value is 166 (65.23% from 255 or 30.02% from 553); Blue value is 133 (52.34% from 255 or 24.05% from 553); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA685 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA685 is #01597A. Grayscale: #BCBCBC. Windows color (decimal): -88443 or 8759038. OLE color: 8759038.

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

Color convert

RGB254166133-
CMYK00.350.480.00
HSL16.36º98.37%75.88%-
HSV(B)16.36º47.64%99.61%-
XYZ58.7450.0428.75-
YUV188.5596.65174.68-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 45.93%
GREEN value IS 166 (65.23% from 255) = 30.02%
BLUE value IS 133 (52.34% from 255) = 24.05%
R=45.93%
G=30.02%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.48
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416613300.350.480.0016.3698.3775.88
HexFEA68502330010624c
Octal37624620504360020142114
Binary111111101010011010000101010001111000001000011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA685; }

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

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

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

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

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

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

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

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